RailroadBookstore.com

Railroad Books - Model Railroad Books - Thomas & Friends
Photography Books - Gardening Books

Photography Books

Huge Selection - Discount Prices - Money Back Guarantee

We offer a huge selection of photography books at discount prices. All purchases have a money back satisfaction guarantee. Thank you for shopping here!

Search Advanced SearchView Cart   Checkout   
Guidebooks
Canon
Hasselblad
Kodak
Leica
Nikon
Pentax
Sony
Magic Lantern Guides
Categories
General
Black & White
Color
Digital
Equipment
How To
Nature & Wildlife
Photo Essays
Photojournalism
Reference
Travel
Photoshop
Lightroom
Railroad Photography
Images of Rail Series
New Releases
Learning the vi and Vim Editors
Wicket in Action
Core Animation for OS X: Creating Compelling Dynamic User Interfaces
Aesthetic Computing (Leonardo Books)
Persuasive Technology: Third International Conference, PERSUASIVE 2008, Oulu, Finland, June 4-6, 2008, Proceedings (Lecture Notes in Computer Science)
Eyetracking Web Usability (Voices That Matter)
Building Intelligent Interactive Tutors: Student-centered strategies for revolutionizing e-learning
The Sense of Touch and Its Rendering: Progress in Haptics Research (Springer Tracts in Advanced Robotics)
Engineering the User Interface: From Research to Practice
WPF in Action with Visual Studio 2008
Bestsellers
Don't Make Me Think: A Common Sense Approach to Web Usability, 2nd Edition
Web Analytics: An Hour a Day
Joomla! A User's Guide: Building a Successful Joomla! Powered Website
Interaction Design: Beyond Human-Computer Interaction
Designing Interfaces: Patterns for Effective Interaction Design
Information Architecture for the World Wide Web: Designing Large-Scale Web Sites
Sketching User Experiences: Getting the Design Right and the Right Design (Interactive Technologies)
Letting Go of the Words: Writing Web Content that Works (Interactive Technologies) (Interactive Technologies) (Interactive Technologies)
CSS: The Definitive Guide
About Face 3: The Essentials of Interaction Design

Advanced .NET Remoting, Second Edition

Advanced .NET Remoting, Second Edition

zoom enlarge 
Authors: Ingo Rammer, Mario Szpuszta
Publisher: Apress
Category: Book

List Price: $59.99
Buy New: $25.62
You Save: $34.37 (57%)



New (33) Used (14) from $17.10

Avg. Customer Rating: 4.5 out of 5 stars 43 reviews
Sales Rank: 125903

Media: Paperback
Edition: 2nd
Number Of Items: 1
Pages: 608
Shipping Weight (lbs): 2
Dimensions (in): 9.2 x 7 x 1.2

ISBN: 1590594177
Dewey Decimal Number: 005.276
UPC: 689253594179
EAN: 9781590594179
ASIN: 1590594177

Publication Date: February 16, 2005
Availability: Usually ships in 1-2 business days
Shipping: Expedited shipping available
Shipping: International shipping available
Condition: New book, ships out with in 24 hours, 100% satisfaction guaraneed, may have slight shelf wear

Editorial Reviews:

Amazon.com
With the arrival of .NET remoting, any programmer who wants to work with distributed objects can benefit from Advanced .NET Remoting, a solid tour of basic and expert techniques for working with distributed code on Microsoft's newest platform.

This title's concise, code-centered approach, backed up by judicious discussion of the finer technical points of .NET, is what helps make it a success. After touring the history of standards used for distributed computing over the years, from DCE/RPC to CORBA to COM and related Microsoft technologies, the author zeroes in on .NET remoting. Short, digestible examples highlight the relevant objects and APIs useful to create and invoke objects remotely. From the basics, the book moves forward with other possibilities for designers, whether using by value or reference arguments for objects, client-activated vs. server-activated objects, and a useful section on asynchronous processing for remote function calls. Early examples use the APIs and strategies you'll need to work on your own, and the author highlights "best practices" like using class factories.

Detailed discussion of deployment options (using XML) is followed by a quick discussion of security and authentication and then managing object lifetimes (including programmatic options through leasing and sponsors). Coverage of using strongly named assemblies (for the Global Assembly Cache, GAC) and versioning stresses the finer points of how different versions of .NET components can be invoked on the same server.

For experts, there's a fine section that covers .NET remoting internals, explains the details of making distributed calls in .NET, and shows off how messages are formatted and passed between systems through proxies. Excellent use of sequence diagrams showing these features at work will make this chapter invaluable for the advanced reader (though you still use the sample code without having to master these .NET internals).

The book returns to its pragmatic focus with some interesting sample code for compressing and encrypting .NET remote messages with built-in support classes in .NET. A highly developed chapter demonstrates how you use custom transport channel to make remote calls via e-mail (through SMTP and POP3), showing off the flexibility of the .NET programming model. For the truly adventurous developer, a final chapter explores several (undocumented) features for examining and using context objects used in the .NET remoting model.

