Creating a .NET Core application in just 5 minutes

I decided to write this post to share how to create an application in the .NET Core RC2 in just 5 minutes. It will be the basis for creating an ASP.NET application CORE in the next post.

A lot of changes were made between NET Core versions RC1 and RC2 . For example, now the DNX and DNVM no longer exist, they have been replaced by DOTNET command line interface.

For more details, please check the full article available at MSDN BLOG.

For reference, the .NET CORE documentation is available at:

https://dotnet.github.io https://dot.net https://docs.asp.net

 

To set the VSCode to run C#, please check this article.