Initial commit

pull/3294/head
mouaaz 2 years ago
parent 48d6e320bc
commit 167419b70a
  1. 8
      src/roadmaps/aspnet-core/content/100-basics-of-csharp/101-dotnet.md
  2. 2
      src/roadmaps/aspnet-core/content/103-basics-of-aspnet-core/100-mvc.md

@ -1,9 +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.
.NET (pronounced "dot net") is a software framework developed by Microsoft that can be 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 .NET applications. It also includes a Common Language Runtime (CLR) which manages the execution of code, providing features such as memory management, security, and exception handling.
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/)
- [What is .NET?](https://dotnet.microsoft.com/en-us/learn/dotnet/what-is-dotnet)
- [Intro to .NET](https://www.codecademy.com/article/what-is-net)
- [An Overview of .NET](https://auth0.com/blog/what-is-dotnet-platform-overview/)

@ -9,3 +9,5 @@ MVC is an architectural design pattern used for developing applications, specifi
Visit the following resources to learn more:
- [MVC Official Documentation](https://learn.microsoft.com/en-us/aspnet/core/mvc/overview?WT.mc_id=dotnet-35129-website&view=aspnetcore-7.0)
- []()
- []()
Loading…
Cancel
Save