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 Another buggy experience in ASP.NET MVC. This has to do with validation, more specifically numeric validation. Whenever you have a numeric property on your view models, ASP.NET MVC automatically adds some implicit validation to ensure that whatever entered in fact …

Continue reading

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


Posted on by Martin Normark


Share Tweet ASP.NET MVC 3 has its quirkiness here and there. Sometimes it's a lack of support for something, and other times it's downright buggy. An issue I came across recently, is something to do with Windows Authentication. There's a lot of …

Continue reading

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