Martin Normark's blog

About Martin H. Normark

I love writing code, inventing stuff, pushing the limits, questioning why something is as it is. I write about software and programming experiments, daily code battles, specific How To posts.

Posted on by Martin H. 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 H. Normark | Posted in ASP.NET MVC | Tagged ,


Posted on by Martin H. 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 H. Normark | Posted in C#, Internationalization, JavaScript | Tagged , , , ,


Posted on by Martin H. 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 H. Normark | Posted in C#, Internationalization, Unit testing | Tagged , ,