Microsoft C# Version History

csharp programming language

The C# programming language was first released by Microsoft in 2002 along with the new .NET Framework 1.0 and Visual Studio.NET 2002. Currently, it stands as the seventh most used programming language in the world. …

Read more

Microsoft .NET Core Versions History

.NET Core

The Microsoft .NET Core Framework is a free, open-source, and managed framework for Windows, Linux, macOS and can also be used to build devices, cloud, and IoT applications. The framework provides a way to write …

Read more

Microsoft .NET Framework Version History

.NET Framework

Microsoft released the first version of the .NET Framework in the year 2002. The framework introduced “Managed Code” into being, code written for .NET Framework was now compiled into Microsoft Intermediate Language (MSIL) and these …

Read more

Top 7 Must-Have Visual Studio 2019 Extensions

visual studio 2019

Visual Studio is one of the best developer friendly Integrated Development Environment (IDE). The IDE has tons of features that help to ease the development process. These features can be further customized or new features …

Read more

Visual Studio 2019 Output Window

visual studio 2019

Visual Studio is one of the best developer friendly Integrated Development Environment (IDE) developed and maintained by Microsoft. The IDE has a huge list of features and in this blog post, we will read about …

Read more

ASP.NET CORE 3.0 MVC Project Structure

aspnet core

In this blog, we will talk about ASP.NET Core 3.0 MVC Project Structure and will try to understand the organization of the various files in the project hierarchy. Brief Introduction to ASP.NET Core 3.0 ASP.NET …

Read more

Visual Studio 2019 Code Navigation (Ctrl+T)

visual studio 2019

In this blog, we will talk about Visual Studio 2019 code navigation using the “Go to All” shortcut, which provides a very convenient way to move around in the current and solution files. Visual Studio …

Read more