Join Now
|
Login
home
login
join now
.NET pattern framework
javascript + jquery patterns
database pattern framework
products and pricing
.NET design patterns
javascript design patterns
javascript tutorial
sql + database tutorial
connection strings
visual studio shortcuts
c# coding standards
html color codes
all references
explore
questions
ask question
tags
users
contact us
training courses
schedule
registration
about us
training and education for professional developers
login
join now
Home
Questions
Question
« Prev Topic
|
Next Topic »
Need Design Pattern reference material
Yudhishtir Bhole
50
50
Jul 27, 2011
0
Hello Team,
I am a beginner with Design Patterns and Pattern Architectures.
Could you please let me know from where I can get study material regarding Design Patterns and their implementation in a .NET project?
Thanks in Advance.
Yudhi
Design Patterns
Reference
Add Comment
Flag
Follow
Email
1 answer
answer date
votes
comments
Karl Wessels
63
95.5
Jul 28, 2011
1
Well...this site gives tons of good examples
here
.
You could also Google them with keywords ".NET design patterns examples" or something to that effect.
When I was learning to use them I was given a book called "Head First: Design Patterns" or something close to that. Another book I was given was one by Martian Fowler called "Refactoring To Patterns".
I would recommend out of all of these places to simply use this site but to actively just demo them in your own way. Create a few stupid projects that honestly mean nothing to you but are your own. create them just so you can first hand implement the pattern.
Keep in mind that patterns are just a way thinking about your code. It is one thing to implement a pattern it is another to implement it knowing why. Patterns not only solve problems but they can introduce them too.
Add Comment
Flag
Link
Write Your Answer
return to top