Browse by Tags

All Tags » OWIN (RSS)

OWIN and Razor by Fredrik N

Just for fun added a simple support for using Razor together with OWIN. You can read a little bit about OWIN on my previous blog post . I wanted my example to be similar to the MVC pattern, so I can use a Model, Controller (in this case I use a simple...
Filed under: , ,

Creating a simple REST like service with OWIN – Open Web Server Interface by Fredrik N

" OWIN, a standard interface between .NET web servers and web applications. The goal of OWIN is to decouple server and application and, by being an open standard, stimulate the open source ecosystem of .NET web development tools." – owin.org OWIN can...
Filed under: , , ,
More Posts