The .Net Core CLI
How to Get Started Using the .NET Core Command Line
A lot has changed in the land of .NET Core since my last blog post.
For me, the best change is the .NET Core tooling. The command line interface (CLI) has really been greatly improved. I’d previously recommended yeoman to setup a new .NET Core project, but now for most scenarios I use the CLI.
The .NET Core CLI Basic Commands The .NET Core CLI gives you a quick easy way to do things like:
[Read More]