ASP.NET MVC 2 Localization complete guide
In this article we are going to explore all aspects of localization web application based on ASP.NET MVC framework. The guide covers following: views localization, model validation messages...
View ArticleChanging The OutputCache Provider During Runtime - Gil Fink on .Net
I got a question in the post I wrote about ASP.NET Output Cache Provider which asks whether we can change the cache provider during runtime. The post will try to answer the question.
View ArticleOutput Caching in asp.net
Recently one of my friend ask about output cache so I decided to put a post about how output cache works and what is the advantages and disadvantage of using output cache. Output cache is a technique...
View ArticleOutput caching with ASP.NET MVC Razor
Caching data greatly increase the website performance as its not going to do server round trip. I have already mentioned how you can use Output caching in web forms in earlier blog post here. Let’s see...
View ArticleMSDN Magazine: Cache Integration - Building and Using Custom OutputCache...
If you’re a Web developer, in the past you may have utilized the output-caching facility provided by ASP.NET. Introduced with the first version of the Microsoft .NET Framework, ASP.NET output caching...
View Article