Overall, this concisely packaged book mixes the right level of sample code, detailed explanation, and advanced material that will let C# developers get going fast with .NET remoting, which can greatly simplify distributed programming on the new Windows platform. --Richard Dragan

Topics covered: Introduction to .NET remoting, history of distributed computing mechanisms (including DCE/RPC, CORBA, and COM to .NET), advantages of .NET remoting (and architecture), a simple getting started program using .NET remoting with a server and client, adding validation, types of remoting (passing objects by value and reference, singletons, published objects), using factories to create objects, server-activated vs. client-activated objects, lifetime management, synchronous vs. asynchronous function calls, multi-server programming, shared assemblies (and the soapsuds utility and proxies), configuration (XML config. files and standard options), deployment (console vs. Windows services vs. IIS), security issues (authentication and checking roles), using SSL and encryption, object lifetime management (lease time and managers, server-side sponsors), versioning for .NET components (strong naming and the Global Assembly Cache, GAC), delegate and events (tips for event handling), .NET remoting internals (proxies, messages, message sinks, formatters, and transport channels), internals of asynchronous processing, advanced sink programming (client-, server-side, and dynamic sinks), extending .NET remoting (including message compression and encryption support), custom transport channels (using POP3/SMTP), and undocumented techniques for working with .NET remoting context objects.

Product Description

Apress is doing some really wonderful work and I think I'm 1-1 on Apress books I read vs. Really Loved.

— William Ryan, KnowDotNet.com Team Member

I laughed...I cried...I gave it both thumbs up.

— Thomas Wagner, www.wagnerblog.com

Surpassing any white papers, specialist documents and other documentationthis book features in-depth coverage of the .NET Remoting Framework. The text is organized into three main parts, and this revised, second edition features 150 pages of entirely new material!

Part one includes a guide to the 1.1 framework and its capabilities in real-world applications. Part two presents .NET remoting internals, and provides real-world code and development strategies. Finally, part three looks at futuristic remoting tools and their present implementation in VS.NET 2005. You will come to see how remoting procedures will change within the new IDE and revised framework.

Download Description

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 is the first book that really offers in-depth coverage of the .NET Remoting Framework. The first part of the book covers everything a developer needs 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 in detail.

The second part presents .NET Remoting internals in an unprecedented way. 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 will also give 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 includes a chapter that presents the development process and source code for several real-world message sinks and shows you how to develop a custom Remoting transport channel from scratch. 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.




Customer Reviews:   Read 38 more reviews...

5 out of 5 stars EXCELENT ITEM ... RECOMMENDED!!!   June 9, 2008
Excellent book. Exactly what I was looking for. With it you can gain a very well understanding of the subject. simple examples that you can easyly adapt to your specific needs.


4 out of 5 stars very good book from a very good author   May 28, 2008
I'm never one to buy books one technology, mainly because they change frequently and you can always find tutorials online. This book however, is well written, descriptive and a must for anyone working with .NET remoting. Excellent!


2 out of 5 stars Very few real world examples   December 6, 2007
This is actually a good book, however, it approaches the subject with an extremely hypothetical view. Lack of real world examples has made reading this book a real bore.

The book on the other hand offers in-depth information regarding the "behind the scenes" work of .NET remoting.

Final verdict: Good value for money, but do not expect any code to work.



5 out of 5 stars excellent, but not perfect   November 6, 2006
 2 out of 4 found this review helpful

This book almost contain every detail of .NET Remoting.I am sure you can well understanding the .NET Remoting with the help of this book.It gives many good tips and useful cases ,also have some additional experiences of the author.However, I am sory that this book don't have any real and integrated distributed business solutions based on .NET Remoting(I think so ,at least ), although it contains many good cases. but I still strongly recommend you to buy this book, if you want to know .NET Remoting deeply.



5 out of 5 stars A Great Book for Real Programmers   December 19, 2005
 10 out of 10 found this review helpful

I hate it when I pay good money for a poorly written book. So when I buy a book like this and it turns out so well, I am thrilled!

I have been in ".NET land" since 2001 when .NET beta 2 came out. I have written ASP.NET and Winform applications. During that time I just have not had the need to use .NET remoting, until now. The first 2 or 3 chapters are a great introduction for experienced .NET developers. I like the fact that I did not have to wade through a lot of stuff for beginners. From there the topics get advanced, with plenty of good example code to highlight the topics. Even though I had never really touched .NET remoting (except SOAP Web Services), the explanations and examples work well for me. The author keeps the examples simple, and on-topic. In my opinion, this helps to highlight the topics at hand. The content is geared towards real programmers who will be using the technology.

I also have really enjoyed the authors' candor concerning the weaknesses of .NET remoting. They have already highlighted a bad approach that I was considering.

I am more than happy to give this book a 5 star review!



Copyright 2008 - RailroadBookstore.com