Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet remoting > april 2008

Remoting with a Service... Not Listening?
Posted by Scott Townsend at 4/22/2008 10:18:17 AM
I've written a Windows Service, Listens for Data via TCP, Each listener is spawned in a new Thread creating a new Listener Object. I have the Interface for the Remoting Server side on the Listener Class Object (separate Project that Generates a DLL) The Service Works and I'm running my cod...more >>


Remoting Delegates and events
Posted by Steven Rosenberg at 4/15/2008 10:40:39 AM
I am trying to create a remote class that will allow a client to subscribe to an event using delegates in C#. I have tried to do this my setting up a class that is marshaled by reference to be used as the object that handles the event public delegate void RemoteAlert(string str); public...more >>

Web Service
Posted by Peter Bradley at 4/2/2008 9:16:12 AM
I'm not sure if this is the correct forum for posting queries about .NET Web services. If it isn't, please point me in the right direction, and I'll trouble you no more. I have to write an application that will interact with a Web service exposed by a partner organisation. Unfortunately t...more >>

MarshalByRef class and non-serializable members
Posted by alex at 4/2/2008 7:24:37 AM
Hello I need to send an object of HttpListenerContext class to another AppDomain. HttpListenerContext class is neither inheritor of MarshalByRefObject nor marked as Serializable (more over it is sealed). I wrote a wrapper for this class and tried to send an object of this class which inherits...more >>



DevelopmentNow Blog