Having to excecute hundreds of .sql files in an environment without port 1433 open led me to this nugget of a Usenet post: How to…
Author: Trux
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…
I needed to perform a “Select Distinct“ on a datatable, not in the database, for binding to a listbox. Found a good solution here. Modified…
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…
We have been using Virtual PCs to host a separate development environment. Some of the team members have been having sporadic network issues with SourceSafe…
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…
After a harried development and delivery of a good sized Software Spec document to a client before the holidays, I have tried again to load…
d.code asks about securing connection strings. If you are willing to deal with a little unmanaged code, you can use the machine key or a…
I am getting to know OneNote now that I am a laptop user. It has been very useful in meetings and very good for organizing…