Initial commit

pull/3294/head
mouaaz 2 years ago
parent ba86e8a6b1
commit 76b1562c51
  1. 8
      src/roadmaps/aspnet-core/content/100-basics-of-csharp/101-dotnet.md
  2. 6
      src/roadmaps/aspnet-core/content/100-basics-of-csharp/index.md
  3. 3
      src/roadmaps/aspnet-core/content/101-general-development-skills/101-azure-devops-services.md

@ -1 +1,9 @@
# 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/)

@ -5,3 +5,9 @@ C# (pronounced "C-sharp") is a general-purpose, object-oriented programming lang
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.
Visit the following links for more information:
- [C Sharp Basics](https://www.codecademy.com/catalog/language/c-sharp)
- [Introduction to C#](https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/tutorials/)
- [Basics Of C#](https://www.c-sharpcorner.com/UploadFile/e9fdcd/basics-of-C-Sharp/)
Loading…
Cancel
Save