Martin Normark's blog

Posted on by Martin Normark


Share Tweet 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 application that supports a set of layouts. …

Continue reading

Posted on by Martin Normark | Posted in ASP.NET MVC, Unit testing | Tagged , ,


Posted on by Martin Normark


Share Tweet 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 will be strongly typed by assigning its value using …

Continue reading

Posted on by Martin Normark | Posted in C#, Internationalization, Unit testing | Tagged , ,