Connection String magic with Whidbey
Within the System.Data.Common namespace is the DbConnectionStringBuilder class. This class allows you to manage and easily parse the connection string to make changes as necessary within your application. Why would you want to do this? Well, you might have a database management application and want to change values within the connection string so that you can easily make move between one database session and another. This class is very cool. Check it out.
Wally