.NET news » Search results

Search results for query "remoting" (5):

13 Productivity Tips for Remoting in Visual Studio 2005

13 Productivity Tips for Remoting in Visual Studio 2005

Remoting is an ideal approach for executing code that resides on another domain: remoting interfaces allow developers to program against a strongly-typed model of code outside the current project. Building a remoting solution requires more code and may initially appear more complicated than Web services, so this article de-mystifies remoting by presenting a walk-through of a simple remoting project.

2006-04-20 19:00:00   Source: 13 Productivity Tips for Remoting in...   Tags: Remoting

A Simple Introduction to .NET Remoting

.NET remoting allows the development of distriubuted applications. It allows applications to use objects contained in other processes. We wil quickly look at the basics on how to set up a simple .NET remoting system.
2005-06-15 10:19:00   Source: A Simple Introduction to .NET Remoting   Tags: Internet Remoting

Grid computing using C# Script and .NET Remoting

Using C# script engine inside network using .net remoting.

The Baker's Dozen: 13 Productivity Tips for Remoting in Visual Studio 2005

Remoting is a powerful technology for implementing distributed applications. Interfaces make it possible to access external code in a strongly-typed manner. Generics in Visual Studio 2005 simplify the process even further.

.NET Cross AppDomain Communication

This article demonstrates a quick and easy-to-use implementation for cross-AppDomain communication in .NET by leveraging Windows native messaging. The XDMessaging library is based on code developed to aid rapid development for a recent Vista project that required a lot of cross-AppDomain communication in a locked-down environment. It proved to be extremely useful in a number of scenarios where .NET Remoting would have been impractical, if not impossible, and actually solved more problems than I could have imagined due to its simplicity. The library is intended to send messages between multiple applications in a same-box scenario. For example, a task-tray application might want to communicate with or monitor a separate desktop application. The library does not implement cross-domain communication across a network, for which case .NET Remoting is sufficient.
2008-06-04 06:25:00   Source: .NET Cross AppDomain Communication   Tags: Other
1