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

Posted in Development Log | Tagged , , , | Leave a comment

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

Posted in Books, Development Log | Tagged , , , | Leave a comment