Special Offer: My C#/.NET Bootcamp Course is out now. Get 10% OFF using the code FRIENDS10.
Introduction to Minimal APIs in .NET 6

Introduction to Minimal APIs in .NET 6

The traditional Asp.Net Core application templates are perfect for backend applications. However, if you want to architect microservices and cloud-native applications, those templates can be a little too much. That’s where Minimal APIs come into play. Minimal...
How to Use Serilog in ASP.NET Core Web API

How to Use Serilog in ASP.NET Core Web API

Logging is an important part of any application. As long as everything runs smoothly, you don’t need it, but when you face any issue with your application, you better have logs that help you find the problem. Today, we will learn about Serilog and integrate it...
How to Create an Azure Function App Using C#

How to Create an Azure Function App Using C#

We will create a Function App in the Azure Portal, create an Azure Function project in Visual Studio, and deploy the implemented Function App onto the Microsoft Azure cloud. What is/are Azure Functions? What is the Azure Functions service? Azure Functions is the...
10 Reasons Why You Should Learn C# in 2022

10 Reasons Why You Should Learn C# in 2022

Today, I’m going to share ten reasons why you should learn C# in 2022.   Welcome back, and if you’re new to the channel, I’m a software engineer with more than 15 years of experience with the .NET platform. This channel is all about .NET...
.NET 6 | Everything You NEED to Know

.NET 6 | Everything You NEED to Know

Let’s start with a confession. I won’t be able to tell you everything new in .NET 6 – it’s just too much.  To give you a feeling of how much there is to cover, take a look at the official .NET 6 announcement blog post. Fun fact, if you print...