vote up 1 vote down star
3

Can anybody recommend a good book on Patterns and Practices in C#?

I have been having trouble getting my head around some of these ideas and would like to find a good off-line resource.

flag
exact duplicate of recent question: stackoverflow.com/questions/244706/… – Draemon Nov 28 '08 at 6:16
he added practices tooo ;) ... anyways wiki this one up please... – Gishu Nov 28 '08 at 11:00

8 Answers

vote up 4 vote down check

I really like this one:

book cover

C# 3.0 Design Patterns

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.

link|flag
vote up 2 vote down

I would suggest reading on this web page. This is online but quite nice to read. http://sourcemaking.com/

link|flag
vote up 0 vote down

May I suggest: Design Patterns Elements of Reusable Object-Oriented Software

link|flag
vote up 1 vote down

Programming Pearls.

link|flag
vote up 1 vote down

i like this one:

Agile Principles, Patterns, and Practices in C# (Robert C. Martin Series) (Hardcover)

link text

link|flag
vote up 2 vote down

.NET Domain Driven Design with c#. http://as.wiley.com/WileyCDA/WileyTitle/productCd-0470147563.html

Also, Agile Principles, Patterns and Practices in C# by Robert Martin. http://www.amazon.co.uk/Principles-Patterns-Practices-Robert-Martin/dp/0131857258

And Also Applying Domain-Driven Design and Patterns: With Examples in C# and .NET (based on Martin Fowlers excellent book written specifically for .NET)

http://www.amazon.com/Applying-Domain-Driven-Design-Patterns-Examples/dp/0321268202

You can also refer the MS Architecture documents from http://www.codeplex.com/AppArchGuide/Wiki/View.aspx?title=Cheat%20Sheet%20-%20patterns%20%26%20practices%20Catalog%20at%20a%20Glance&referringTitle=Home

The above books are an excellent source of information for patterns and practices.

link|flag
vote up 5 vote down

Head First Design Patterns

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.