May 2007
16 articles published in May 2007
-
Impersonation across threads in ASP.NET
Shows how to pass the impersonation along to the a new thread.
-
Optimize HTTP requests and web service calls
Shows how to raise the connection limit in ASP.NET
-
Section 508 and WAI triple A accessibility
The story of how I validated my blog
-
Bind countries from CultureInfo class in C#
Shows how to bind countries to a dropdown list without any XML file or database table
-
Best developer video of the year
Douglas Crockford speaks of code quality. A must-see video for all developers.
-
Google Sitemap and BlogEngine.NET
Explains how to take advantage of the Google Sitemap generated automatically by BlogEngine.NET
-
Official release of BlogEngine.NET 1.0
The official release of BlogEngine.NET 1.0 is announced
-
Print Visual Studio project
Things that the users would expect to find in an application should always be there.
-
URL parameters in ClickOnce applications
Shows in two simple steps to enable query strings in ClickOnce applications
-
Worst regular expression ever
Warning! This is the worst regex ever made
-
See who calls any method in C#
A public method that returns the caller of any method in the stack
-
Web Application Projects vs. Web Site Projects
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...
-
Validate a form before submitting it in ASP.NET
Shows how to run ASP.NET validators client-side without hitting the submit button
-
Debug JavaScript in Visual Studio 2005
Explains how to enable debugging of JavaScript in Visual Studio
-
Measure the success of your website
Define conversion points in order to measure the success of your website
-
BlogEngine.NET update
A lot of new features have been implemented so far and some are still to come.