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 October 25, 2010 by Martin Normark
Share Tweet A long time ago, I wrote a blog post about how to translate text in C# using Google Translate. Since then, an official AJAX API has been released, which is a much better solution. Reading the comments of …
Continue reading →
Posted on October 25, 2010 by Martin Normark |
Posted in C#, Internationalization |
Tagged C#, Google, Internationalization
Posted on July 31, 2010 by Martin Normark
Share Tweet There’s a lot of talk on Twitter and blogs about The Ultimate Developer PC 2.0. The Ultimate Developer PC, was something started three years ago by Scott Hanselman and Jeff Atwood, when Scott wanted a new machine and …
Continue reading →
Posted on July 31, 2010 by Martin Normark |
Posted in Hardware |
Tagged Hardware
Posted on March 13, 2010 by Martin Normark
Share Tweet Almost a year ago, I answered a question on StackOverflow, about if there’s a better way to generate HTML e-mails in C# than using a StringBuilder and just appending strings one by one. I think that any modern …
Continue reading →
Posted on March 13, 2010 by Martin Normark |
Posted in C# |
Tagged C#, Hidden features of .NET
Posted on March 8, 2010 by Martin Normark
Share Tweet If there’s one change I hate about IIS 7 and beyond, it is the lack of the very useful IISAPP script that was present on IIS 6 installations. Run it from a command prompt, and you will see …
Continue reading →
Posted on March 8, 2010 by Martin Normark |
Posted in IIS7 |
Tagged IIS7
Posted on March 4, 2010 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 March 4, 2010 by Martin Normark |
Posted in C#, Internationalization, Unit testing |
Tagged C#, Internationalization, Unit testing
Posted on March 4, 2010 by Martin Normark
Share Tweet In IIS SSL sites have seemed to be limited to only one site per network interface, since you (from IIS Manager) cannot specify a host header binding on the HTTPS protocol. It turns out, that it is only …
Continue reading →
Posted on March 4, 2010 by Martin Normark |
Posted in C#, IIS7 |
Tagged C#, IIS7
Posted on October 21, 2009 by Martin Normark
Share Tweet I love the new IntelliSense dialog in Visual Studio 2010 Beta 2, that ScottGu has blogged about. But when editing an ASP.NET MVC View Page in Visual Studio 2010 Beta 2, you end up fighting the IntelliSense. That …
Continue reading →
Posted on October 21, 2009 by Martin Normark |
Posted in ASP.NET MVC |
Tagged ASP.NET MVC
Posted on March 16, 2009 by Martin Normark
Share Tweet In some applications, it could be cool to have a feature that enabled the user to quickly get a glimpse of what people are saying on Twitter about the user or their product, service, company etc. For instance, …
Continue reading →
Posted on March 16, 2009 by Martin Normark |
Posted in C# |
Tagged C#
Posted on March 15, 2009 by Martin Normark
Share Tweet Whenever you deploy a website to IIS 7 that is not compliant with the IIS 7 integrated pipeline, you will get an error like this one: Not the great error message you get. It actually gives you the …
Continue reading →
Posted on March 15, 2009 by Martin Normark |
Posted in IIS7 |
Tagged IIS7
Posted on March 13, 2009 by Martin Normark
Share Tweet Yesterday, I blogged about how you can use Google Translate to translate a string in C#. To make it more useful than just a simple translator, and because I need to translate some Global Resource files for an …
Continue reading →
Posted on March 13, 2009 by Martin Normark |
Posted in C#, Internationalization |
Tagged C#, Internationalization