From ccf527a4475e7c0ebedfdbea83ea55b1ab29008e Mon Sep 17 00:00:00 2001 From: collegedude9300 Date: Thu, 3 Nov 2022 23:26:10 -0700 Subject: [PATCH] Add C# Content (#2868) * Update 100-csharp.md * Update content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/100-csharp.md Co-authored-by: Kamran Ahmed --- .../content/100-basics-of-csharp/100-csharp.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/100-csharp.md b/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/100-csharp.md index ad0f08296..14c8950cc 100644 --- a/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/100-csharp.md +++ b/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/100-csharp.md @@ -1 +1,3 @@ -# Csharp \ No newline at end of file +# C# + +C# is a modern coding language that was developed by Microsoft that focuses on applying the coding style to C++ and making it so that way it's more condensed and simple. It's similar to Java by both being static, strong, and manifestive languages. Both use the System's prebuilt class to do certain features like printing output to the screen, etc.C#, like Java, also contains a garbage collection, which removes lower-level maintenance code from the programmer.