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 5 RC1
What’s new in ASP.NET 5 RC 1
Recently ASP.NET 5 RC 1 was released and in this post, we shall be taking a look at what’s changed in Visual studio solution explorer and various configuration files, what’s removed and what’s new added. Read More