CF assembly and desktop assembly

T

Tibby

I have to create a password manager for the desktop (simple to do) that
has a conterpart on a PocketPC. NOw, I've never done .Net CF, so I'm
shooting from the hip. I think I can handle all the stuff except how
to communicate with the desktop app to push/pull updates. I really
don't want to use SQLCE because of it's footprint on the device and I
really need to stick to an XML format. (Don't ask, corp policy)
Anyhew, I'm thinking maybe remoting or something similar? TCP
Client/Server

Thanks,
Tibby
 
D

Daniel Moth

No remoting with CF.

Some options include:
Web services, roll your own with sockets, RAPI
[System.Messaging for CF 2.0 only]...

Cheers
Daniel
 
T

Tibby

Daniel said:
No remoting with CF.

Some options include:
Web services, roll your own with sockets, RAPI
[System.Messaging for CF 2.0 only]...

Cheers
Daniel

No remoting, interesting. Using Framework 1.1, will have to find out
what RAPI is, and sockets, now that's looking interesting.....

Thanks for the ideas, now it's time to google! BTW, if any more
suggestions come to mind, please, I'm definatly in the market for info.

thanks again, Tibby
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top