Hosting multiple WebAPI servers in a single process
Have you ever wondered how you would go about hosting multiple WebAPI servers within a single process?
Have you ever wondered how you would go about hosting multiple WebAPI servers within a single process?
A look at how you can write integration tests with the new ASP.Net Katana project web applications when they are behind an authentication layer.
Wrapping up the OWIN series
Taking the View Engine concept one step further
A look at how you'd put together a View Engine for OWIN.
A look at how to give power to our responses by making different response types easier to handle
Now it's time to do some routing on top of OWIN
In my last post I looked at getting started with the basics of OWIN and how to create a server which wont do anything overly useful. In this post I want to go a step further and …
An introduction to OWIN and building a server.