Beginner’s Guide to .NET Development
dev.to·5h·
Discuss: DEV
Flag this post

Modern object-oriented programming language developed by Microsoft.

It is simple, powerful & versatile making it great for building a wide range of applications, from desktop software to web service & games.

ASP.NET is a web framework also developed by Microsoft. It supports several programming languages C#,VB.NET & F#. It is for creating server side code.

  1. .NET Runtime - Core component. It includes CLR(Common Language Runtime), which manages memory, handles exceptions and provides other system services.

The CLR is like the engine of a car. Just as an engine runs the car, the CLR runs .NET applications.

  1. .NET Libraries - A vast collection of pre-built code that developers can use to perform common tasks, such as file handling, data access, and network co…

Similar Posts

Loading similar posts...