News

Anyone using with SQL server using mirroring/failover (connection string changes) Maxer Aug 12, 2008 Jump to latest Follow Reply ...
It is unsound to put the connection string as literals in your C# code. It is better to put the connection string in a config file. There you can edit the string any time without the need to recompile ...