Welcome to U E T - C S . org Sign in | Join | Help

Osama Abbas

the Answers to Life, the Universe, and Everything

December 2006 - Posts

Top 20 Programming Lessons
Found a nice post titled "Top 20 Programming Lessons Learned in 20 Years." Link Read More...
DataSet Watch Update
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...
Inline search for IE
I just found a plugin that adds Firefox style inline search to IE. Its great !!! Download it here . Read More...
SQL Bliss !
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...
ASP.net to Javascript path conversion
Found this useful little snippet for converting ASP.net path string to its Javascript counterpart. Link Read More...
Regular Expression Library
Found a nice collection of commonly used Regular Expressions . http://developer.coreweb.com/articles/Default15.aspx Read More...
Truly Understanding the ViewState
A MUST read article for every ASP.net developer. http://weblogs.asp.net/infinitiesloop/archive/2006/08/03/Truly-Understanding-Viewstate.aspx Read More...
Wikis Rule !
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...
COM+ Tip
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...