Tagged Questions
4
votes
1answer
82 views
WCF (or alternative) Controller-worker setup on machines across the internet
We have a .net monitoring service that runs on several PCs installed across the UK at client locations. We need to be able to communicate with these pc's from a central web application in order to ...
0
votes
0answers
48 views
Master Detail Combos in WPF
I am a newbie in WPF and specially its data binding.
I have a table with recursive structure. The table structure is shown as below:
ID (int, not null) As PK,
Text (nvarchar),
ParentID (int)
I ...
0
votes
3answers
601 views
using WCF as a master-slave command model
I'm developing a master-slave command model by which some application "Master" sends commands to homogenous processes called "Slave" to do some task and then respond back with status complete or ...