May 2007

16 articles published in May 2007

  1. Impersonation across threads in ASP.NET

    · 1 min read

    Shows how to pass the impersonation along to the a new thread.

  2. Optimize HTTP requests and web service calls

    · 1 min read

    Shows how to raise the connection limit in ASP.NET

  3. Section 508 and WAI triple A accessibility

    · 2 min read

    The story of how I validated my blog

  4. Bind countries from CultureInfo class in C#

    · 2 min read

    Shows how to bind countries to a dropdown list without any XML file or database table

  5. Best developer video of the year

    · 1 min read

    Douglas Crockford speaks of code quality. A must-see video for all developers.

  6. Google Sitemap and BlogEngine.NET

    · 1 min read

    Explains how to take advantage of the Google Sitemap generated automatically by BlogEngine.NET

  7. Official release of BlogEngine.NET 1.0

    · 2 min read

    The official release of BlogEngine.NET 1.0 is announced

  8. Print Visual Studio project

    · 1 min read

    Things that the users would expect to find in an application should always be there.

  9. URL parameters in ClickOnce applications

    · 1 min read

    Shows in two simple steps to enable query strings in ClickOnce applications

  10. Worst regular expression ever

    · 1 min read

    Warning! This is the worst regex ever made

  11. See who calls any method in C#

    · 1 min read

    A public method that returns the caller of any method in the stack

  12. Web Application Projects vs. Web Site Projects

    · 2 min read

    When Visual Studio 2005 was released together with ASP.NET 2.0, the web project model was totally changed from the ASP.NET 1.x model. It took some time for me to get used to it, and in the beginning I didn’t like it...

  13. Validate a form before submitting it in ASP.NET

    · 2 min read

    Shows how to run ASP.NET validators client-side without hitting the submit button

  14. Debug JavaScript in Visual Studio 2005

    · 2 min read

    Explains how to enable debugging of JavaScript in Visual Studio

  15. Measure the success of your website

    · 3 min read

    Define conversion points in order to measure the success of your website

  16. BlogEngine.NET update

    · 2 min read

    A lot of new features have been implemented so far and some are still to come.