help.net
<font size="2"><br />Musing on .Net</font>
-
Firebug demo
If you're a serious web developers Firebug is a must have. Pity it's only available with Firefox, but hey worth the jump.
-
Time machine!
Well kind of with Run Basic, experience a jump back in time where all the programming was done with no fuss!
-
A CMS library using NHibernate
I stumbled the other day on this project Eucalypto posted on CodeProject. Even if you are not interested by using it for a CMS project, the reading is interesting, and can be considered as an introduction to middle-tier development.
-
Best practice when optimizing indexes on SQL Server 2005
Stefano Demiliani give here some good advice on SQL Server 2005 index optimisation.
-
Clean up your Temp Files
Good advice from Scott Hanselman, I just pass his message: learn few tricks on cleaning and tidying your Temp folder.
-
AdSense control for ASP.NET 2.0
AdSenseASP.NET is a library of ASP.NET 2.0 webcontrols you could use for free (freeware) to display AdSense & Google Products ads.
-
Multithreading in ASP.NET
In some scenarios multithreading can help in your web application.
-
dhtmlxGrid - sortable Javascript DHTML grid
This is an interesting project, free under GNU license.
-
ASP.NET and Windows Worflow Foundation
K. Scott Allen write articles you wish should exist for any technologies. Those kind of practical example from A to Z, no fuss at all.
-
A Flexible Framework for Implementing RSS Extensions.
Brian Kuhn has developed some classes to extend the RSS 2.0 and Atom 1.0 specifications.