Paul Sheriff's Blog for the Real World

This blog is for my ramblings and to share my tips, tricks and advice garnered over 20+ years in the IT industry. I like to focus on topics that affect real-world business application developers.

Browse by Tags

All Tags » ADO.NET (RSS)
Using The ConnectionStringBuilder class
Building a connection string from scratch can sometimes be a little daunting when you do not know the exact syntax. Of course, you can always visit www.connectionstrings.com and find some great help there. In lieu of this you can also use the ConnectionStringBuilder...
Posted: Sep 08 2009, 11:48 AM by psheriff | with 1 comment(s)
Filed under: ,
Cloning a DataRow
I can't even tell you how many times over the last few years I have had to clone a row from one DataTable to another DataTable. To make this easier, I created a method that I can call at anytime to create this new DataRow and return a new DataTable back...
Posted: Aug 27 2009, 09:56 AM by psheriff | with 2 comment(s)
Filed under: ,
More Posts