Microsoft supports two .NET implementations for building server-side apps – .NET Framework and .NET 5 (including .NET Core). .NET 5.0 is the next major release
Tag: .NET Framework
Useful Features of ASP.NET
In this post, lets discuss about some of the useful features of ASP.NET 1. Faster compilation. This configuration setting was introduced post .NET 3.5 SP1.
C# Extension Methods
In this article, let’s know about CSharp Extension methods. Basically this feature was introduced in C# 3.0 Introduction Extension methods enable you to “add” methods
Tuple in C# 4.0
A Tuple in C# is an ordered sequence, means each object being of a specific type. It is introduced in C# 4.0 with dynamic programming.
What Is Common Language Runtime (CLR) ?
Common Language Runtime (CLR): CLR Stand for Common Language Runtime. It is called a heart of .NET framework. It provides runtime environment for .NET languages.