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