I would like to know what is different between SqlConnection and SqlConnectionStringBuilder
Apples and Oranges.
SqlConnection actually controls the connection to the database.
SqlConnectionStringBuilder helps to dynamically create the connection string used in the SqlConnection.
http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection(v=vs.110).aspx
http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnectionstringbuilder(v=vs.110).aspx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With