The simplicity of ASP.NET Endpoints
Explores the simplicity and benefits of using ASP.NET 6 Endpoints and vertical slice architecture over traditional MVC controllers.
Explores the simplicity and benefits of using ASP.NET 6 Endpoints and vertical slice architecture over traditional MVC controllers.
Explores ASP.NET 6.0 Minimal APIs, discussing their benefits, addressing common concerns, and comparing them to traditional MVC.
Explains how to implement custom model binding for complex objects in ASP.NET 6.0 Minimal APIs using BindAsync and TryParse.
A guide to creating and registering a proxy/decorator service for dependency injection in ASP.NET Core's ServiceCollection.
Final part of a series on optimizing AWS Lambda cold starts for ASP.NET, covering advanced techniques like burst CPU usage and pre-JIT compilation.
Blazored, a suite of open-source Blazor components, celebrates reaching 1 million downloads on NuGet, thanking its community of contributors.
Explores techniques to reduce AWS Lambda cold start times for ASP.NET, focusing on ReadyToRun compilation and optimizing secrets fetching.
Analyzing AWS Lambda cold starts for ASP.NET, exploring initialization delays and benchmarking performance for serverless applications.
Announcement of major changes to the IdentityServer project, including its future development and commercial support plans.
Summary of Blazor announcements from Microsoft Build 2020, including Blazor WebAssembly GA, new presentations, workshops, and .NET MAUI integration.
Author announces writing a book titled 'Blazor In Action' for Manning Publications, detailing the writing process and early access program.
A guide on integrating OpenIddict 3.0 into an OWIN/Katana application, covering dependency injection setup for ASP.NET 4.x.
Fixing 500 errors for static files (CSS, JS, images) after upgrading an IIS website from version 6 to 10, caused by a MIME type conflict.
A panel of experts discusses Blazor, Microsoft's web framework, covering key topics and resources for developers getting started.
Explains how routing and navigation work in Blazor, comparing traditional web apps to Single Page Applications (SPAs).
Summary of Blazor announcements from .NET Conf 2019, including the release of Blazor Server and a WebAssembly release date.
An update on Blazor Bites tutorials and a roundup of Blazor announcements and sessions from Microsoft Build 2019.
Introducing Hangfire, a .NET library for scheduling and managing background tasks with a dashboard, persistent storage, and distributed support.
Stack Overflow's co-founder Joel Spolsky announces he is stepping down as CEO and moving to Chairman of the Board, reflecting on the company's growth.
A guide on integrating the FluentValidation library with Blazor's built-in forms and validation system for enhanced form handling.