Other methods then Remoting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If Remoting is not available under NetCF what is the perferred method for an
App at the Desktop level to communicate with a App down in the WinCE and vice
versa?

Thanks.
 
A socket connection is pretty much the only choice, unless you want to poll
a web service.
 
Sockets might work. Can you recommend any articles on using sockets between a
NetCf App and a desktop App. Also any samples if available would be
appreciated.

Thanks.

--John Olbert
(e-mail address removed)


Alex Feinman said:
A socket connection is pretty much the only choice, unless you want to poll
a web service.
 
Back
Top