Add content for .NET CLI

* added content in Learn the Basics of csharp (.NET CLI) in ASP.NET Core roadmap

* Update content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/102-dotnet-cli.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/3062/head
Ali koleiny zadeh 2 years ago committed by GitHub
parent 5277a36977
commit 300c386820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/102-dotnet-cli.md

@ -1 +1,7 @@
# Dotnet cli
# .NET CLI
.NET CLI is the command-line interface (CLI) for the .NET platform. It is a tool that provides a common interface for running .NET Core command-line tools and utilities. .NET Core is a cross-platform, open-source, and modular version of the .NET framework, and the .NET CLI provides a way to interact with it from the command line.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://learn.microsoft.com/en-us/dotnet/core/tools/'>Microsoft - .NET CLI overview</BadgeLink>
<BadgeLink badgeText='Watch' href='https://youtu.be/RQLzp2Z8-BE'>Intro To The .NET CLI</BadgeLink>
Loading…
Cancel
Save