.NET Development

.NET Framework is a Windows managed execution environment that provides a wide range of services to running apps. It consists of two main components: Common Language Runtime (CLR), which is the execution engine through which running apps are managed, and the .NET Framework class library, which provides a collection of tested and reusable code that developers can call from their apps.