I have a web appl开发者_如何学Goication that communicates with multiple .net remoting endpoints.
I have an WPF application. The p开发者_JS百科roblem: need program(daemon, service) that send signals by network to my wpf application and fires some events in real time. Need recomendations how to wri
Consider following piece of code: using System; using System.Collections.Generic; using System.Linq; using System.Text;
OK, I am passing a complex object from my .NET library to my Flex application via WebOrb. In order to automatically translate, I am using the [RemoteClass] meta data tag as follows:
I have a WinForms Application (.net 3.5) which displays a list of processes. I would like to开发者_StackOverflow社区 be able to attach to one of those processes. I have multiple Visual Studio 2010 in
I have a vb.net application which runs as a service. I also have another Windows application that serves as the service interface.
Is it possible to specify a range of port numbers on the TcpChannel class rather than a fixed port or random port number.
I have an abstract factory which will initiate separate processes (.NET EXE\'s) on demand. The abstract factory needs to initiate processes at any time and let the newly created processes be able to c
I have a client server set up between different computers on a 开发者_运维百科network using .Net Remoting in C#.
I\'d like to create a Window Service that can load several DLLs from a certain location and publish them using Remoting on a specific TCP port (let\'s say 9000).