Click here to Skip to main content
15,886,718 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Why we need Design patterns,

In ASP.NET, in which later should we use design patterns ?

please suggest the easiest way to learn all the asp.net patterns

suggest me any site(i did't find any good link)
Posted
Updated 25-Jan-10 20:02pm
v2

jameschowdary wrote:
suggest me any site(i did't find any good link)


Come on, there are lots here[^].
 
Share this answer
 
It is never to0 early to learn some design patterns and it can take ages to get them implemented right (never sometimes) !
 
Share this answer
 
v2
jameschowdary wrote:
Why we need Desing pattern,


You actually don't, and it seems the current mania in untrained indian developers to think that patterns are some magic silver bullet. They are not. They are valid, and worth learning, but ASP.NET will use less patterns than most, unless you use the MVC framework, because the UI is already set in stone. Either way, if you couldn't find any links, odds are you don't know how to use google. Buy the GoF book if you want to, but don't expect patterns to be something you learn overnight, or that will magically solve all your issues.
 
Share this answer
 
I think you are mixing two conceptions - design patters and architectural patterns.

jameschowdary wrote:
Why we need Desing pattern,
in aspnet

With design patterns I think the best and simples way to start is to read about GoF Design Patterns[^]

jameschowdary wrote:
all the asp.net patterns

This is already about architectural patterns I guess..
I can only recommend not to learn ALL patterns. Start with Asp.Net MVC[^]. It's most relevant today.

Good luck,
Alexey
 
Share this answer
 

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