July 2007
14 articles published in July 2007
-
Cool projects that don’t exist
A list of three components for ASP.NET I would like that someone would write.
-
Make your ASP.NET application extendable
Shows how to make an ASP.NET application extendable
-
Secure your forms in ASP.NET
Do we really need CAPTCHA's to prevent robots posting to our web forms? Not if you run ASP.NET 2.0. Whether you use a form for member logins, blog comments or a web shop you want to keep it as secure and tamper proof as...
-
New extension model in BlogEngine.NET
Shows how to utilize the new extension model of BlogEngine.NET
-
Principles of simplicity
A list of 10 principles of simplicity
-
Trackback spam fighting
A short listing of the principles of trackback spam fighting.
-
Webcast on building BlogEngine.NET themes
Earlier today, Al Nyveldt aired a webcast on how to make BlogEngine.NET themes . It really shows how you can leverage all the power of ASP.NET in your themes. He uses code-behind files to dynamically change the output of...
-
Beware of the FileInfo.OpenText() method
Don't use FileInfo.OpenText().ReadToEnd() because it doesn't release the file handle
-
Release of BlogEngine.NET 1.1
BlogEngine.NET 1.1 is being officially released to the public
-
Localizing ASP.NET - which is best?
Is it ok to use local resource files?
-
Generate links to your blog
A trick to get more people linking to your blog
-
Hidden feature of BlogEngine – conversions
Shows you how to take advantage of 2 JavaScript events in BlogEngine.NET
-
Testing your code – follow up
I’ve received quite a few e-mails about my last post about unit testing and have followed some reactions around the blogosphere as well. There seem to be common believe that I don’t like unit testing or advice against...
-
Testing your code
How and when I unit test an application or class library