parent
ba86e8a6b1
commit
76b1562c51
5 changed files with 19 additions and 4 deletions
@ -1 +1,9 @@ |
||||
# Dotnet |
||||
# Dotnet |
||||
|
||||
C# (pronounced "C-sharp") is a programming language developed by Microsoft that runs on the .NET Framework. It is a modern, object-oriented language that is designed to be easy to learn and use. C# is used to create a wide range of applications, including Windows desktop and web applications, mobile apps, and gaming. The .NET Framework provides a large library of pre-built functionality, including collections, file input/output, and networking, that can be used by C# programs. C# also has features such as garbage collection, exception handling, and support for multithreading, which can make it easier for developers to write robust, high-performance code. |
||||
|
||||
For more information, visit the following link: |
||||
|
||||
- [C# Tutorial](https://www.w3schools.com/cs/index.php) |
||||
- [C# - Basic Syntax](https://www.tutorialspoint.com/csharp/csharp_basic_syntax.htm) |
||||
- [A tour of the C# language](https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/) |
@ -1 +1,2 @@ |
||||
# Azure devops services |
||||
# Azure Devops Services |
||||
|
||||
|
Loading…
Reference in new issue