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 <kamranahmed.se@gmail.com>pull/2873/head
parent
50dc3ed972
commit
ccf527a447
1 changed files with 3 additions and 1 deletions
@ -1 +1,3 @@ |
|||||||
# Csharp |
# 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. |
||||||
|
Loading…
Reference in new issue