.net-remoting
How to handle IP Address rerouting with .NET Remoting
I have a process within a network that wants to talk to a service on another network.So I have two computers:[详细]
2022-12-25 22:23 分类:问答Best way to move files of varying sizes across slow network using .NET
I\'m building a .NET remoting client/server that will be transmitting thousands of files, of varying sizes (everything from a few bytes to hundreds of MB), and I\'d like some feedback on the best meth[详细]
2022-12-25 13:49 分类:问答Exception in the Socket#33711845::DoBind - Only one usage of each socket address (protocol/network address/port) is normally permitted
I\'m attempting to setup a simple remoting windows service and getting the following error when starting the service:[详细]
2022-12-22 18:36 分类:问答.NET Remoting - HttpChannel vs TcpChannel
I\'m new to .NET Remoting and not very familiar with the different communication channels which can be used.I know there is HttpChannel and TcpChannel out o开发者_开发问答f the box.I understand that o[详细]
2022-12-17 15:46 分类:问答Distributed application (WCF/Remoting/web servervices) Vs Web application
I am making a medium sized standard LOB application. Currently its a web application but I am formulating a proposal to revamp it into a Desktop remote application. By this I mean that the database an[详细]
2022-12-14 23:10 分类:问答.NET IE BHO Remoting
I have a IE Browser Helper Object, which is a Toolbar addin for IE 8. I have another .NET .EXE application (Remoting Client) that connects to this BHO (Remoting Server) using remoting via common Inter[详细]
2022-12-12 07:16 分类:问答What issues should I expect when porting an application from Genuine Channels to WCF
Genuine Channels is a set of 3rd party chancelsfor .Net Remoting. I have been given the tasks of replace the usages of .Net Remoting in a rick client and server with WCF.I am familiar with standard .[详细]
2022-12-12 07:05 分类:问答.net remoting - Problems with List<T>
I am developing a client-server application using 开发者_运维百科.Net Remoting. From my server I want to return a List in response to a certain method call, however I get an exception saying that basi[详细]
2022-12-10 10:03 分类:问答