1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

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>
This commit is contained in:
Ali koleiny zadeh
2022-12-05 15:26:09 +03:30
committed by GitHub
parent 5277a36977
commit 300c386820

View File

@@ -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>