One possible way to compose application using OWIN spec

When composing your server apps with OWIN there are many options. OWIN spec is very flexible and it doesn’t  force you into particular application architecture (this is a good thing). So, using standard OWIN middleware components to compose your application is pretty easy and straightforward. I prefer to clearly (at the assembly level) separate middlewareContinue reading “One possible way to compose application using OWIN spec”