While learning .NET 5, I read that Yeoman now supports ASP.NET 5 application and it’s actually surprised me. And the first very thought came to my mind was “WHY?”
Read More
Category: ASP.NET 5
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.
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