PreviousNext

.NET Core solution management via the command line interface | Joseph Woodward, Software Developer

by bill-s, 2017-07-08T06:04:18.000Z

One of the strengths boasted by .NET Core is its new command line interface (CLI for short), and by now you're probably aware that Visual Studio, Rider, Visual Studio Code etc shell out to the .NET Core CLI under the bonnet for most .NET Core related operations, so it makes sense that what you're able to do in your favourite IDE you're also able to do via the CLI.

Read More