Groups | Blog | Home
all groups > dotnet framework > april 2007 >

dotnet framework : Retrieving data from a Windows Service


Greg
4/27/2007 5:54:04 PM
Hi,

I have a collection that resides in a windows service and I want to
know is remoting the best way to access this data? The collection
will change on an ongoing basis, but whenever I make a request to the
windows service I want to be able to get back the latest elements in
the collection.

Should I use remoting an expose my object as a Singleton? Is there a
better way to do this?

Thank you.

Greg
JayA
4/29/2007 10:29:33 PM
You should use WCF instead of remoting.


[quoted text, click to view]
AddThis Social Bookmark Button