DEV Community

muncey
muncey

Posted on

3 1

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)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay