Hello World – .NET 7 – ASP .NET Core API Project Template
In this short article, we are going to create a new project, an ASP .NET Core API project. We are going to use the preview version of Visual Studio 2022…
In this short article, we are going to create a new project, an ASP .NET Core API project. We are going to use the preview version of Visual Studio 2022…
The release candidate for .NET 7 has already been released. With .NET 7, there is going to be newer version of C# too. Since past few days, I have been…
Since past few articles, I have been trying to write about the new features introduced in C# 11 and .NET 7. We already have seen some features like raw string…
In this short article, let's try to discuss another new feature from C# 11 - generic attributes. What are attributes ? If you have been using C# for very long,…
I have read this name - Raw String Literal - few weeks back and then I was wondering what this feature is. In this article, we will try to understand…
In programming world, it is very common to have multiple implementations of the same interface. Most commonly used pattern is Factory pattern and it is also based on designing an…
C# language is getting a lot of new features. Some interesting mentions are private protected, or default implementation in interfaces, etc. In fact, one of the advantage of using C#…
In last few articles about nullable reference migrations, I tried to cover basics about this feature. I also tried to cover some tips for the nullable reference migration in an…
You may already know that .NET 7 is going to be released around November 2022. Most of the times, we are so busy in looking for new and exciting features,…
Do you have more then one person in the development team ? Then you may already know how important it is to have a consistent code style and formatting. Do…
In recent articles, I have tried to explain about nullable reference types feature. First article explains what are nullable reference types and how to enable the feature. There is another…
Microsoft Build 2022 was held from 24-May to 26-May and many of us might already have attended this conference online. There were many important announcements made by Microsoft. This article…