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 <kamranahmed.se@gmail.com>pull/3062/head
parent
023ff838c3
commit
db65e65f26
1 changed files with 7 additions and 1 deletions
@ -1 +1,7 @@ |
||||
# Basics of csharp |
||||
# 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. |
||||
|
Loading…
Reference in new issue