ASP.NET 5 RC 1 was recently released, one of the changes made to startup.cs class was addition of static void main()
method, which you generally find in console application created using .NET. And I was wondering why “static void main in ASP.NET 5 startup.cs”?
Read More
Tag: ASP.NET Core
A closer look at various JSON files in ASP.NET 5
Visual Studio 2015 with ASP.NET 5 is a sweet surprise for developers. ASP.NET 5 has various JSON files to play with. These files handles global settings for solution, project specific settings, client side packages and node modules packages. In the post, we will take a close look at every JSON file and its code.