Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi Guys
Any One Explain about me the Design Patterns in the Dotnet with examples.
Why do we follow the patterns?
Posted

No - it's far too large a question.

Google, and you will find loads of documents explaining the various patterns, and why we use them. Read them with a pinch of distrust: generally the author will explain that this is the perfect pattern, and the only one you will ever need. Regardless of that so will the next author, about the next pattern.
 
Share this answer
 
Hello
follow
Click here [^]

or
click here[^]

or

click here[^]


thanks
 
Share this answer
 
Why do we follow the patterns?

We follow design patterns because these are proven algorithms on how to solve a problem. Logically, these can help you in speeding up your development because you don't need to reinvent the wheel. See here[^] for more details.
 
Share this answer
 
v2

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