What is .NET?
Hi, I’m Kishen Deemud. In this article, I will give you an introduction about .NET. .NET Framework The .NET Framework is a development platform developed by Microsoft for building apps for the web, Windows, Windows Phone, Windows Server, and Microsoft Azure. It consists of the common language runtime (CLR) and the .NET Framework class library, which includes a broad range of functionality and support for many industry standards. It runs primarily on Microsoft Windows. The first version of .NET Framework was released on 13 February 2002. .NET Core .NET Core is an open-source, general-purpose development platform maintained by Microsoft and the .NET community on GitHub. It’s cross-platform (supporting Windows, macOS, and Linux) and can be used to build device, cloud, and IoT applications. .NET Core 1.0 was released on 27 June 2016. .Net Standard The .NET Standard is a formal specification of .NET APIs that are intended to be available on all .NET implementations. The motivation behind