or
Sign in to turn on 1-Click ordering.
Express Checkout with PayPhrase
What's this? | Create PayPhrase
More Buying Choices
Have one to sell? Sell yours here
or
Get a $4.82 Amazon.com Gift Card
C# 3.0 Design Patterns
 
 
Tell the Publisher!
I’d like to read this book on Kindle

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

C# 3.0 Design Patterns [Paperback]

Judith Bishop (Author)
3.2 out of 5 stars  See all reviews (28 customer reviews)

List Price: $39.99
Price: $27.04 & this item ships for FREE with Super Saver Shipping. Details
You Save: $12.95 (32%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it delivered Friday, September 10? Choose One-Day Shipping at checkout. Details
33 new from $24.42 24 used from $15.72
Textbook StudentJoin Amazon Student and get FREE Two-Day Shipping for one year with Amazon Prime shipping benefits.

Like this book? Find similar titles from O'Reilly and Partners in our O'Reilly Bookstore.

Frequently Bought Together

Customers buy this book with C# 3.0 Cookbook $34.64

C# 3.0 Design Patterns + C# 3.0 Cookbook
  • This item: C# 3.0 Design Patterns

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • C# 3.0 Cookbook

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought


Editorial Reviews

Product Description

If you want to speed up the development of your .NET applications, you're ready for C# design patterns -- elegant, accepted and proven ways to tackle common programming problems. This practical guide offers you a clear introduction to the classic object-oriented design patterns, and explains how to use the latest features of C# 3.0 to code them.

C# Design Patterns draws on new C# 3.0 language and .NET 3.5 framework features to implement the 23 foundational patterns known to working developers. You get plenty of case studies that reveal how each pattern is used in practice, and an insightful comparison of patterns and where they would be best used or combined. This well-organized and illustrated book includes:

  • An explanation of design patterns and why they're used, with tables and guidelines to help you choose one pattern over another
  • Illustrated coverage of each classic Creational, Structural, and Behavioral design pattern, including its representation in UML and the roles of its various players
  • C# 3.0 features introduced by example and summarized in sidebars for easy reference
  • Examples of each pattern at work in a real .NET 3.5 program available for download from O'Reilly and the author's companion web site
  • Quizzes and exercises to test your understanding of the material.
With C# 3.0 Design Patterns, you learn to make code correct, extensible and efficient to save time up front and eliminate problems later. If your business relies on efficient application development and quality code, you need C# Design Patterns.

About the Author

Judith Bishop is a computer scientist, in Pretoria South Africa, specializing in the application of programming languages to distributed systems and web-based technologies. She is internationally known as an advocate of new technology. Her books on Java and C# have been published in six languages. She represents South Africa on IFIP TC2 on software and is a chair or member of numerous international conference committees and editorial boards.


Product Details

  • Paperback: 320 pages
  • Publisher: O'Reilly Media; 1 edition (January 11, 2008)
  • Language: English
  • ISBN-10: 059652773X
  • ISBN-13: 978-0596527730
  • Product Dimensions: 9 x 7.2 x 0.7 inches
  • Shipping Weight: 1.1 pounds (View shipping rates and policies)
  • Average Customer Review: 3.2 out of 5 stars  See all reviews (28 customer reviews)
  • Amazon Bestsellers Rank: #312,538 in Books (See Top 100 in Books)

More About the Author

J. M. Bishop
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's J. M. Bishop Page

Inside This Book (learn more)

What Do Customers Ultimately Buy After Viewing This Item?

C# 3.0 Design Patterns
67% buy the item featured on this page:
C# 3.0 Design Patterns 3.2 out of 5 stars (28)
$27.04
Head First Design Patterns
13% buy
Head First Design Patterns 4.6 out of 5 stars (299)
$29.67
Effective C#  (Covers C# 4.0): 50 Specific Ways to Improve Your C# (2nd Edition) (Effective Software Development Series)
8% buy
Effective C# (Covers C# 4.0): 50 Specific Ways to Improve Your C# (2nd Edition) (Effective Software Development Series) 4.3 out of 5 stars (36)
$26.39
Design Patterns: Elements of Reusable Object-Oriented Software
7% buy
Design Patterns: Elements of Reusable Object-Oriented Software 4.5 out of 5 stars (274)
$46.79

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(4)
(3)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

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

 
20 of 20 people found the following review helpful:
4.0 out of 5 stars Good overview of Design Patterns using C# 3.0 but seems rushed, March 31, 2008
This review is from: C# 3.0 Design Patterns (Paperback)
On one hand I like the book, I feel the layout and presentation of each pattern is well done, concise, yet you can grasp the main point of each pattern. Each pattern is explained, implemented, further examples are given, uses are explained and then each pattern is wrapped up with a series of exercises.

On the other hand, the book has many typos, the exercises are a very mixed bag and sometimes the explanation are incorrect or incomplete and it is hard to understand why the author really did what they did or the full implications. This really is a mar on an otherwise solidly presented book. The errors did make me dig into the details and I did learn more from my digging. So, if you are willing to work around these warts than you will learn something but for a beginner the level of frustration may not be worth it. For example the Observer pattern blog example, which uses events with a dictionary was not explained in enough detail. If you looked, you would have found something along the lines of the MSDN article "How to: Use a Dictionary to Store Event Instances (C# Programming Guide)" but you had to look for it.

This also applies to the C# 3.0 features that are presented in the book, again citing the example above. The Mediator pattern has a sidebar on delegates and events and it explains in a very high level what you need to know to implement events stored in a dictionary but unless you use sources outside the book you will be missing out on a lot.

The exercises are varied, some are excellent and they really force you think about what the pattern is about and sink your teeth into the details. Others just seem like they are there to fill space, others do not seem thought out well enough. For example in the Decorator pattern one of the exercises asks you to decorate System.Console but you can not do it using the methods presented. You can use a wrapper but that is not really decorating, so you are left wondering what the real intent was or even worse did you miss some key point.

So overall, even though the book does have warts, it definitely useful, you will learn about the GOF design patterns and come away with some useful knowledge on C# 3.0 and beyond that. I would suggest using the book with a critical mind, try to pick apart the examples and experiment with them, test the authors claims and find the mistakes. My impression is that this book needed another revision and some sections feel like they were in the process of being revised but the book was shipped before the process was done.

If I could I would give the book 3.5 stars, it is still very useful but the warts are painful and coming from O'Reilly that is disappointing. Some have mentioned the "Head First Design Patterns", also by O'Reilly. I have to say that if you want to learn design patterns from a Java perspective I would probably recommend that book instead.

BTW, A previous reviewer had claimed the Observer pattern example did not work but I did not have any problems getting that example to work.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
21 of 22 people found the following review helpful:
4.0 out of 5 stars Are Patterns Good for You?, February 1, 2008
This review is from: C# 3.0 Design Patterns (Paperback)
The publishers at O'Reilly have been putting out consistently high-quality technical books for a long time. Judith Bishop's "C# 3.0 Design patterns" is no exception.

In a nutshell: If you think the 23 classic "Gang of Four ("GOF") design patterns have value to you as a programmer, and you want to move your programming expertise into the future, then this book is for you.

Bishop has the credentials to pull this off: she is a computer scientist specializing in the application of programming languages to distributed systems and web - based technologies, and has books published in six languages. She is also a chair or member of numerous international conference committees and editorial boards.

What C# 3.0 Design Patterns does is to analyze all 23 GOF programming patterns with expert commentary and "real life" (e.g. Web 2.0 style) programming examples, and put them directly into the C# 3.0 idiom - using Generics, LINQ, and most all of the newest C# language features in a practical guide to solving common programming problems with an emphasis on what each programming pattern can do for you as a programmer in real life.

Bishop provides pictorial and UML illustrations of patterns, quizzes that relate the illustrations to the UML, "theory" code that can be adapted to real-world programming issues, tables providing guidance on when to use a specific pattern as a solution, lists of pattern advantages and disadvantages, and challenges / exercises to help you take your expertise further.

Are classic programming patterns useful to you? The answer lies in where you are at in your programming adventure. If you are just starting out, this book is probably too advanced for you.

If you already understand the C# programming language and have some introduction to Patterns under your belt, this book will be very exciting to you as it opens up the field to completely new possibilities. You'll see some "pretty slick" code examples in this book and even if you only ever end up using one or two of them, you will have certainly gotten your money's worth. Recommended for intermediate - to - advanced C# developers.


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


 
8 of 8 people found the following review helpful:
5.0 out of 5 stars A Good Presentation of the GOF Patterns in C# 3.0, February 13, 2008
This review is from: C# 3.0 Design Patterns (Paperback)
I found this book to be a very good treatment of the GOF patterns. The content is well organized and has a very clean feel to it.

I think there would be 2 primary audiences. One would be those that have study the GOF patterns, but want to see them implemented with the latest C# functionality available. The other would be those that have never before studied the GOF patterns and want to learn about them. I think both audiences should know the C# 3.0 language and syntax before reading this book, or at least be willing to learn C# 3.0 while reading this book.

Although the author claims this is a the book will guide you through the new C# 3.0 language features, they are only really listed. The side bars are enough to send you off looking for the right thing to learn, but you won't learn it with the content in the sidebar. As long as you are willing to go outside the book to learn the new C# 3.0 features, this book will serve to point them out.

Each pattern is broken down into 7 parts- Role, Illustration, Design, Implementation, Example, Use, and Exercises.

I think the author does a great job at communicating the intention of the patterns. She makes good use of graphics and UML diagrams. She also makes you put some thought into the patterns by offering mini quizzes.

The author also has a nice support site which has the code available and a lot of good information about patterns including the UML diagrams from the book. The code is very well organized and is very usable.

All in all I think this is a great C# GOF Patterns book and would recommend it to anyone that wants to learn to implement the GOF patterns with the latest C# language features available.
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 Recent Customer Reviews

2.0 out of 5 stars BFM - Big Fing Mess
Why am I using this pattern? Book shows the convoluted solution but not the problem. Before/After code would have been very illuminating. Code examples run on and on. Read more
Published 1 month ago by D. Dillard

3.0 out of 5 stars Design patterns book for reference?
I have to admit that the author had a good layout for this book. Each pattern, the author explains clearly
the roll of the pattern, illustration sample, design,... Read more
Published 4 months ago by Vu Tran

3.0 out of 5 stars Not quite good enough
Design Patterns is probably one of those topics where multiple view points are beneficial. I made it all the way to the next to last pattern described - the interpreter - before I... Read more
Published 5 months ago by T. Gabriel

2.0 out of 5 stars Should have listened to other reviewers
This is my first ever Amazon review. After buying this book and reading almost the complete thing (1 chapter shy of the end) I am incredibly disappointed. Read more
Published 6 months ago by NONE

1.0 out of 5 stars stick to the concept of introducing a pattern
seems like all pattern books (authors admit) get caught up in the example.

One author (Cooper) got caught up in (his kids I guess) an app handling swimming... Read more
Published 10 months ago by Landon M. Kelsey III

3.0 out of 5 stars Not bad, but I wouldn't buy it again
There's definitely some usable information and examples, but most of the examples and discussion smell a little off and contrived, as if Bishop doesn't really understand the topic... Read more
Published 11 months ago by Honkeywrench

5.0 out of 5 stars A must read book
I own several books on design patterns. Each one is unique and focus on something different. When I bought this book I was little skeptical because of the size. Read more
Published 11 months ago by Ivan Assenov

5.0 out of 5 stars .NET Developer Group Coban
Este libro es excelente porque puedo encontrar temas de diseno en C#. Tiene muchos ejemplos y de esa manera se hace muy facil aprender a programar adecuadamente el lenguaje... Read more
Published 13 months ago by Jose Rolando Guay Paz

4.0 out of 5 stars Good overview with different presentation of GoF
Starting with Structural Patterns, the author tries to give programmers a different way to review known design patterns of GoF with .NET C# 3.0. Read more
Published 15 months ago by Sean Xiao

1.0 out of 5 stars Worst book on C# I've ever read
I am a software engineer with 7 years of active development in C# and a big fan of the GOF book and design patterns in general. Read more
Published 16 months ago by S. Blanco-Leis

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
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.