Microsoft® .NET Distributed Applications and over 900,000 other books are available for Amazon Kindle . Learn more

Have one to sell? Sell yours here
Microsoft® .NET Distributed Applications: Integrating XML Web Services and .NET Remoting (Pro-Developer)
 
 
Start reading Microsoft® .NET Distributed Applications on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Microsoft® .NET Distributed Applications: Integrating XML Web Services and .NET Remoting (Pro-Developer) [Paperback]

Matthew MacDonald
3.0 out of 5 stars  See all reviews (2 customer reviews)

Available from these sellers.


Formats

Amazon Price New from Used from
Kindle Edition £25.00  
Paperback --  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Visit the Amazon.co.uk Trade-In Store for more details.

Product details

  • Paperback: 704 pages
  • Publisher: MICROSOFT PRESS; 1 edition (1 Feb 2003)
  • Language English
  • ISBN-10: 0735619336
  • ISBN-13: 978-0735619333
  • Product Dimensions: 22.8 x 18.4 x 4.8 cm
  • Average Customer Review: 3.0 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon Bestsellers Rank: 310,979 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Matthew MacDonald
Discover books, learn about writers, and more.

Visit Amazon's Matthew MacDonald Page

Product Description

Product Description

Make the jump to distributed application programming using the .NET Framework—and introduce a new level of performance, scalability, and security to your network and enterprise applications. Expert .NET developer Matthew MacDonald shares proven techniques for fully exploiting .NET Remoting, XML Web services, and other .NET technologies and integrating them into your real-world solutions. MacDonald digs into key .NET building blocks and architectural issues, explaining which features and designs will best serve your customized distributed application projects—and when to use them. Case studies with full code examples illustrate these practical techniques in action, as well as demonstrating their benefits and tradeoffs. Learn how to: • Cross application boundaries with .NET Remoting, XML Web services, and Message Queuing • Create responsive clients and scalable servers with multithreading • Model your distributed application with interfaces, facades, and factories • Use COM+ services such as object pooling, JIT activation, and transactions • Craft a data transfer plan with Microsoft ADO.NET—without concurrency errors • Help secure your code end to end—from the transport level to the presentation tier • Learn ways to avert—or unclog—performance bottlenecks in your applications • Automate deployment using self-updating applications and XML Web services • Master stateless programming and other best practices for distributed applications 

Inside This Book (Learn More)
First Sentence
In this chapter, we start on the ground floor and ask what distinguishes a distributed application from any other program. Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
Your tags: Add your first tag
 

 

Customer Reviews

2 Reviews
5 star:
 (1)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
3.0 out of 5 stars (2 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

12 of 15 people found the following review helpful:
5.0 out of 5 stars The best book on .NET, 2 May 2003
By 
Mr. B. T. Clackson (Bedford United Kingdom) - See all my reviews
(REAL NAME)   
This review is from: Microsoft® .NET Distributed Applications: Integrating XML Web Services and .NET Remoting (Pro-Developer) (Paperback)
This is really outstanding. The author set out to write the best tutorial for learning .NET distributed application technologies and concepts, and he's succeeded. If like me you have followed the Microsoft Press Self-paced Training Kit for exam 70-310, which covers similar ground but in a less illuminating way, you will be grateful for a book that like this that is entirely focused on the real problems of designing robust high performance distributed applications.

It helps you assess which technologies you should use where, focusing particularly on server side components. The Case Studies also contain a lot of useful ideas that I haven't seen, and it gives judicious caveats about technologies that are less useful or subject to not widely known limitations.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


13 of 18 people found the following review helpful:
1.0 out of 5 stars Aweful disjointed and in VB, 5 Oct 2003
By 
This review is from: Microsoft® .NET Distributed Applications: Integrating XML Web Services and .NET Remoting (Pro-Developer) (Paperback)
Beware! This book has all examples in VB only and nowhere on the cover does it tel you this. If your a c# programmer then you can translate, but when trying to understand this complex topic you dont really want to have tro translate as well.
The examples in the book are hard to follow and the most basic .net remoting example doesnt work. I have to find an example on the web and use this with what i had read to get it to work.

I tried really hard with this one because it is so expensive but I took it back in the end.
My advice buy something else.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.4 out of 5 stars (12 customer reviews)

19 of 20 people found the following review helpful:
5.0 out of 5 stars THE Book on Architecture with .NET, 3 April 2003
By Mark - Published on Amazon.com
This review is from: Microsoft® .NET Distributed Applications: Integrating XML Web Services and .NET Remoting (Pro-Developer) (Paperback)
I'm only halfway through this one, and I decided I just HAD to write a review. In a world that has 200-page books written by five authors (see my IIS6 Handbook review), a comprehensive 700 page book that speaks with a single voice is a rare find. I've found a few other good single-author books (like Balena's book on VB), but this is far and away the best book for learning enterprise architecture, best design practices & patterns, and advanced techniques like multithreading.

Here's just one example: I've lost track of how many times I've read about how to use COM+ services in .NET without an explanation of why I should (or shouldn't)!! This book not only explains brilliantly how to use COM+, it explains when you should and shouldn't use it, and the limitations you'll encounter. We also get similar treatment of threading issues (for 2 whole chapters), caching/optimization, security (in only one chapter, but it's a solid overview). There's also a chapter just on design that talks in practical terms about facades, factories and other patterns. I've read some of this stuff in other books, but all I got was theory and contrived examples. In this book I see how to apply these patterns in the real world. That alone would have won me over.

Basically, this book is FULL of great material for anyone who knows the code but want to move up. It also includes three full case studies, which I haven't seen anywhere else. I'm not a big fan of case studies, but these do show the author's multi-layered approach in detail. Overall, great!


6 of 6 people found the following review helpful:
5.0 out of 5 stars Informative as well as suprisingly useful for 70-310, 30 Nov 2004
By ACD - Published on Amazon.com
This review is from: Microsoft® .NET Distributed Applications: Integrating XML Web Services and .NET Remoting (Pro-Developer) (Paperback)
Having recently passed 70-310, I found this book to be exceedingly helpful in cementing certain .NET distributed concepts for the exam-- meanwhile, related MCAD/MCSD study guides like those from Sybex and Microsoft (?!) came up short...

Chapters 1-9 of this book provided clear explanations and working examples for 70% of the content I encountered on my recent exam, while topics covered equally well in Chapters 11-15 accounted for the remaining 30%. Even Windows Services can be found about mid-way through Chapter 7.

If you are keen on moving into distributed .NET programming and/or preparing for 70-310 (like me), I would highly recommend this book. I would not have earned my MCAD credential without it...

4 of 4 people found the following review helpful:
5.0 out of 5 stars Good Microsoft N-tier Architecture Text, 26 Nov 2004
By W. Hazard - Published on Amazon.com
This review is from: Microsoft® .NET Distributed Applications: Integrating XML Web Services and .NET Remoting (Pro-Developer) (Paperback)
Solid information for those interested in building N-tier architectures in a Microsoft world. Great stuff on how to build business objects -- I haven't found much on Microsoft object caching except in this book. Sadly, MS hasn't gone as deep as JBoss, BroadVision or similar products but this book helps fill the gap.
 Go to Amazon.com to see all 12 reviews  4.4 out of 5 stars 
Were these reviews helpful?   Let us know
 
 
Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback