Blog

What Is New In .NET 7 – 7 New Top Benefits For Developers?

The .NET Framework has been updated to version 7.0 by Microsoft. The main features of this new version are faster startup times, better performance, and shorter compilation times.

This new version was created to address issues in previous framework versions and to add new developer features.

Read more
Microsoft unveils .NET 7 preview 2: Here’s What You Need to Know

In March Microsoft announced the second preview release of .NET 7. The release is focused on bringing improvements to the ‘dotnet new’ Command Line Interface (CLI) experience. This will help developers save time.

Microsoft has introduced a new Regex Source Generator as well. This will help developers precompile their Regex code for a faster startup under certain conditions.

Overall, the improvements introduced in preview 2 are significant from a developer’s point of view. They look encouraging and promising to the developer community, helping them simplify their work processes.

Read more
Everything You Need to Know About C#10 Release

C# is nothing new to us. We have known it since January 2002 to be more precise. The language has undergone quite a few changes in the last two decades. However, as we wait for the 20th birthday of this popular language, it has already got a version update – C#10. C#10 was released on November 9th, along with .NET 6. They both bring along tons of new exciting features. These features have greatly enhanced the programming language. In this blog, we will have a look at the major features of C#10 and how they have transformed it.

Read more
.NET 6 Release – Everything You Need to Know

After spending more than a year in development, Microsoft finally announced .NET 6 to the world on November 8th, 2021. The rollout is Microsoft’s biggest yet in the software development software domain. It is the last part of the .NET unification program, envisioned by Microsoft at the time of .NET 5. It unifies the SDK, base libraries, and runtime across various app platforms.

Read more
What’s new in .NET 6 Preview 1? Things you need to know

A couple of months ago Microsoft announced .NET 5 release as the first step to achieve .NET unification. Microsoft’s goal is to have a single set of tools, APIs, and languages you can use across multiple platforms. On February 17th the tech giant announced a release of a .NET 6 Preview 1 as the next step of a big .NET utilization plan.

Read more
Difference Between .NET Core and .NET Framework

.NET has been one of the most popular software development frameworks for several years now. While the framework touted by Microsoft has withstood the test of time, one must appreciate the evolution of .NET as a development framework, and the range of .NET benefits offered by it.

Read more
.NET Framework – difference between Finalize and Dispose Methods

.NET framework provides two distinct ways of freeing up the unmanaged resources – Finalize & Dispose. In this article, we are going to discuss all the details about these two methods, the similarities and differences between them, and how using these can improve the efficiency of the program in .NET. So without much adieu, let’s get straight into it!

Read more
Introducing .NET Core

.NET Core is a modular implementation that can be used in a wide variety of verticals, scaling from the data center to touch based devices, is available as open source, and is supported by Microsoft on Windows, Linux and Mac OSX. Lets go into a bit more detail of how .NET Core looks like and how it addresses the issues discussed earlier.

Read more
MS Visual Studio 2015 and .NET 4.6 overview

At November 12, 2014 Microsoft announced the availability of the next version of Visual Studio. Visual Studio 2015 Preview adds significant value including cross-platform development in C++, the new open-source .NET compiler platform, C++ 11 and C++ 14 support, Apache Cordova tooling, and ASP.NET 5.

Read more