.net-remoting
.NET Remoting object Lifetime
I wrote this code: public class Message : MarshalByRefObject, IMessage { ... public override object InitializeLifetimeService()[详细]
2023-03-04 14:07 分类:问答Inter-server communication via known ports
Our product system consists of an IIS 6.0 server, behind which is a Java SOA server, behind both of which is an Oracle database server.[详细]
2023-03-03 22:57 分类:问答Custom main loop in C# Remoting
I\'m using IIOP.NET to communicate with C++ in C#. Currently C++ calls ca开发者_StackOverflow社区n happen anytime, since C# Remoting Framework uses its own thread.[详细]
2023-03-03 18:37 分类:问答Calling a .NET 4.0 component by .NET 1.1
I work at a financial institution, in a team whick takes care of a \"home-made\" corporate component. This component was built using .NET 1.1, and the other teams use it a lot, specially along with th[详细]
2023-02-19 08:44 分类:问答C# Process.Start, Thread.IsBackGround, BackgroundWorker and .Net.Remoting
I need an advice because I\'m \"locked\"... I have a client-server application using .NetRemoting between the clie开发者_如何学Cnt process and the server one.[详细]
2023-02-18 13:37 分类:问答c# remote events
I\'m trying to do a server client application to learn more about remote programs using c#. The structure is quite simple.[详细]
2023-02-17 01:42 分类:问答How to make a Windows Service listen for additional request while it is already processing the current request?
I need to build a Windows S开发者_C百科ervice in VB.net under Visual Studio 2003. This Windows service should read the flat file (Huge file of about a million records) from the local folder and upload[详细]
2023-02-12 17:38 分类:问答How to add extended information to a .Net Remoting call without adding new parameters on the calls?
I am working with a large existing .Net Remoting service.This service needs to be modified in a way that all calls to the service need additional information to allow the service to process the calls[详细]
2023-02-11 11:10 分类:问答Type resolution error during ASP.NET precompilation
During ASP.NET precompilation of our .NET 3.5 web application, various initialization is performed in type initializers. One of the type initializers throws a custom exception when the environment is[详细]
2023-02-11 02:27 分类:问答Correct way of implementing database access using .net remoting
Im looking to implement a .net remoting system, where a number of clients will need access to a server database. Client calls may be concurrent, but Im wanting to queue client requests to the database[详细]
2023-02-09 22:16 分类:问答