Posts Tagged ‘ Visual Studio ’
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 ]
I decided to write a short post about licensing of Team Build Server environments because I was asked several times in the past. There’s a good chapter in the Team System Licensing Guide which explains it in detail. If you want to run Static Code Analysis or automated Tests you need to install Visual Studio Team [ READ MORE ]
Recently, I was installing Visual Studio 2008 on a fresh Windows Vista installation with standard options (including SQL Express Edition). SQL Server 2005 wasn’t installed before but that’s what I did as next. Because I want to administrate my DB’s with the management studio I checked the “client tools” option in the setup. So after installing everything, [ READ MORE ]