Hi I’m a PHP developer and I have some experience with Java. I’m trying to learn C# and my first project would be a program that starts the timer on a PC by clicking a button on another PC in the network. The problem is, I don’t know where to start? What do I need to read up on? The OS for both PCs is Windows XP so they’re desktop apps. I’d appreciate any help from you C# gurus. I hope my start as a C# programmer would be successful. Thank you!
Share
For the communication channel you should use WCF – here is an article showing how a simple client/server is written.
In terms of a UI for these – you may want to use winforms or WPF. WPF is the future, but winforms are easier to get to grips with. There is a Microsoft website dedicated to both of them.
There are several timer classes in the framework – see this article for comparisons.