News

Use mixed routing in ASP.NET Core 3.0 MVC Note that you can use attribute-based routing for some controllers and actions and convention-based routing on other controllers and action methods.
If you want to add server-side Blazor to your existing ASP.NET Core applications, you can. There's not much to it, fortunately. In fact, there's probably more work involved in creating a View or Page ...
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 ...
Lots of improvements for this ASP.NET Core release are related to Blazor. It is now possible to prerender and integrate Razor Pages and MVC apps in a Blazor Server app.