I have an application that needs to be called upon by开发者_Python百科 a second application.These applications need to find each other without configuration (preferably without touching the registry)
I am doing applications in .net remoting.actually we 开发者_开发百科register a channel in the server side and connect the client using the iP and port of the server,but i want to send my messages from
I am running into this massive problem, I have to for various reasons change the Interface defintion to something different. This interface was serialised as a开发者_高级运维 blob into the database. N
I am developing a software using C# 2.0 that has an windows application and an Outlook Add-In. For IPC, I am using Remoting with Binary formatter. Both component has a reference to a common project \"
I hear about using the facade design pattern with remo开发者_如何转开发ting but I can\'t see the relation between these 2 concepts or how facade would help in remoting scenarios.
What is the com+开发者_C百科 alternative in .net? Is it .net remoting or WCF or something else. Both the answers are correct that there are alternatives even I think we can use remoting and webserv
A little context: I would like to separate the Java application I\'m writing into a more or less typical server-client model. I would provide a \"server\" which takes care of business logic and persis
I am designing an app using .NET 2.0 remoting. It has a single server and multiple clients which are workstations or laptops which may be on or off-line at any time.
I would like to migrate me previously serialized objects in database to new schema. My previous object.
At the moment it seems I\'ve tried every trick in the book trying to get this to work. I need some way of encoding AMF requests and then decoding the responses. At this point I don\'t care what langua