wcf
Custom Serialization With WCF
For a recent project we wanted to create a custom protocol for command and control that could be used across many platforms. This sounds like a great opportunity to leverage WCF for our clients that would be issues commands to the various devices. First we create a connection upstream to a device; this should look [...]