Chapter 41. Remoting

IN THIS CHAPTER

Remoting is one of the core parts of the .NET Framework that enables code from one AppDomain to communicate with code in another AppDomain, enabling the creation of RPC-style distributed applications. This chapter provides you with an introduction to remoting and then gets right into configuring and coding with remoting. You will learn about the new Inter-Process Communication (IPC) channel as well as how to use object lifetime leases and even how the generics feature is completely supported within the remoting infrastructure.

This chapter is by no means a complete reference on remoting. It provides you ...

Get Microsoft® Visual C# 2005 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.