Blog

Filter posts by Category Or Tag of the Blog section!

Technical Skills, Software Development, Real World Solutions, Enterprise Applications.
Although Redis is much more than a cache, But it's possible to use as cache server especially in distributed applications. Redis lets you operate on the values and it's just a key-value pair i...

Monday, 13 November 2017
I've written about different kinds of caching in asp.net MVC here, I just wanted to turn off some specific caches in my project and found a way to do that, you can do that by overriding OnResultEx...

Monday, 24 February 2014
When your web site has so many users it means your server has so many received requests, there is no need to query for every request Made by users because it will make some performance issues, for exa...

Friday, 05 July 2013