Error!
Success!

Caching HTML Helpers on ASP.net MVC with optional SQL Cache Dependency

0
kicks

Caching HTML Helpers on ASP.net MVC with optional SQL Cache Dependency  (Unpublished)

When thinking about performance, one of the top things that comes in mind is caching. Caching means that you will save some server resources by saving the result on the “first” time it’s processed. With ASP.net MVC, it’s common the use of HTML Helpers, that are just methods that return a resulting HTML. We can combine both and cache the resulting HTML on the first time the method is called, round house kicking the performance of the page.


Kicked By:
Drop Kicked By: