Fast endpoints allow you to create web APIs with automatic validation, high performance and less code. In this post, we will understand how to use fast endpoints as an alternative to classic approaches and combine the best of both worlds when creating new web APIs in ASP.NET Core.
The .NET Aspire series continues with an overview of the service defaults, a set of extension methods that compress all the OpenTelemetry wiring, health probes, discovery and Polly policies into one method call.
The Telerik Report Viewer lets you both manage your report from the ASP.NET Core page that hosts it and have your page respond as your user interacts with your report.
The KISS, YAGNI, DRY and Law of Demeter principles teach us from experienced people how to solve common problems. In this post, we will discuss each of them in detail and understand how they can help us create sustainable and professional code.