.NET Core

.NET History - from .NET Framework 1.0 till .NET 6

Microsoft started working on the .NET framework in the late 90s. The plan was to create a platform based on managed code, code that can be executed under a runtime environment. The objective was to improve the development experience and reduce the eff…

ASP.NET Core Introduction

Content : What is .NET Core ? What is ASP.NET Core ? ASP.NET Core  benefits ASP.NET Core Vs. ASP.NET 4.x What is .NET Core ? The Microsoft .NET Core Framework is a free, open-source, and managed framework for Windows, Linux, macOS and can also be used…

.NET Core Version history

Version Release date Released with Latest update Latest updated Support ends .NET Core 1.0 2016-06-27 Visual Studio 2015 Update 3 1.0.16 May 14, 20…

.NET Framework Introduction

What is .NET Framework? .NET Framework is a managed execution environment for Windows that provides a variety of services to its running apps. .NET Framework is used to create and run software applications Two major components of .NET framework Common…

That is All