Add resources for C#(#2877)

* Update 100-csharp.md

* Update content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/100-csharp.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/2891/head
collegedude9300 2 years ago committed by GitHub
parent e122a7d0bf
commit 67ec74e804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/100-csharp.md

@ -1,3 +1,6 @@
# 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.
<BadgeLink colorScheme='blue' badgeText='Read' href='https://learn.microsoft.com/en-us/dotnet/csharp//'>C# official website?</BadgeLink>
<BadgeLink badgeText='Course' colorScheme='green' href='https://www.w3schools.com/CS/index.php'>The Beginner's Guide to C#</BadgeLink>

Loading…
Cancel
Save