December 2006 - Posts
Found a nice post titled "Top 20 Programming Lessons Learned in 20 Years." Link
Read More...
My DataSet Watch article on codeproject.com has finally been confirmed as a permanent article. It can now be found under .NET, C# >> .NET >> ADO.NET Link
Read More...
I just found a plugin that adds Firefox style inline search to IE. Its great !!! Download it here .
Read More...
SQL Server Enterprise Manager sucks ..... not that its buggy ..... its just SLOWWWW .... I've been trying out alternatives from time to time which are much faster but they turn out to be buggy. heh ... a Catch 22 Anyway ... today I discovered a gem
Read More...
Found this useful little snippet for converting ASP.net path string to its Javascript counterpart. Link
Read More...
Found a nice collection of commonly used Regular Expressions . http://developer.coreweb.com/articles/Default15.aspx
Read More...
A MUST read article for every ASP.net developer. http://weblogs.asp.net/infinitiesloop/archive/2006/08/03/Truly-Understanding-Viewstate.aspx
Read More...
A recent task at work required lots of list keeping and information sharing. We were currently using email as the primary information exchange but it was VERY inefficient and I ended up sending 15-20 mails a day for sharing even primitive notes. So I
Read More...
Learned this the hard way today .... Consider an assembly that contains an abstract class. This class is inherited from ServicedComponent i.e it is a COM component. This class is the only type declared in that assembly. If you try to register this Assembly
Read More...