Both support singletons. WCF has the advantage that it is newer and will
likely be supported better in the future.
The problem is with sending notifications to subscribers. WCF has something
called duplex support but that doesn't seem to be supported in CF. This is
where I need help. Which of the two technologies would be better choice for
supporting notifications to subscribers and what is the mechanism? Just some
decent keywords would be helpful. Thank you.
Point to point message queues are easy and efficient, so my guess is that's
where you'd want to head.
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
"Gary C" <ga...@globaldialog.com> wrote in message
news:eEyZ$S59JH...@TK2MSFTNGP05.phx.gbl...
Point-to-point message queues seem to only be supported on CE. We would like
to also run our app on the desktop for demos. MSMQ might work since it is
supported on both (I'm using CF3.5). It seems MSMQ is fairly similar
point-to-point message queues in functionality, but it will be overtaken by
WCF eventually. Are my conclusions reasonable?
Basically, for the publish side I'm trying to achieve the same functionality
as a COM Interface and for the subscribe side I'm trying to achieve similar
functionality as a COM Connection Point. I'd rather stay in managed code or
have a few p/invokes than go back to COM.
Again, thank you for your advice so far.
Gary
"Chris Tacke, eMVP" <ctacke.at.opennetcf.dot.com> wrote in message
news:%23aHRvW5...@TK2MSFTNGP04.phx.gbl...
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
"Gary C" <ga...@globaldialog.com> wrote in message
news:eifY0dD%23JHA...@TK2MSFTNGP02.phx.gbl...
Alberto Silva
http://www.moving2u.pt - R&D Manager
http://msmvps.com/AlbertoSilva - Blog
Microsoft MVP - Device Application Development
"Chris Tacke, eMVP" <ctacke.at.opennetcf.dot.com> wrote in message
news:#iFY14D#JHA....@TK2MSFTNGP02.phx.gbl...
> __________ Information from ESET NOD32 Antivirus, version of virus
> signature database 4195 (20090629) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>
>
>
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4195 (20090629) __________
The message was checked by ESET NOD32 Antivirus.
http://www.udaparts.com/document/Tutorial/httppush.htm
http://www.udaparts.com/document/articles/articles.htm
http://www.udaparts.com/document/articles/chatservice.htm
"Gary C" <ga...@globaldialog.com> wrote in message
news:eEyZ$S59JH...@TK2MSFTNGP05.phx.gbl...