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

C# 8 – Switch Expressions

Switch Expressions are a new compiler feature available starting with C# 8. It’s a helpful evolution of Switch Statements. In this video, we’ll be looking at how Switch Expressions are different from Switch Statements and how to use them in your code. C# 8...
C# 9 – Top-Level Statements

C# 9 – Top-Level Statements

C# requires a lot of boilerplate code, even for simple console applications. We need a namespace, a Program class, and even a static Main method.  How brilliant would it be if we could create a new file and start writing our code? Let’s find out how top-level...
Install and Use C# 9 in Visual Studio 2019

Install and Use C# 9 in Visual Studio 2019

.NET 5 is about to release in November, and with it comes the next version of the C# compiler. C# 9 offers many new features that developers have been waiting for for a long time.  Let’s take a look at how to install and use C# 9 today. Make sure to stick with...