.NET Platform and Related Languages

If we want to learn any .NET Supported Programming Language, then we do not have to learn the whole .NET Framework. Because .NET Framework and .NET Supported Programming Languages ​​are two completely different concepts. Actually, we can basically divide the .NET …

Read more

Other Classes of .NET BCL

According to the previous section, the new namespaces that have been appended to the BCL by Microsoft with the .NET Framework 2.0 and later are as follows, although some of these namespaces and classes may be further modified or appended by …

Read more

CLR in .NET

CLR is the most important component of our .NET Framework. The CLR itself works to manage and execute the code written in a programming language supported by the .NET Framework, and the CLR is the basis of the .NET Architecture, just …

Read more

Advantages of .NET Platform

Before we go any further, it will be useful to understand what features the .NET Platform provides to us, which we can use to create different types of software and services. The various features provided by Microsoft’s .NET Platform are as …

Read more

.Net Program Execution

As we learned about COM and other technologies and their related problems in the previous section, Microsoft designed a new framework as a solution to all those problems, which was different from all its previous programming languages. This framework was named …

Read more

Microsoft.NET and C# Advantages

Since the computer is also an electronic device, different types of operating systems like Windows, Unix, Linux, macOS have been developed for computers as well. Also, the computer is a microprocessor-based electronic device, so while reprogramming it, application software is also …

Read more