Click here to Skip to main content
15,886,678 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am .net web developer. I am finding designed pattern practical implementation and concept book. I am thinking of a book that will give me n tire architecture building with some demo example where code is fellow all possible pattern.
Posted

1 solution

You are talking about two different things here:

Design Patterns[^] and Architectural Patterns[^]

The two links I posted give good overviews of each. However, don't search for places to implement design patterns, only apply them where it makes sense. Otherwise you will over-complicate your code and reduce the ability for you to expand it. Don't design around design patterns, make your design then see if a pattern can fix a problem.

Also, its unlikely you will get a single book to cover both types of patterns, you will need two. The first link has the two main design pattern books (Code Complete and Design Patterns). If you search on Amazon for MVC, MVVM or similar terms, you will find books that present those types of patterns.
 
Share this answer
 
Comments
Amey K Bhatkar 16-Jan-14 4:26am    
Thanks appreciated for you help. Completely agree with you. can you provide me some books name that contain GOF pattern and practices.
Ron Beyer 16-Jan-14 10:35am    
My post has the definitive book on GOF patterns, and ironically the book is called Design Patterns.
Amey K Bhatkar 16-Jan-14 10:58am    
you the man!!! Thanks!! Have you read that is it good for c# prospective?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900