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
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.
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”
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.
Bundling and Minification in ASP.NET 4.5
Background: Aa developer always requires to use multiple Javascript (Js) and CSS files for readability and maintainability of code. But such practice leads to degradation
New TextMode Properties in ASP.NET 4.5
While working on an open source project called “Link Shortner“, I came to know about a new enumerations of Texbox server control under the property