Posts tagged with #net7
Distributed caching is an effective technique for improving the performance and scalability of .NET web applications. In this blog post, I show how to set up a distributed cache in .NET 7 using Redis and Docker.
Minimal API is the new, simplified approach for building APIs in .NET, which is faster and requires minimal code and configuration. Below you can find a set of tips & tricks you may find useful while starting your journey with Minimal API or transforming your existing API from a controller approach into minimal.