parent
48d6e320bc
commit
167419b70a
2 changed files with 6 additions and 4 deletions
@ -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/) |
Loading…
Reference in new issue