NDoc
NDoc Code Documentation Generator for .NET [http://ndoc.sourceforge.net/]. Giving it a shot as I write this.…
NDoc Code Documentation Generator for .NET [http://ndoc.sourceforge.net/]. Giving it a shot as I write this.…
Google acquires Picasa [http://www.picasa.com/google/] (a digital imaging solutions) and Microsoft acquires Lookout [http://www.lookoutsoft.com/Lookout/] (a e-mail search solution).…
Genetic Algorithms: Survival of the Fittest: Natural Selection with Windows Forms [http://msdn.microsoft.com/msdnmag/issues/04/08/GeneticAlgorithms/default.aspx], a very interesting article in MSDN Magz on Genetic Programming and .NET.…
27 Refactoring Patterns with Examples [http://www.industriallogic.com/xp/refactoring/catalog.html]. [via Roy Osherove [http://weblogs.asp.net/rosherove/archive/2004/07/23/191773.aspx]]…
How you can write Better, Faster, Lighter, .NET and Java code [http://www.onjava.com/pub/a/onjava/2004/07/14/BFLJava.html]. Must read!…
Exporting data to a XML file in SQL Server 2005 [http://www.sqldbatips.com/showarticle.asp?ID=23] using a VB.NET stored procedure (now that SQL Server supports the new CLR integration). Must read!…
SQL Express Beta 2 is coming soon [http://blogs.msdn.com/sqlexpress] and the Internet Explorer Team blog [http://blogs.msdn.com/ie/archive/2004/07/21/190747.aspx] is buzzing. Talking of SQL Express, here are the Top 10 Cool Things about SQL Server 2005 Express Edition [http://lab.…
SqlHtml [http://thedailywtf.com/archive/2004/07/22/649.aspx] is an interesting but (IMHO) highly inefficient idea (a parody I assume) of generating HTML directly from the database tier. But the worrying part is that many “developers” still use crude methods like these while developing “enterprise level” applications. Its…