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
May 2008
June 2008
all groups > dotnet remoting > may 2006 > threads for may 8 - 14, 2006

Filter by week: 1 2 3 4 5

Remote Object
Posted by BADER at 5/14/2006 11:30:02 PM
Is it possible to make a "Form" in the Server App (Server.exe) as the Remote Object instead of a spreat DLL... If yes, please give an example Thanx a lot...more >>


Single Sign-On Authentication?
Posted by Spam Catcher at 5/14/2006 9:13:49 PM
Any ideas on how to handle authentication with .NET remoting? I'm currently using ASP.NET's form auth for login... any good ways of tying ASP.NET logins with remoting calls? Thanks....more >>

Question about performance using remoting
Posted by CodeLookingAhead at 5/13/2006 2:32:02 AM
I have object that has properties such as FirstName, LastName, City, State, I also have a method call Add which contains the logic to insert the previous information in the database. If I use remoting with this object will a trip be made to the server every time I update a property? I really...more >>

Passing values by reference
Posted by Chad at 5/11/2006 4:08:23 PM
I have a class, MyRemoteObject, of which I create a remote instance. I = call a sub, CreateAccountAndUser, passing to the sub an Account object = and a User Business object, both serializable. The sub takes the info = in the busines object and saves the info to the database. The CreateAccoun...more >>

Can I get some information about the client?
Posted by Philip.Arbin at 5/11/2006 8:32:52 AM
When I use remoting, can I get some information (maybe IP address? or some caller ID?) about the client from the server when one of the clients calls the remote method on the server? I want to identify the caller. Is there any pattern about client authentication? ...more >>

Remoting Data
Posted by Robert Strickland at 5/10/2006 6:12:27 PM
Is it possible to use either dataset or datatable to remote between the server and the client? Could someone direct me to a site with this information? ...more >>

problem with COM Object Wrapper or with Remoting... which one?
Posted by ThunderMusic at 5/9/2006 11:07:42 AM
Hi, I have a web project in VS 2005 and I'm using a wrapper to work with a COM object. this object must work in a remoting environment. So we've done a simple console app to give us the access to the remote object. In our test web app, everything works fine... if we copy paste all the cod...more >>

Fat client - Server: Which technology?
Posted by Pieter Coucke at 5/8/2006 3:04:16 PM
Hi, Which technology's are used to make Windows Forms (Fat) Client - Server application with VB.NET (2.0)? - XML Webservices, Remoting, DCOM, ... are there others? - Which are used the most and why? - Pro's and cons? Any help or usefull links would be really appreciated! thanks a lot i...more >>



Multiple channels problem with member objects
Posted by CJ Bourn at 5/8/2006 2:04:02 PM
I have a remoted "server" that maintains a list of objects that are also remotable. The server maintains two channels, TCP for remote communication and IPC for cross-process communication. Remoting seems to get confused on which channel to use when a remote application accesses the server and ...more >>


DevelopmentNow Blog