MVC6 (.Net core) applications are self hosted : Optional IIS integration

All ASP.NET Core applications are self-hosted. Yes you read it right! So does it mean IIS is not required? Yes, I mean we can host MVC6 application even without IIS. Wow...but How? I assume you have already downloaded .Net core from here. Next step would be to create sample MVC6 project. For now you can … Continue reading MVC6 (.Net core) applications are self hosted : Optional IIS integration

WebListener : A Windows HTTP server for ASP.NET Core

Special thanks to Mr.Tom Dykstra from Microsoft for suggesting some points for this post. Web Listener is now available on Nuget. First of all, what is Web Listener? Web Listener is one of the servers of .Net core. ASP.NET Core is completely decoupled from the web server environment that hosts the application. ASP.NET Core supports … Continue reading WebListener : A Windows HTTP server for ASP.NET Core