From 0ca7d23cbd67b52160671e980d88c4a59218914f Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 14 Jan 2023 14:52:25 +0400 Subject: [PATCH] Update src/roadmaps/aspnet-core/content/100-basics-of-csharp/101-dotnet.md --- .../aspnet-core/content/100-basics-of-csharp/101-dotnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roadmaps/aspnet-core/content/100-basics-of-csharp/101-dotnet.md b/src/roadmaps/aspnet-core/content/100-basics-of-csharp/101-dotnet.md index 9793a9f85..53ac36d92 100644 --- a/src/roadmaps/aspnet-core/content/100-basics-of-csharp/101-dotnet.md +++ b/src/roadmaps/aspnet-core/content/100-basics-of-csharp/101-dotnet.md @@ -1,4 +1,4 @@ -# Dotnet +# .NET Framework .NET (pronounced "dot net") is a software framework developed by Microsoft that can be used to create a wide range of applications, including Windows desktop and web applications, mobile apps, and gaming. The .NET Framework provides a large library of pre-built functionality, including collections, file input/output, and networking, that can be used by .NET applications. It also includes a Common Language Runtime (CLR) which manages the execution of code, providing features such as memory management, security, and exception handling.