Assis Zang is a software developer from Brazil, developing in the .NET platform since 2017. In his free time, he enjoys playing video games and reading good books. You can follow him at: LinkedIn and Github.
Parallel programming is a fundamental concept for backend developers, as it helps create more efficient, scalable and responsive systems. In this post, we will explore five native ASP.NET Core features for dealing with parallelism.
Using functional programming can result in more reliable, less buggy software. Let’s see five more advanced functional programming concepts in practice in ASP.NET Core.
Learn what value objects are, their main characteristics and how to use them to write code that is clearly expressed and easy to maintain in your ASP.NET Core app.
Entity Framework Core 9 introduced a new feature for vector search, which allows searches based on vector similarity, allowing developers to incorporate these advantages directly into databases. Check out this post on how to implement vector search in ASP.NET Core using this new feature in EF 9.