.NET 10 brings significant changes to ASP.NET Core. In this post, we'll review some of the main changes, covering practical, everyday examples and the contexts in which they best fit.
Learn how to identify the problematic anemic model and transform it into a rich model that exposes your intentions and is aligned with the principles of domain-driven design.
Efficient queries are essential to the performance and scalability of APIs that handle large volumes of data. In this post, we will explore best practices and strategies for optimizing backend queries using ASP.NET Core.
Dealing with null values is a recurring challenge in any modern web application. The good news is that ASP.NET Core is prepared to face this type of situation. In this post, we will explore the tools and best practices that help identify and prevent problems caused by null values.