Posts Tagged ‘ Development ’
Share ConnectionStrings A customer of mine have a Visual Studio C# solution with more than one project which uses the same ConnectionString. So how can you define your ConnectionString(s) once and share them between projects? This is how my sample solution looks like. The “Console” and “ServerConsole” projects should use the same ConnectionStrings. I created a XML file [ READ MORE ]