Martin Normark's blog

About Martin Normark

Martin Normark works as a freelance web developer (consultant). He blogs about web, software and programming experiments, daily code battles, specific How To posts and what else comes to mind.

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 ,


Posted on by Martin Normark


Share Tweet Any modern web application needs localization! You simply can't ignore the huge amounts of people who doesn't speak your language, or whose native language is different from yours. You're probably using resource files (.resx) in .NET, but how …

Continue reading

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