News

Microsoft has released .NET 9, which contains features regarding ASP.NET Core 9. This latest release focuses on optimizing static asset handling, refining Blazor's component interaction, enhancing ...
Take advantage of the static files middleware in ASP.NET Core to serve HTML, CSS, JavaScript, and images to the client.
Output caching middleware ASP.NET Core 7 allows you to use output caching in all ASP.NET Core apps: Minimal API, MVC, Razor Pages, and Web API apps with controllers. To add the output caching ...