Getting started with Redis in ASP.NET under Windows
March 25, 2012 · Posted in Development · Comment
Redis is one of the fastest and most feature-rich in-memory key value data stores.
Dynamic URL Rewriting on ASP.NET MVC
June 25, 2011 · Posted in Development · 4 Comments
Error Logging for ASP.NET MVC, Health Monitoring
June 14, 2011 · Posted in Development · Comment
We have serveral options for error logging in ASP.NET MVC application:
- ELMAH for error logging
- log4net
- NLog
ASP.NET MVC mini profiler from StackOverflow is now open source
June 9, 2011 · Posted in Development · Comment
Stack Overflow opens sources of their ASP.NET MVC mini profiler. It is a simple but effective mini-profiler for ASP.NET MVC.
The sources can be found here – http://code.google.com/p/mvc-mini-profiler/.
