Vous voulez voir cette page en français ? Cliquez ici.

Have one to sell? Sell yours here
Programming WCF Services
 
 

Programming WCF Services [Paperback]

Juval Lowy


Available from these sellers.


There is a newer edition of this item:
Programming WCF Services: Mastering WCF and the Azure AppFabric Service Bus Programming WCF Services: Mastering WCF and the Azure AppFabric Service Bus
CDN$ 36.33
In Stock.

Product Details


Product Description

Product Description

Programming WCF Services is the authoritative, bestselling introduction to Microsoft's unified platform for developing service-oriented applications (SOA) on Windows. Hailed as the most definitive treatment of WCF available, this relentlessly practical book provides insight, not documentation, to help you learn the topics and skills you need for building WCF-based applications that are maintainable, extensible, and reusable.

Author Juval Lowy, Microsoft software legend and participant in WCF's original strategic design review, revised this new edition for the latest productivity-enhancing features of C# 3.0 and the .NET 3.5 SP1 Framework. The book also contains Lowy's ServiceModelEx, a framework of useful utilities, tools, and helper classes that let you simplify and automate many tasks, and extend WCF as well. With this book, you will:

  • Learn about WCF architecture and essential building blocks, including key concepts such as reliability and transport session
  • Use built-in features such as service hosting, instance management, concurrency management, transactions, disconnected queued calls, and security
  • Take advantage of relevant design options, tips, and best practices in Lowy's ServiceModelEx framework to increase your productivity and the quality of your WCF services
  • Learn the rationale behind particular design decisions, and discover poorly documented and little-understood aspects of SOA development
By teaching you the "why" along with the "how" of WCF programming, Programming WCF Services not only will help you master WCF, it will enable you to become a better software engineer.

About the Author

Juval Lowy is a software architect and the principal of IDesign, a company specializing in .NET architecture consulting and advanced .NET training. Juval is Microsoft's Regional Director for the Silicon Valley, working with Microsoft on helping the industry adopt .NET. Juval participates in the Microsoft internal design reviews for future versions of .NET and related technologies. Juval published numerous articles, regarding almost every aspect of .NET development, and is a frequent presenter at development conferences. Microsoft recognized Juval as a Software Legend as one of the world's top .NET experts and industry leaders. Contact him at www.idesign.net


Inside This Book (Learn More)
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 organize and find favorite items.
Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

There are no customer reviews yet on Amazon.ca
5 star:    (0)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
Share your experience with this product with others
Create your own review
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.2 out of 5 stars (22 customer reviews)

14 of 16 people found the following review helpful
3.0 out of 5 stars Seems To Be Missing a Chapter, Jan 26 2009
By Michael W. Schellenberger - Published on Amazon.com
Amazon Verified Purchase(What's this?)
This review is from: Programming WCF Services (Paperback)
I struggled between purchasing this book or Michelle's 'Learning WCF', being a developer for going on 20 years now I didn't want to get another beginners 101 book. Having read many articles and a few books by Juval and knowing I like theory not wizardry I went with Juval's.

I must say I am disappointed so far, in Juval's style of great theory he just jumps right in and you are pretty much in over your head off the bat. Not that you can't understand what he is saying but the way it is explained just doesn't help understand WCF in general. While I am only on chapter 3 I had to look forward and see that it only gets deeper, it seems to explain the pieces but not how they fit together.

I had to go back and look at the intended audience for the book. It says nothing about prior WCF experience just an experienced .NET, OO developer. I have been messing with WCF for a few weeks, played with WSSF, I have built a number of production web and windows service applications as well as worked with remoting quite a bit.

I bought the book to get more detail/theory but must say it has not helped me a bit thru chapter 3. The book hasn't provided any direction on putting this stuff together into a working example and I think that is what it is missing.

I have little doubt when I get over the initial WCF learning curve this book will be a great asset but for now I'm going to shelve it and look elsewhere.

7 of 7 people found the following review helpful
4.0 out of 5 stars Some good information, but uneven, July 3 2010
By Silverstein - Published on Amazon.com
This review is from: Programming WCF Services (Paperback)
This text (which I'll refer to as P) is one of the better WCF books, but there's plenty of room for improvement. The other reviews have plugged a lot of the strengths, so I'll keep this brief.

The real way to review this book is to compare it to the other leading title (Resnick's Essentials of WCF, which I'll call E). Since both books are missing a lot of information, but are in some ways complementary, if you read both, you get about 75% of the basics.

Organization: E is uniform and iterative, and provides introductions and summaries for those who read systematically. P is uneven and non-iterative. Some P chapters are strong, but E looks as if someone consciously went through the entire book with a fine-toothed comb (so to speak).

Transactions: E barely treats transactions, but P dedicates (IIRC) a chapter to them and takes a stand on using them in the design guide.

Hosting: The P hosting section is weak, and the coverage of WAS (which the author recommends for W2K8 deployments) is seriously deficient. Properly hosting and tuning a WCF application is half of the battle, and that battle is almost entirely left as an exercise for the reader. E does a much better job of explaining hosting, but, unfortunately, is also deficient in coverage. OTOH, P has an introductory section of using service host factories to gain some programmatic control over hosting from inside the app, something that E ignores. P also includes hosting advice in the nice guidelines section at the end.

Design: The P design standards section is a nice checklist, but it's not argued properly and it's difficult to find the rationale for some of the points made in the text. OTOH, E doesn't have anything like this. Anyone can read the MSDN/P&P literature on creating WFC services; what readers really need is an informed explanation of how to do it correctly. P takes a stab at it, but E doesn't. Neither text covers other important topics like testability, flexibility, and maintainability as they relate to WCF programming. Both books treat SOA and integration very superficially. P takes a basic stand on good contract design, but E doesn't.

Solution structure/VS project templates/etc: Neither book does a good job covering the different templates (WFC app vs. WCF service library), or how WCF layering should take place. P advocates putting "service logic" in a DLL, but that's about it. E ignores the topic.

Until the next version comes out later this year, I can definitely recommend getting P, but would also recommend getting E to fill in some of the gaps. It would be nice to see not only Lowy expand the design principles section, but maybe also make proper design a first-class component of the book (or maybe even publish an "Effect WCF" book).

4 of 4 people found the following review helpful
3.0 out of 5 stars Very theoretical. Good for refreshing your memory, Aug 17 2009
By Ravi - Published on Amazon.com
This review is from: Programming WCF Services (Paperback)
I was a fan of Juval Lowys book .net components so when I wanted to learn WCF I got this book straight away. I found it very difficulty to understand in the beginning as I had no hands on experience on WCF. So I got the book WCF Step by Step by John Sharp and did the exercises in his book. After this when I read Juval Luvys book it makes perfect sense. So in short if you are a beginner to WCF this is not the book for you. Get hands on experience by coding some example, struggle through the configuration and errors and then if you want something to refresh your memory or add more theoretical depth to your knowledge read this book.
 Go to Amazon.com to see all 22 reviews  4.2 out of 5 stars 

Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback