Initial commit

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

@ -5,4 +5,4 @@ C# is a modern coding language that was developed by Microsoft that focuses on a
Visit the following resources to learn more:
- [C# official website?](https://learn.microsoft.com/en-us/dotnet/csharp//)
- [The Beginners Guide to C#](https://www.w3schools.com/CS/index.php)
- [The Beginners Guide to C#](https://www.w3schools.com/CS/index.php)

@ -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/)

@ -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/)

@ -7,4 +7,4 @@ Visit the following resources to learn more:
- [Learn Git on the command line](https://github.com/jlord/git-it-electron)
- [Version Control System Introduction](https://www.youtube.com/watch?v=zbKdDsNNOhg)
- [Git & GitHub Crash Course For Beginners](https://www.youtube.com/watch?v=SWYqp7iY_Tc)
- [Learn Git in 20 Minutes](https://youtu.be/Y9XZQO1n_7c?t=21)
- [Learn Git in 20 Minutes](https://youtu.be/Y9XZQO1n_7c?t=21)
Loading…
Cancel
Save