Contents tagged with Middleware
-
How to create a nimble sitemap provider as an OWIN middleware in orchard
You probably heard of OWIN and how it is implemented by Microsoft in ASP.NET vNext , If not then you can take a look at this article written by . As of this writing Orchard is in 1.9 release and it has implemented the OWIN standard in it's framework. By implementing OWIN the CMS itself becomes a middleware in the pipeline. You can think of the whole pipeline as something shown in the following image: