Martin Normark's blog

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 With so many online services out there, you nearly claim a new online identity somewhere every day. You tend to use the same username and password couple for all of them, but sometimes your preferred username is taken, …

Continue reading

Posted on by Martin H. Normark | Posted in C# | Tagged , , ,


Posted on by Martin H. Normark


Share Tweet When using custom events (event delegates) in your ASP.NET pages, user controls and server controls, many developers might define their Events as public fields, like this: public event EventHandler<EventArgs> MyCustomEvent; And use this code to fire the event: …

Continue reading

Posted on by Martin H. Normark | Posted in C# | Tagged


Posted on by Martin H. Normark


Share Tweet As anyone must know by now, Silverlight is Microsoft's cross-browser, cross-platform RIA (Rich Internet Application) technology - like Adobe's Flash. With Silverlight, they say the sky is the limit, and it's only up to yourself what to invent. Silverlight …

Continue reading

Posted on by Martin H. Normark | Posted in ASP.NET, C#, Silverlight | Tagged , ,