Concept of Common Language Runtime Environment (CLR)

CLR or Common Language Runtime is the main execution layer of .NET framework.   This layer manages all the low level details of any .NET application like managing threads, doing security checks, garbage collection etc.  If any .NET application gives error during its execution time, CLR will notify you about the error details. The CLR offers

Introduction About .NET Framework

The .NET framework was introduced to the world around 2002 and since that time this framework is keep on growing.  Microsoft is keep on upgrading its .NET framework from time to time and doing the required modifications to make this framework more efficient to work for the developers.  In the past, we were using other