In the past, I've often needed to retrieve a current user object in the beginning of an action, and then use that object in updates to the model.
I've discovered a method that allows me to do this a little cleaner utilizing ASP.NET MVC ActionFilter Attributes.
more