DEV Community

muncey
muncey

Posted on

CLI Tooling comes to the .NET Framework

The .NET Framework has typically required the user to use expensive tools such as visual studio in order to get started, now that .NET Core has arrived this is no longer the case.

The .NET Core framework has a CLI or command line interface which means it is possible to now work on projects with only a text editor and a command prompt.

The good people at Microsoft have also put together a tutorial which will help me and you learn the basic knowledge needed to be productive in dotnet core development:

https://dotnet.microsoft.com/learn/dotnet/hello-world-tutorial/intro

Top comments (0)