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.
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.
Using in-memory caching improves the performance and scalability of web applications. In this blog post, we will check out how to implement in-memory caching and see the benefits it offers in practice.
JSON is one of the most popular data types for communicating between web applications. Check out this post for the main features of ASP.NET Core for handling data in JSON format.