Important notice about the future of Stripcreator (Updated: May 2nd, 2023)

  klpatil  

followers
0
following
0
pm : info
klpatil has not entered a profile.
(hide profiles)

by klpatil
2-20-16
That's great -- Which Menas using OWIN I can create my own web server which can help running ASP.NET
OWIN – Open Web Interface for .NET – a standard interface between .net web servers and web applications. Earlier, ASP.NET was tightly coupled with IIS. But using OWIN you can break it!
Great!
Katana – A set of OWIN components built and released by Microsoft (open source), with both hosts, servers and functional components like bindings to frameworks like SignalR and ASP.NET Web API.
Wow -- Which means I can run ASP.NET on Linux!
Kestrel – a cross platform ASP.NET 5 development web server available on NuGet
share: twitter : facebook

« Back to the Front Page