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
parent
e122a7d0bf
commit
67ec74e804
1 changed files with 3 additions and 0 deletions
@ -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…
Reference in new issue