Error!
Success!

Lazy loading a query to improve caching on ASP.net MVC

0
kicks

Lazy loading a query to improve caching on ASP.net MVC  (Unpublished)

This article explains an approach to lazy load a database query on an ASP.net MVC controller to prevent the query from executing on it, and just execute on the View, if it's not cached. So, if the View is cached, the database is not queried.


Kicked By:
Drop Kicked By: