Welcome to MSDN Blogs Sign in | Join | Help

David Waddleton's Geek Speak

Find out what Geeks talk about

August 2005 - Posts

Geek Speak: Testing Tip with VSTS
Situation: I am testing some code that had a constructor that using the configuration file. public XmlBase() { if (ConfigurationManager.ConnectionStrings != null) { connectionString = ConfigurationManager.ConnectionStrings["dbConnectionString"].ConnectionString; Read More...
Page view tracker