ActionFilters Unit Testing ASP.NET MVC Controller Action contains specific ActionFilter Attributes ActionFilters in ASP.NET MVC are great. You can now easily share logic between controllers without having to inherit from a base controller, that does the common work. I have a content heavy
C# Unit test for verifying references from DataAnnotation validation to the ErrorMessageResourceName value I love the new model validation features in System.ComponentModel.DataAnnotations. One thing I don’t like though, is that the ErrorMessageResourceName is loosely typed. The ErrorMessageResourceType, however, is a System.Type which