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.
Cosmos DB is a NoSQL database from Microsoft that supports multiple data models such as documents, key values and graphs. In this post, we will learn how to integrate an ASP.NET Core API and manipulate data in this cloud-native database.
Domain-driven design helps align code structure with business logic, making it easier to build systems that solve complex problems. Explore the basic concepts of DDD and learn how to implement a microservice following this approach.
Some techniques can make a big difference in the efficient use of resources, improving performance and scalability. Check out these nine tips on how to optimize APIs in ASP.NET Core.
Simplifying integration with APIs reduces boilerplate code and makes the application more modular, reducing coupling and resulting in cleaner, more concise code. Learn how to use Refit in this process and the best resources for handling requests between APIs.
Classes are fundamental to object-oriented programming, while records bring several advantages mainly for the data transport function. Learn the main functions of classes vs. records and which contexts each is best suited to.