asp.net core

Developer

WebAPI Improvements in .NET 5 – OpenAPI, Better F5, and NSwag

Tim Corey walks us through the WebAPI improvements in .NET 5. In this video, we are going to look at the integration of OpenAPI into the project, how it works, and then why it is so important. We will also look briefly at NSwag and how to use it to generate API clients for our […]

Read More
Developer

Deep Dive into C# Async/Await/Task

Take a deep dive into the asynchronous programming style in C# we take a deep diving looking at the state machine that the async keyword spawns. Source: https://github.com/T0shik/raw-coding-101-tutorials/tree/master/Async%20Await%20Task Related Articles https://devblogs.microsoft.com/premier-developer/dissecting-the-async-methods-in-c/ https://www.codeproject.com/Articles/535635/Async-Await-and-the-Generated-StateMachine https://ranjeet.dev/understanding-how-async-state-machine-works/

Read More