Martin Normark's Blog
  • Home
  • iOS Development
  • About
  • Contact
Subscribe

ASP.NET

A collection of 9 posts

ASP.NET

Making your ASP.NET Global Resource files work in JavaScript. IntelliSense included!

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

  • Martin H. Normark
3 min read
ASP.NET

Windows Live Development - Authenticating users via Windows Live ID

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

  • Martin H. Normark
6 min read
ASP.NET

Event performance optimization with the EventHandlerList

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: publicevent EventHandler MyCustomEvent; And use this

  • Martin H. Normark
2 min read
ASP.NET

Configuring IIS 7 default document from web.config

IIS 7 has a lot of changes regarding the configuration model. Using the Integrated Configuration System in IIS 7 you can set configuration of your server on different levels, compared to IIS 6,

  • Martin H. Normark
4 min read
ASP.NET

Sending e-mails from your ASP.NET app and maintaining a list of recipients

Making your application send e-mails, is something you do almost in every application. It’s easy – all you need is an SMTP server to relay your mail through. Sending e-mail messages to several

  • Martin H. Normark
2 min read
ASP.NET

How to handle IIS Event id 1009 (Event id 5011 on IIS 7)

Recently at work we had some serious production environment issues. Our web application basically made the IIS application pool terminate unexpectedly. And we didn’t get a single stack trace or a line

  • Martin H. Normark
5 min read
ASP.NET

Web services and Silverlight 1.1 C# gotchas

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

  • Martin H. Normark
2 min read
ASP.NET

Fiddler2 and the ASP.NET Development server (Cassini)

If you’re debugging ASP.NET apps, it can sometimes be an advantage to be able to see the actual requests, and analyze file sizes, run-time rendered code and being able to ‘fiddle’

  • Martin H. Normark
< 1 min read
ASP.NET

Set the DataTable.Locale property – or get weird sorting

If you have a monster of an ASP.NET app, and your user come from different places in the world, they are most likely to have different locales as well. I’m danish,

  • Martin H. Normark
2 min read
Martin Normark's Blog © 2018
Latest Posts Twitter Ghost

Subscribe to Martin Normark's Blog

Stay up to date! Get all the latest & greatest posts delivered straight to your inbox