|
|
|
Welcome to Remoting section of C# Corner. In this section, you will find various Remoting related source code samples, articles, tutorials, and tips.
|
|
|
|
|
|
|
|
|
Office automation with VS 2008
by
kohad
on
Mar 18, 2009
Outlook automation has become integral part of any LOB application. MS Excel, work, outlook are getting used by most of the enterprise applications today. This article provides quick view on how to integrate outlook with .net application
|
How to use Genetic Algorithm for Traveling Salesman Problem
by
Yuan Wang
on
Jan 02, 2007
TSP is a famous math problem: Given a number of cities and the costs of traveling
from any city to any other city, what is the cheapest round-trip route that visits
each city exactly once and then returns to the starting city? We use the Genetic Algorithm to solve the TSP problem as a C# programing example .
|
Migrating Java RMI to .NET Remoting
by
Laishram Priyokumar
on
Jan 16, 2006
.Net Remoting and Java RMI are mechanisms that allow the user to invoke method/methods in another address space. The other address space could be on the same machine or a different one. These two mechanisms can be regarded as RPC in an object-oriented fashion. This article describes how to migrate java RMI applications to .NET Remoting applications, with practical examples.
|
Using Interfaces in .NET Remoting
by
David Talbot
on
Jan 06, 2006
In this article, we will create a remote object that will return rows from a database table. For the sake of simplicity I have used the NorthWind database that is packed with the installation of the Microsoft SQL Server.
|
Remoting Calls Recommendations
by
Demir '
on
Jan 05, 2006
The goal of this article is not to describe remoting technology in details. It is more focused at the practical design and implementation mistakes during development process concerning garbage collection and performance.
|
Remote Objects:Part I
by
Jibin Pan
on
Jan 05, 2006
This demo shows how to create the remote objects with callback functions and use them in the window host.
|
Remote Objects: Part II
by
Jibin Pan
on
Jan 05, 2006
This article shows how to create a remote server and MDI window Remote Client using remote object. The remote server can be used as Auction Server and Real Time Data and News Server.
|
Remoting in .NET
by
Ramaprasad Upadhyaya
on
Jan 05, 2006
Distributed computing is an integral part of almost every software development. Before .Net Remoting, DCOM was the most used method of developing distributed application on Microsoft platform.
|
Monitoring Remote Log Remotely using WMI in .NET
by
Mike Gold
on
Jan 05, 2006
WMI (Windows Management Instrumentation) is a component of the Microsoft operating system that allows you to monitor virtually every piece of the system (either locally or remotely) as well as control the windows operating system.
|
.NET Remoting
by
ksasikumar
on
Jan 05, 2006
.NET Remoting provides an infrastructure for distributed objects. It exposes full object semantics of .NET to remote processes using plumbing that is both flexible and extensible.
|
Introducing .NET Remoting
by
David Talbot
on
Jan 05, 2006
In this article, we will create a remote object that will return an Object read in from the database. I've also included an alternate object that omits the database functionality.
|
|
|
|
|
|
|
|
|
How do I pass An Object to a Server By Value?
by
Mahesh Chand
on
Apr 02, 2007
The Pass an Object to a Server by Reference section illustrated that local objects are always passed by value when you call a remote function. To demonstrate this concept, you need change the previous example.
|
How Remoting Works
by
Mahesh Chand
on
Apr 02, 2007
The .NET Remoting framework provides developers with a modern distributed object model that allows remote method invocation between different common language runtimes across the network or between different AppDomains in the same common language runtime.
|
Overview of Remoting in .NET
by
Mahesh Chand
on
Apr 02, 2007
Remoting is a framework built into the common language runtime that can be used to build sophisticated distributed applications and network services.
|
|
|
|
|
|
|
Introducing .NET Remoting
by
David Talbot
on
Oct 23, 2001
In this article, we will create a remote object that will return an Object read in from the database. I've also included an alternate object that omits the database functionality.
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
The mission of this book is to provide you with a solid foundation of the C# language and the key aspects of the .NET platform.
|
|
Browse more books here»
|
|
|
|
|