Thursday, April 20, 2006

Very nice and clear explanation of .NET exceptions and ways to deal with them in this article. Too many times I've seen people get confused with exception handling. Speaking truth it's haven't been clear for me as well up until I visited Wintellect's Devscovery conference a couple of years ago where Jeff Richter had the whole 2-hour session devoted to exception only...

posted on 4/20/2006 8:39:02 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
 Thursday, April 13, 2006

As I can see from statistics on my blog, the most popular topics are those devoted to IntelliSense support. I am indeed a huge fan of IntelliSense. After release of VS 2005 (and even before while working with it's beta version - Whidbey) I enjoy it's enhanced support at large. Event though there are couple of glitches in the current implementation, workarounds do exist. Beside working with C# in VS 2005 I spend a lot of time working with database scripts in SQL Server Management Studio (and with it's ancestors SQL Server Enterprise Manager and SQL Query Analyzer). The lack of IntelliSense in those tools are obvious. The current project I'm working on involve 6 pretty big databases with over a hundred table names and thousands columns I'm not really familiar. So, I spend a little time researching and looking for a tool to solve this problem and finally googled to a great tool - PromptSQL. Seems like it was around for a while, but for me personally it's huge discovery! Here is a breif description from their website:

It adds SQL Intellisense®-like word-completion for you when you are editing SQL using these [MS SQL Server Management Studio 2005, SQL Server 200  Enterprise Manager and SQL Query Analyzer and some other] products.  You can enable/disable PromptSQL for specific editors. PromptSQL simply sits behind the scenes and provides unobtrusive help when you press Ctrl-Space or when you type "." after a table/view/alias name.

Here is full ist of features. If you work with SQL a lot, give it a try, I'm pretty sure it will make your SQL live a helluva lot easier :-)!

Update (04/20/2006): Found another tool with similar functionality. SqlAssist "supplies high quality intellisense for SQL to your Visual Studio .NET IDE" 

posted on 4/13/2006 11:11:25 AM (Eastern Standard Time, UTC-05:00)  #    Comments [1]
 Monday, April 10, 2006

More as a note to myself. Today I stumbled to a nice article on exception handling in .NET applications. Here is the link.

posted on 4/10/2006 9:44:25 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]