The main goals of developing ASP.NET 5 are as follows .NET 4.6 which is a big framework also called desktop CLR. The Core 5 CLR is a subset of desktop CLR. It does not contain Win forms, WCF, workflow or…
ASP.NET MVC 6 is a single aligned web stack on top of ASP.NET for doing web UI and web API. The current web stack contains Web Pages, MVC and Web API as shown in the following picture, they do not…
ASP.NET MVC 6 is a single aligned web stack on top of ASP.NET for doing web UI and web API. The current web stack contains Web Pages, MVC and Web API as shown in the following picture, they do not…
ASP.NET 5 comes with the default runtime environment called KRE. KRE is K runtime environment which contains compilation, SDK and native CLR host. K runtime bootstraps the environment and runs on different operating systems. KVM is K version manager for…
This post outlines the new features that are added to the C# new version 6.0. Enhancement to Auto Properties: currently auto properties are needed to have setters. This puts disadvantage to immutable data types. Now C# 6 allows only getters…
Visual Studio has been a most productivity tool IDE for developers and introduced many new features in latest version Visual Studio 2015. This post outlines the features introduced in VS 2015.VS 2015 bringing the seem less experience for all the…
This post shows improvements that made in Visual Studio 2015 to debugging. When you set a break point inside VS 2015 editor then you will notice there is toolbar pops up as shown in the following picture Using the toolbar…
The main goal of Visual Studio 2015 development is to give wonderful developer experience for visual studio users. VS 2015 provides command to tools to support mixed environment. For example, if you have 10 team members and 8 of those…
When you working on project if you need to find or access the file in the project, open visual studio 2013 and inside the IDE go to the one of the tabs in code window as shown in the following…
You build the web API and decided to sell number of API calls like selling the data behind it, another example is you partners may want to integrate your product into their environment.Microsoft making easy way using Azure API…