From 300c38682088174249fe75b3bb7f67b490b759a7 Mon Sep 17 00:00:00 2001 From: Ali koleiny zadeh Date: Mon, 5 Dec 2022 15:26:09 +0330 Subject: [PATCH] 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 --- .../content/100-basics-of-csharp/102-dotnet-cli.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/102-dotnet-cli.md b/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/102-dotnet-cli.md index bda23dd96..a173373fb 100644 --- a/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/102-dotnet-cli.md +++ b/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/102-dotnet-cli.md @@ -1 +1,7 @@ -# Dotnet cli \ No newline at end of file +# .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. + +Free Content +Microsoft - .NET CLI overview +Intro To The .NET CLI \ No newline at end of file