My copy of MSDN magazine arrived last night, and I read the article Practical Tips For Boosting The Performance Of Windows Forms Apps. Good read.…
Category: .Net 2.0
I will be giving a presentation at a Microsoft Developer Care event at their offices in Southfield, MI on January 20th. The event is sponsored…
I have a case where the user is entering strings into the application, and I have to match that string with the values from a…
The standard combobox control doesn’t support the double-click event, as it is actually a combination of more than one control itself. In my case, I…
Today we are migrating my project from Whidbey Beta1 to Beta 2 (if you know why this is happening today, go ahead and laugh with…
In my last post I described a “Select Distinct“ function for a datatable. This is a whole lot easier using Whidbey. You can get a…
There is an excellent “Hello World” article for getting started with the UIAB at CodeProject by Roy Clemmons. If you have checked the docs that…
Mark Brown posted his fix for a bug in the FillDataSet method of the SqlHelper in the Data Access Application Block. The problem occurs when…