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
Category: .NET
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
Book Review: “Nuget 2 Essentials” from Packt Publisher
In this post, I am going to review a book Nuget 2 Essentials from Packt Publisher. Review Recently I have gone through a book “Nuget to Essentials”
Win Free Copies of the new book NuGet 2 Essentials from Packt Publishing
I recently came across a new book NuGet 2 Essentials from Packt Publishing. You would be pleased to know that I have teamed up with
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.