blah blah blah is here! blah blah » Close

0
votes
1 answers

C# program to switch updating from Master server to Slave server

assuming that I have setup the Database (MySQL) Replication using Master-Slave configuration, and have synchronized those Master and Slave servers, how can my C# program know that it has to update the Slave server when the Master server fai ...

0
votes
1 answers

Moving from Console to Windows Form

Hi, I am trying to move from Console to Windows Form. I have a workable program in Console but I wish to send it Windows Form. There is a problem over the "static void .... () {}" blocks and I wish also to know how to easily fi ...

Feedback