I am using Emit to create some dynamic types in my project, particularly to replace \"Decorators\" around my service interfaces.
We are converting a Flex application to use some REST开发者_StackOverflow中文版 APIs. When adding the mx.rpc.http.HTTPService class to the code, the SWF binary output grew from 175KB to 260KB. This i
I\'m designing a REST solution for remote communication with a number of servers that exist on a different network.Some of the calls are relatively short, while others can take minutes.The calls are s
i\'m going to build a instant messager and now i have to decide how i implement the networking. So far i only worked with Sockets (TCP or UDP). Now i heared about RMI (in Java) and want this in my C#
I\'m trying to evaluate which communication technology to use in a new system, right now it looks like Remoting is our only option as WCF\'s performance is terrible.
This is a general question that has come up for debate.What do you recommend we use to enable a Winforms client to talk to a Windows Service.Our scenario is this:We have a Windows Service (C# .Net Fra
c#.net framework 4.0 client profile,Windows application.. i am developing a game which needs to send its current movements of the gamethrough internet to remote com开发者_C百科puter where the same app
Is it possible to share Objects between C# applications without serialization? I need three apps to share an instance of the same object, but the object itself doesn\'t support serialization.
I\'m evaluating various interprocess communication methods for a couple of .NET 2.0 processes residing on the same machine. Naturally, .Net Remoting is a candidate, and theoretically the fastest confi
I\'m new to remoting, I want to make a system tray app which will be used to perform some background tasks. I have other 2 programs which need to access the objects modified by the system tray app, an