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.
Manipulating databases is a common activity in a web developer’s routine, so it is important to know the main approaches used to carry out this task and what features are available in ASP.NET Core. Learn about Code First and Database First with practical examples.