0
votes
votes
1 answers
Connectionstring in win forms
Hi In asp.net you can easily put the connectionstring to your database in webconfig file and use configurationmanager to reach it from different pages. Is there a similair way in win form applications? Let say I create a class and call ...
