Pages
Blogroll
Tags
ASP.NET Brighton Uni C# cctray CruiseControl.NET django eclipse Fedora 10 Fedora 11 gtk IIS IIS7 javascript jquery jqunit latex LaunchPad Linux Mobile Broadband mono MonoDevelop MSSQL MVC NAnt nautilus Network Manager NHibernate nmock nunit php pirate plugin podcast python Service Broker shell script SQL svn tux droid ubuntu UMLDraw unit testing VS.NET Wireless wordpress-
Recent Posts
Meta
Archives
- January 2012 (3)
- May 2011 (2)
- March 2011 (1)
- August 2010 (1)
- April 2010 (1)
- March 2010 (1)
- January 2010 (2)
- October 2009 (1)
- September 2009 (3)
- August 2009 (2)
- July 2009 (4)
- June 2009 (7)
- May 2009 (6)
- April 2009 (7)
- March 2009 (5)
- February 2009 (4)
- December 2008 (4)
- November 2008 (4)
- October 2008 (5)
Tag Archives: ASP.NET
MVC Update User Online via Action Filter
Action filter to update the currently logged in users last online time to allow you to identify which of your users are online /// <summary> /// User Online Action Filter Attribute /// </summary> public class UserOnlineActionFilterAttribute : ActionFilterAttribute { /// … Continue reading
Professional ASP.NET MVC 1.0
At work we have been looking at the ASP.NET MVC, model-view-controller, framework. After looking around at various different tutorials and articles we found a sample chapter from the wrox book Professional ASP.NET MVC 1.0. The sample chapter took the hello … Continue reading