Skip to content

Advanced . NET Remoting

Best in textbook rentals since 2012!

ISBN-10: 1590594177

ISBN-13: 9781590594179

Edition: 2nd 2005

Authors: Ingo Rammer, John Franklin, Mario Szpuszta

List price: $59.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

This is the first book to offer in-depth coverage of the .NET Remoting Framework. Part one covers everything a developer needs to know to use the Framework, whilst part two focuses on message and channel sinks and sink providers.
Customers also bought

Book details

List price: $59.99
Edition: 2nd
Copyright year: 2005
Publisher: Apress L. P.
Publication date: 2/15/2005
Binding: Paperback
Pages: 608
Size: 7.00" wide x 9.00" long x 1.25" tall
Weight: 2.046
Language: English

Mario Szpuszta is working in the Developer and Platform Group of Microsoft Austria. Before he started working for Microsoft, Mario was involved in several projects based on COM+ and DCOM with Visual Basic and Visual C++ as well as projects based on Java and J2SE. With Beta 2 of the .NET Framework, he started developing Web applications with ASP.NET. Right now, as developer evangelist for Microsoft Austria, he is doing workshops, trainings, and proof-of-concept projects together with independent software vendors in Austria based on .NET, Web Services, and Office 2003 technologies.

About the Author
About the Technical Reviewer
Acknowledgments
Introduction
Introduction to Remoting
What Is Remoting?
Scenarios for .NET Remoting
Evolution of Remoting
Summary
.NET Remoting Basics
Advantages of .NET Remoting
Your First Remoting Application
Summary
Remoting in Action
Types of Remoting
Types of Invocation
Multiserver Configuration
Shared Assemblies
Summary
Configuration and Deployment
Configuration Files
Deployment
Summary
Securing .NET Remoting
Deployment for Authenticated Use
Deployment for Encrypted Use
Summary
In-Depth .NET Remoting
Managing an Object's Lifetime
The Ins and Outs of Versioning
Using Asynchronous Calls
Remoting Events
Summary
Inside the Framework
Looking at the Five Elements of Remoting
Client-Side Messaging
Server-Side Messaging
All About Asynchronous Messaging
Summary
Creation of Sinks
Understanding Sink Providers
Using Dynamic Sinks
Summary
Extending .NET Remoting
Creating a Compression Sink
Encrypting the Transfer
Passing Runtime Information
Changing the Programming Model
Using a Custom Proxy
Summary
Developing a Transport Channel
Protocol Considerations
Encapsulating the Protocols
Implementing the Client Channel
Implementing the Server Channel
Wrapping the Channel
Using the SMTPChannel
Summary
Context Matters
Working at the MetaData Level
Creating a Context
Checking Parameters in an IMessageSink
Summary
Conclusion
Index