From db65e65f26170735b5c8a01fdfcd73ff67c481bf Mon Sep 17 00:00:00 2001 From: collegedude9300 Date: Mon, 5 Dec 2022 05:02:21 -0800 Subject: [PATCH] Add content for C# (#2949) * Update readme.md * Update content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/readme.md * Update content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/readme.md Co-authored-by: Kamran Ahmed --- .../content/100-basics-of-csharp/readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/readme.md b/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/readme.md index ea0a373d6..a6aa6a0f1 100644 --- a/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/readme.md +++ b/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/readme.md @@ -1 +1,7 @@ -# Basics of csharp \ No newline at end of file +# C# + +C# (pronounced "C-sharp") is a general-purpose, object-oriented programming language developed by Microsoft. It is part of the .NET family of languages and is used to build a wide range of applications, from web and mobile applications to games and cloud services. + +C# is a statically-typed language, which means that the type of a variable must be specified when it is declared, and that the type of a value cannot be changed after it has been assigned. C# also supports object-oriented programming, which means that it provides features such as encapsulation, inheritance, and polymorphism. + +C# is a popular language for building .NET applications, and it is used by many large companies and organizations, including Microsoft, Dell, and IBM. It is a versatile language that can be used for a wide range of purposes, and it is well-suited for building scalable and maintainable software systems.