Special Offer: My C#/.NET Bootcamp Course is out now. Get 10% OFF using the code FRIENDS10.
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...