Tuesday, 30 August 2016

Hello ASP.Net Core/ .Net Core (Part 2 )



This is one in a series of posts about ASP.Net Core/.Net Core.

.Net Core CLI

.Net Core comes with a Command Line Interface, .Net Core CLI. We can run our ASP.Net Core application using this .Net Core CLI. If we navigate to our ASP.Net Core Application folder, and then run the command dotntet run , the .Net Core CLI will launch our ASP.Net Core Application.



We no longer need IIS or Visual Studio to run out Web Application.



In Addition to running our Application, .Net Core CLI can also build our application or get the NuGet packages.












This frees us from having to use Visual Studio IDE to build and debug our Web Application. We could use the free Visual Studio Code or any other text editor. The CLI commands can then be used for everything else. 

No comments:

Post a Comment