| | |  | Software Engineering | Home » » » Agile Principles, Patterns, and Practices in C# | | | | | | | Product Promotions: | | | | | Description: | | With the award-winning book Agile Software Development: Principles, Patterns, and Practices, Robert C. Martin helped bring Agile principles to tens of thousands of Java and C++ programmers. Now .NET programmers have a definitive guide to agile methods with this completely updated volume from Robert C. Martin and Micah Martin, Agile Principles, Patterns, and Practices in C#. This book presents a series of case studies illustrating the fundamentals of Agile development and Agile design, and moves quickly from UML models to real C# code. The introductory chapters lay out the basics of the agile movement, while the later chapters show proven techniques in action. The book includes many source code examples that are also available for download from the authors’ Web site. Readers will come away from this book understanding - Agile principles, and the fourteen practices of Extreme Programming
- Spiking, splitting, velocity, and planning iterations and releases
- Test-driven development, test-first design, and acceptance testing
- Refactoring with unit testing
- Pair programming
- Agile design and design smells
- The five types of UML diagrams and how to use them effectively
- Object-oriented package design and design patterns
- How to put all of it together for a real-world project
Whether you are a C# programmer or a Visual Basic or Java programmer learning C#, a software development manager, or a business analyst, Agile Principles, Patterns, and Practices in C# is the first book you should read to understand agile software and how it applies to programming in the .NET Framework.
| | | Product Details: | | | Author:
| Robert C. Martin | | Hardcover:
| 768 pages | | Publisher:
| Prentice Hall | | Publication Date:
| July 30, 2006 | | Language:
| English | | ISBN:
| 0131857258 | | Product Length:
| 9.24 inches | | Product Width:
| 7.28 inches | | Product Height:
| 1.62 inches | | Product Weight:
| 2.83 pounds | | Package Length:
| 9.3 inches | | Package Width:
| 7.1 inches | | Package Height:
| 1.7 inches | | Package Weight:
| 2.8 pounds | | Average Customer Rating:
| based on 28 reviews |
| | | | Customer Reviews: | |
Average Customer Review:
( 28 customer reviews )
Write an online review and share your thoughts with other customers.
Most Helpful Customer Reviews
38 of 42 found the following review helpful:
Well done, with one exceptionApr 19, 2007
By G. Askew First, this book is well written and presents information in a constructive manner. It is well thought out, and is not just another C#/OOP/XP book.
Now for the bad news. One unnecessary oversight is the use of casts and "object" in some examples. Any author writing any C# book since 2005 must know that these idioms should no longer be encouraged. It is unacceptable for a book published in February 2007 to possess this flaw.
Generics, used in moderation, result in cleaner code that is also type-safe, and usually performs better due to the absence of boxing/unboxing. The authors should consider posting alternative examples that favor Generic types and collections on their errata web page. If you purchase this book, you would be well-advised to review the examples with a bias against the use of casts and the word "object".
To be entirely frank, I don't see how other reviewers can justify a five star rating.
19 of 22 found the following review helpful:
Critical work on design and developmentDec 13, 2006
By James Holmes
"Co-Author 'Windows Developer Power Tools'"
This book is amazingly great from start to finish. All the basics of good agile development are covered clearly and sensibly in the first section: what agile is, how to go about it, why testing and planning are so critical, and where refactoring fits in all of this. Design and general patters are hit in the second section, again in a clear, concise, and sensible fashion -- and with common sense thrown in.
The final two sections cover a real-world case study implementation of a payroll system. Here the rubber meets the asphalt: walking through use cases, building transactions based on smartly-chosen patterns, discussion of what patterns make sense where and why, implementation, packaging, and evolution.
I found myself shaking my head in wonder as I read this book and stumbled across one nugget of gold after another. Some bits of goodness pop out in the middle of nowhere simply because the authors are so well-versed in their domain that they're letting fly wisdom even when discussing other topics. An example of this is in the XP pairing session episode where some discussion of increment operator side effects is tossed in the middle of another discussion stream. You read that section once and pass over it, only to do a head check, bounce back and re-read it while nodding your head and saying "Yeah, that's absolutely right and I might not have caught that otherwise."
Another bit of greatness is the chapter on UML. The authors are emphatic about keeping UML tightly in check and using it only in specific cases where it makes clear sense. Mountains of UML diagrams are not the answer; the authors show where a few concise diagrams make perfect sense.
More goodness can be found throughout the book in the gems relating to any number of design issues such as a small example of a problem the authors put forth to students of their various design/patterns courses: build a coffee maker. The authors go through the most common result they see and show the specific problem areas of that solution -- and then show a solution that is amazing in its simplicity, elegance, and maintainability.
This book is a critical read for folks at any level of experience. I'm going to do my best to make sure it gets on the required reading list for developers at my company.
10 of 11 found the following review helpful:
Agile Methods and Practices clearly explainedOct 31, 2006
By William Barrett Simms
"MCSD"
This book really covers two topics: Agile management methods and development practices used by agile team.
Section I, the description of the Agile methology is brief. This is obviously the intent of the author and agile is meant to be documenation-light. This section only consists of 100 pages. It's a quick read giving you everything you need to know to implement the Agile methodology in your team.
Section II, is titled "Agile Design". These chapters are high-level design principles with low-level examples and a thorough treatment of UML. This should have been split into two sections. This first, would be most useful for a beginner/intermediate developer to take their skills to the next level. The second part, is required reading/knowledge for any developer who needs to work with a team or who needs to plan a complex application.
Section III is presented as a case study. Under the guise of a desiging a payroll system, the authors present the most popular design patterns. This section depends on the previous sections and is a great example of the thought process of agile developers.
The book is well written and easy to read for intermediate to advanced developers. Beginning developers would stuggle with some sections. However, all levels would beneift from reading this book.
12 of 15 found the following review helpful:
Absolutely required reading for every[...]Nov 22, 2006
By Jesse Liberty Robert Martin is one of the smartest people I've ever talked with, and he is one of the best technical writers I've ever read.
This book is *the* most comprehensive and most valuable introduction and guide to Agile programming, with a full discussion of Agile principles, the "fourteen practices of eXtreme programming," full discussion of "spiking, splitting, velocity, iteration, test-driven development, refactoring, pair programming, five types of UML diagrams," and how to use all of this in real world .NET development.
There is no doubt in my mind that this book will make you a better programmer, will challenge you, will teach you, will take you beyond what you already know, and will entertain you along the way. Robert is as good as it gets.
This book is required reading. Do not hesitate.
53 of 75 found the following review helpful:
The other reviewers are brown nosersMay 07, 2007
By John Grove This book pretty much stinks. There is nothing C# about it. It doesn't leverage any of the advanced features, the examples are weak.
Reviewers and some programmers who are so turned on by words like "agile, patterns, etc.." will find though the title of the book contains the buzz words, the content of it is a farce.
I read this book and I was like "this is the same Robert Martin rehashed junk just translated into C#" [Not even a decent translation]. You'll find them also telling Microsoft developers how they shouldn't name interfaces with a capital I.
On the contrary, I am glad they did, I like to peruse my object browser and easily see the differences, it helps me a lot. Their pompous attitude is displayed in the preface trying to diss C# developers.
Don't get me wrong, I respect Java developers like Martin Fowler, Kent Beck, etc.. But they have intelligent things to say in their books and are not condescending.
This book has nothing of real importance, and the real thrust of agile practices and also of design patterns can be found in much better books by better authors and who know and leverage the power of C#. Wouldn't you rather learn these things from real professional .NET developers like Francesco Balena, Trey Nash, Juval Lowy?
These authors simply don't know C#, which is evident by the examples they present and the way they present it.
I know I sound harsh [and will take a lot of flack I'm sure by some newbie or even perhaps a few skilled] but this book does not deserve the praise it has been getting, plain and simple. It's not quite as bad as C# Design Patterns by James Cooper [which is pathetic, to say the least], but it is not good enough to buy from the lowest seller from Amazon.
My top recommended books: 1. "Accelerated C#" by Trey Nash 2. "Programming .NET Components" by Juval Lowy 3. "Test Driven Development in Microsoft .NET" 4. "Head First Design Patterns" [in Java but good] 5. "CLR Via C#" by Jeffrey Richter 6. "Code Complete" [Much better on practices then this book] 7. "Pro C# 2008 and the .NET 3.5 Platform" [Excellent] 8. "Framework Design Guidelines" 9. "WCF" by Juvy Lowy [Advanced stuff, but excellent] 10. "Pro LINQ Language Integrated Query in C# 2008"
See all 28 customer reviews on Amazon.com
| | |
|