From 76b1562c514bf551d2b7788c3a0dd6b886e36a0a Mon Sep 17 00:00:00 2001 From: mouaaz Date: Thu, 12 Jan 2023 19:13:18 +0500 Subject: [PATCH] Initial commit --- .../content/100-basics-of-csharp/100-csharp.md | 2 +- .../content/100-basics-of-csharp/101-dotnet.md | 10 +++++++++- .../aspnet-core/content/100-basics-of-csharp/index.md | 6 ++++++ .../content/101-general-development-skills/100-git.md | 2 +- .../101-azure-devops-services.md | 3 ++- 5 files changed, 19 insertions(+), 4 deletions(-) diff --git a/src/roadmaps/aspnet-core/content/100-basics-of-csharp/100-csharp.md b/src/roadmaps/aspnet-core/content/100-basics-of-csharp/100-csharp.md index 75e74b9bb..4ae282054 100644 --- a/src/roadmaps/aspnet-core/content/100-basics-of-csharp/100-csharp.md +++ b/src/roadmaps/aspnet-core/content/100-basics-of-csharp/100-csharp.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) \ No newline at end of file diff --git a/src/roadmaps/aspnet-core/content/100-basics-of-csharp/101-dotnet.md b/src/roadmaps/aspnet-core/content/100-basics-of-csharp/101-dotnet.md index b312fdf76..353119220 100644 --- a/src/roadmaps/aspnet-core/content/100-basics-of-csharp/101-dotnet.md +++ b/src/roadmaps/aspnet-core/content/100-basics-of-csharp/101-dotnet.md @@ -1 +1,9 @@ -# Dotnet \ No newline at end of file +# 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/) \ No newline at end of file diff --git a/src/roadmaps/aspnet-core/content/100-basics-of-csharp/index.md b/src/roadmaps/aspnet-core/content/100-basics-of-csharp/index.md index a6aa6a0f1..6fe3111d2 100644 --- a/src/roadmaps/aspnet-core/content/100-basics-of-csharp/index.md +++ b/src/roadmaps/aspnet-core/content/100-basics-of-csharp/index.md @@ -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/) \ No newline at end of file diff --git a/src/roadmaps/aspnet-core/content/101-general-development-skills/100-git.md b/src/roadmaps/aspnet-core/content/101-general-development-skills/100-git.md index f1dacfec5..420db4651 100644 --- a/src/roadmaps/aspnet-core/content/101-general-development-skills/100-git.md +++ b/src/roadmaps/aspnet-core/content/101-general-development-skills/100-git.md @@ -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) \ No newline at end of file diff --git a/src/roadmaps/aspnet-core/content/101-general-development-skills/101-azure-devops-services.md b/src/roadmaps/aspnet-core/content/101-general-development-skills/101-azure-devops-services.md index 6d3ea56d5..85c5291ed 100644 --- a/src/roadmaps/aspnet-core/content/101-general-development-skills/101-azure-devops-services.md +++ b/src/roadmaps/aspnet-core/content/101-general-development-skills/101-azure-devops-services.md @@ -1 +1,2 @@ -# Azure devops services \ No newline at end of file +# Azure Devops Services +