Modernizing push notification API for Teams - .NET Blog

Push Notification Hub is an essential internal service that plays a crucial role in the messaging and calling flows within Teams and other platforms. This article describes its recent overhaul, which has significantly enhanced its performance and reduced latencies in delivering push notifications to user devices

.NET Blog
Global Error Handling in ASP.NET Core 8

Exceptions are for exceptional situations. But they will inevitably happen in your applications, and you need to handle them. You can implement a global exception handling mechanism or handle only specific exceptions. ASP.NET Core gives you a few options on how to implement this. So which one should you choose? Today, I want to show you an old and new way to handle exceptions in ASP.NET Core 8.

I introduced readers to the experimental Blazor QuickGrid component in my book, Apps and Services with .NET 7. It is fantastic news that with ASP.NET Core 8 it will be a built-in component: https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-8-preview-2/#blazor-quickgrid-component

Great work, ASP.NET Core Team!

#dotnet #dotnet7 #dotnet8 #aspnetcore8 #blazor

ASP.NET Core updates in .NET 8 Preview 2 - .NET Blog

.NET 8 Preview 2 is now available! Check out what's new in ASP.NET Core in this update.

.NET Blog