Special Offer: My C#/.NET Bootcamp Course is out now. Get 10% OFF using the code FRIENDS10.
The Ultimate .NET Version Guide

The Ultimate .NET Version Guide

.NET has been around for over 20 years, but with so many versions and updates, and different framework names such as .NET Framework, .NET Core, and more, it’s easy to get lost in history. This video and this article will guide you through the evolution of .NET...
What’s Coming with .NET 8?

What’s Coming with .NET 8?

.NET 7 was released in November 2022, and .NET 8 is already in sight. It’s about eight months until .NET 8, the next long-term support (LTS) release of .NET. In this article, I’m going to tell you everything we already know about .NET 8, and at the end of...
The Required Keyword and Record Types in C# 11

The Required Keyword and Record Types in C# 11

In a previous video, I explained the new required keyword introduced in C# 11 and how it might change how you create objects from classes. Today, I want to explain how the new required keyword affects record types, and at the end, I will tell you how I will define...
The Required Keyword in C# 11

The Required Keyword in C# 11

The required keyword fixes object initializers and can potentially change how you implement classes in C#. Stick with me to the end and decide if it will change how you use C#. When working with Nullable Reference Types (NRTs), you have seen it over and over again....
.NET 7 | Everything You NEED to Know

.NET 7 | Everything You NEED to Know

We will go through what’s new and hot in .NET 7. I know you’re a busy developer, and keeping up with what is happening is hard. That’s why I am telling you everything you need to know.   Don’t expect any deep dives here. At the end of the...
13 Visual Studio 2022 Tips & Tricks

13 Visual Studio 2022 Tips & Tricks

Many .NET developers use Visual Studio as their Integrated Development Environment (IDE). Visual Studio has many features designed to simplify developers’ lives and be more productive. In this article, I want to show 13 tips and tricks to improve your developer...