Problem : I have a following connection string in app.config <add name=”myDBConnectionString” connectionString=”Data Source=ASDFGSQLEXPRESS; Initial Catalog=ZAQ; Integrated Security=True;”/> in my […]

Problem : For testing purposes, I need to create an IEnumerable<KeyValuePair<string, string>> object with the following sample key value pairs: […]