The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 Advanced .NET Remoting in VB.NET
  

  Advanced .NET Remoting in VB.NET by Rammer, Ingo

  • Published by: APRESS
  • Author: Rammer, Ingo
  • Page Count: 404
  • Group: .NET - GENERAL
  • ISBN: 1590590627/9781590590621
  • Published: Aug 2002

Our Price: 26.63
Discount: 25%
RRP: 35.50 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

Advanced .NET Remoting in VB.NET
With all the attention paid recently to Web services, many developers don't realize that the true successor to DCOM is actually .NET Remoting. And what an improvement it is!

Advanced .NET Remoting in VB .NET is the Visual Basic edition of Ingo Rammer's bestselling Advanced .NET Remoting (C# edition). This book offers in-depth coverage of the .NET Remoting Framework in Visual Basic .NET. The first part of the book covers everything you as a developer need to know to use the framework and its capabilities in real-world applications, including the basics of server-activated objects versus client-activated objects, formatters, channels, lifetime issues, security, configuration files, and more. The server-side hosting of remotable components in console applications, Windows Services, and IIS are also covered.

The second part presents .NET Remoting internals, and Ingo Rammer shows how the framework really uses message sinks and sink providers, and gives in-depth advice on why and how to implement message and channel sinks. These chapters also provide detailed insight into the synchronous and asynchronous message processing within the framework. Rammer goes far beyond Microsoft's documentation in explaining how .NET Remoting really works and how it can be extended--essential information for advanced developers.

Rammer also presents the development process and source code for several real-world message sinks. He concludes with coverage of the ContextBoundObject class and .NET contexts, which allow the use of the techniques of the .NET Remoting Framework within individual, client-only applications.

Chapter 1: Introduction to Remoting

Chapter 2: .NET Remoting Basics

Chapter 3: Remoting in Action

Chapter 4: Configuration and Deployment

Chapter 5: Securing .NET Remoting

Chapter 6: In-Depth .NET Remoting

Chapter 7: Inside the Framework

Chapter 8: Creation of Sinks

Chapter 9: Extending .NET Remoting

Chapter 10: Developing a Transport Channel

Chapter 11: Context Matters