vote up 2 vote down star
7

I would like to get book(s) that will really give me a complete view of modern ASP.NET development using C#, TDD, ASP.NET MVC, DDD and Design Patterns such as the Repository pattern. I'm very competent with C# and ASP.NET MVC, but want to fill in the gaps.

If you've had a good experience with a book or two that covers these topics could you please share them?

flag

7 Answers

vote up 1 vote down check

I'm currently interested in how to architecture good .NET applications and I'm reading or have currently read some of the following books:

Those two Microsoft books really explain how to design .NET applications with high testability using Inversion Of Control and such.

And to be clear, yes they all use design patterns common in TDD, DDD, Dependency Injection, ans so on...

link|flag
vote up 1 vote down

For TDD try xUnit Test Patterns.

The best book I have read recently for filling in the gaps is C# in depth by Jon Skeet. It wasn't until reading this book that I realised how many gaps I had in my knowledge of C#.

link|flag
vote up 2 vote down

Try Applying Domain Driven Design and Patterns By Jimmy Nillson. It covers DDD and it's patterns in .NET

link|flag
It's really a great book for someone with the questioner's background. I helped proofreading the book, and gave it well deserved praise on its praise pages. Recently, I had three collegues buy it, and no complaints so far ;-) – Martin R-L Oct 15 at 19:56
vote up 1 vote down

For your needs I would recommend starting with:

Like the title says; it's basically a book on how to to DDD and TDD in a .NET environment.

link|flag
vote up 1 vote down

"Domain Driven Design: Tackling Complexity in the Heart of Software" by Eric Evans.

link|flag
vote up 2 vote down

Guess the scope of topics you have asked is vast to be covered in a single book

Try this One Agile Principles, Patterns, and Practices in C# By Martin and Martin

Book talks mostly about Design Principles, Design Patters, UML Diagrams, Documentation, Refactoring. It doesn't cover ASP.NET and MVC though. YOu need to refer some other books for those.

link|flag
vote up 2 vote down

Here are a few that I would recommend:

link|flag

Your Answer

Get an OpenID
or

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