Advanced .NET Remoting in VB .NET

Advanced .NET Remoting in VB .NET
Authors
Ingo Rammer
ISBN
1590590627
Published
31 Jul 2002
Purchase online
amazon.com

Don't expect this book to be an easy, quick read. Do expect it to be the best information on the subject that you can find anywhere. — Dan Mabbutt, Visual Basic Guide on About.com 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

Editorial Reviews

With all the attention paid recently to Web services, many developers dont 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 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 Microsofts documentation in explaining how .NET Remoting really works and how it can be extendedessential 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.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Debugging is anticipated with distaste, performed with reluctance, and bragged about forever.” - Dan Kaminsky