News

The most notable enhancements for this release of ASP.NET Core are related to the Blazor alongside the updates regarding the Identity, API Authoring, SignalR, and new SPA templates for CLI.
The latest release of .NET 8 Preview 4 brings significant improvements to ASP.NET Core. Notable enhancements include Blazor's streaming rendering and form handling, expanded support for form ...
Q&A What's Next for ASP.NET Core and Blazor By David Ramel 06/18/2024 Since its inception as an intriguing experiment in leveraging WebAssembly to enable dynamic web development with C#, Blazor has ...
Eric Vogel follows up on his previous post on getting started with ASP.NET Core security. Now that .NET Core 3.0 is out, he shows how to upgrade the code from Part 1 to ASP.NET Core 3.0, put pages ...
HybridCache is a new API in .NET 9 that brings additional features, benefits, and ease to caching in ASP.NET Core. Here’s how to take advantage of it.
Create integration tests in your ASP.Net Core test project When you created the test project in ASP.Net Core in the step above, a test class will be created in the project automatically.