Know about .Net Core Command Line Interface (CLI) Tools
The .NET Core command-line interface (CLI) is a new cross-platform tool for developing .NET based applications. Tools such as Integrated Development Environments (IDEs) can rest on CLI. CLI can be thought of as a foundation of IDE like Visual Studio. CLI command name new restore build publish run test type clean help store add package … Read more