News

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 ...
Take advantage of route constraints in minimal APIs to prevent unwanted requests from reaching your action methods and improve the security and performance of your ASP.NET Core applications.
Refit greatly simplifies the boilerplate code required to connect to and work with REST APIs in your ASP.NET Core applications. One important point to note is that when you’re using Refit, all ...