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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|