.NET Framework

.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…

.NET Framework Version History

Significance of the symbol: The check mark icon ✔ ️ denotes OS versions on which .NET Framework is installed by default. The plus sign icon ➕ denotes OS versions on which .NET Framework doesn't come installed but can be installed. The as…

C# Introduction

What is C# ? C# is a modern, object-oriented, and type-safe programming language. C# enables developers to build many types of secure and robust applications that run in .NET  Several C# features help create robust and durable applications Garbage col…

.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