Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to implement design pattern in an exsisting project asp.net c#.
I am not aware about any design pattern. I want to implement design pattern in our existing project for learning purpose.
Posted
Updated 17-Sep-14 21:00pm
v2
Comments
Sinisa Hajnal 18-Sep-14 2:57am    
Please give more details. What project, which pattern, are you just trying to refactor your own existing project still in the works or one in production? What access rights do you have. In other words, describe it as if we cannot read your mind, see your screen and otherwise know what you're doing...because...you know...we can't :)
AshishvermaMCA 18-Sep-14 3:02am    
hi,
Actually, i am not familiar with any Design pattern and want to implement it into my project for learning purpose.
Sinisa Hajnal 18-Sep-14 3:21am    
Then google "Gang of four patterns" and start reading. There is nothing you can do until you at least have some idea what code patterns are and understand basic principles (which is true for programming in general). Big plus to you for learning motivation.
BillWoodruff 18-Sep-14 4:54am    
Please find at least one design pattern, become familiar with what it's used for, try to program it yourself, and then come back here with specific questions, and code examples.

1 solution

Adding a design pattern just for the pattern is not something I would recommend. However, chance is that you have already use a design pattern, but you are not aware of it. Look the design patterns up on google, and see if one of them fits your project. If you just implement a pattern, you might lose efficiency.
Example patterns: http://www.dofactory.com/net/design-patterns[^]
 
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