Showing results for C# - .NET Blog

Feb 9, 2024
Post comments count1
Post likes count9

Resilience and chaos engineering

Martin Tomka
Martin Tomka

Chaos engineering with HTTP clients and Polly library

.NETASP.NET CoreC#
Nov 3, 2023
Post comments count42
Post likes count17

What’s new with identity in .NET 8

Jeremy Likness
Jeremy Likness

An introduction to identity in .NET 8 with code examples to secure APIs, generate a Blazor-based UI and integrate authentication into Blazor WebAssembly apps.

.NETASP.NET CoreC#
May 12, 2023
Post comments count0
Post likes count3

Join us for HackTogether: The Microsoft Teams Global Hack

Waldek Mastykarz
Waldek Mastykarz

Join us for HackTogether: The Microsoft Teams Global Hack, our virtual hackathon to learn how to build powerful apps for Microsoft Teams.

.NETASP.NET Core.NET Framework
Mar 16, 2023
Post comments count81
Post likes count203

How Async/Await Really Works in C#

Stephen Toub - MSFT
Stephen Toub - MSFT

Async/await was added to the C# language over a decade ago and has transformed how we write scalable code for .NET. But how does it really work? In this post, we take a deep dive into its internals.

.NET.NET FundamentalsFeatured