Buzz Today

It’s always fun to monitor the technology buzz on the blogosphere. It’s better than reading about it in any magazine. A couple of months back there was extensive talk about GMail and iPod, then there was noise on podcasting [http://en.wikipedia.org/wiki/Podcast], then the Google…

StyleVista

Stardock StyleVista [http://www.stardock.com/products/stylevista/] designed for Windows Vista, lets users customize “Aero”, the new Windows Vista GUI environment.…

gVisit

gVisit [http://www.gvisit.com/index.php]: Track visitors to your website using Google Maps…

Successful Strategies for Commenting Code

Successful Strategies for Commenting Code [http://www.particletree.com/features/successful-strategies-for-commenting-your-code] . My personal favorite is the VS.NET’s in-built commenting feature for C# [http://www.thecodeproject.com/csharp/csharpcommentinganddocs.asp], which can be further utilized to auto-genereate clean MSDN-style documentation using NDoc [http://ndoc.sourceforge.net/] (btw, there’s…

SPUnit

SPUnit [http://spunit.sourceforge.net/] is a Unit Testing tool for MS SQL Stored Procedures…

d4Modelizer goes open source

d4Modelizer ORM goes open source [http://www.dotnetjunkies.com/WebLog/pal_pritam/archive/2005/08/16/131969.aspx]. I used D4M a couple of weeks back with a C# project and found it to be quite simple & useful. I’m gearing at developing a really simple ORM [http://en.…

Performance Comparison of Distributed .NET

Performance Comparison of ASP.NET Web Services, Enterprise Services, .NET Remoting [http://msdn.microsoft.com/webservices/default.aspx?pull=/library/en-us/dnwebsrv/html/asmxremotesperf.asp] and the System.Messaging (MSMQ) [http://msdn.microsoft.com/webservices/default.aspx?pull=/library/en-us/dnwebsrv/html/systemmessperf.asp]…