Coding Shorts: Output Caching in ASP.NET Core 7



Coding Shorts: Output Caching in ASP.NET Core 7

Coding Shorts: Output Caching in ASP.NET Core 7

Microsoft is adding a popular option to ASP.NET Core in .NET 7: Output Caching. It gives you the ability to reduce load on your data stores and web servers. Check out how it works:

0:00 – Intro
2:59 – Adding the Middleware
5:21 – Using in Razor Pages
6:23 – Using in Minimal APIs
8:44 – Using in Controllers
11:54 – Configuring Output Caching

If you like this video, you might like other videos in my Instructional Videos:

– https://www.youtube.com/playlist?list=PLtOvnDRdH12e3vOq4zvpI2cKsancIwMcP

Or my Pluralsight Courses:

– https://shawnl.ink/psauthor

Comments are closed.