up vote 3 down vote favorite
4
share [g+] share [fb]

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.

link|improve this question
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
feedback

8 Answers

up vote 6 down vote accepted

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|improve this answer
feedback

Head First Design Patterns

link|improve this answer
feedback

.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|improve this answer
feedback

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

link|improve this answer
feedback

i like this one:

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

link text

link|improve this answer
feedback

Programming Pearls.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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