how can I swap Entity Framework connection strings easily when I test on different servers (i.e. different databases) - at the moment it is a bit tedious going into the design parameters and trying to swap back and forth each time I change.
2 Answers
Is this a web app? If so you can use web.config transforms.
1 Comment
Greg
it's a winforms app actually Craig