I\'m just starting with distributed application development. I need to create (all by myself) an enterprise application for document management. That application will run on an intranet (within the fi
I have a Remoting Class as a Singleton <configuration> <system.runtime.remo开发者_StackOverflow社区ting>
I am using remoting over TCP for a prototype distributed server application where I want to have varying multiple services exposed from each remoting server process.
Is there a way to monitor the loading progress (percent progress bar style) when using Flex remoting?
I have a command line C# server and an ASP.NET client, they both communicate via .NET Remoting. The server is sending the client still images grabbed from a webcam at say 2 frames a second. I can pass
I am unable to use an unsecure channel once a secure channel has already been registered. The code below works only if on the client side, the unsecured channel is registered before.
Why does my cfc method (when returning JSON format or called via remoting) return all related obj开发者_StackOverflow社区ects regardless of the lazy setting on the property?My guess is that when CF se
I have some legacy vb6 applications that need to talk to my .Net engine application. The engine provides an interface that can be connected to via .net Remoting.
I want my web application to return .net remoting 开发者_如何学Pythonobject when somebody requests one page (or handler) with certain parameters. how to make it?So you want to create an instance of a
In my scenario there is a client-side assembly that contains a class (T开发者_运维问答ask). This class implements an interface (ITask) that is known on the server.