ASP.NET Core Series: NancyFX
Last week I decided to start migrating one of my existing ASP.NET application that uses NancyFX over to ASP.NET Core. The process is actually pretty straight forward if you are familiar with OWIN. OWIN OWIN defines a standard interface between .NET web servers and web applications. The goal of the OWIN interface is to decouple server and application, encourage the development of simple modules for .NET web development, and, by being an open standard, stimulate the open source ecosystem of .NET web development tools. To clarify and reword slightly, OWIN is a open source specification that is not defined by Microsoft… Read More »ASP.NET Core Series: NancyFX