Where can I find a good video/screencast tutorial that will explain and give code examples on Object oriented design patterns - ideally using c#?
Many thanks
|
Where can I find a good video/screencast tutorial that will explain and give code examples on Object oriented design patterns - ideally using c#? Many thanks |
|||
|
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
I have found many good videos on software design (and other programming topics) at dimecasts. They are all quite short (~10 minutes). There is a design patterns tag. |
||||
|
|
|
|
|||
|
|
|
You can find some video tutorials about design patterns here. But i think that the best way to learn would be to start writing small projects in which you'll implement different design patterns that you learn. You could use some books for this. I recommend one like this or this, they are both about design patterns applied in c#. |
|||
|
|
|
I found this new small series on youtube, he provides some very simple examples, and gets to the point quickly, and it's easy to understand! It's awesome. |
|||
|
|