Any videos/presentations explaining the concepts of the Model View Controller (MVC) pattern?
I was wondering if there are any videos (eg. Google Tech Talks) presenting the MVC pattern.
If so, I would highly appreciate any so开发者_JAVA百科urces you can provide.
Alternatively, what reading material (preferably online) would you recommend to fully understand the pattern?
Thanks in advance.
.Net Talk http://www.youtube.com/watch?v=a-hV24clJNc
EDIT: better .Net talk http://channel9.msdn.com/blogs/matthijs/aspnet-mvc-2-basics-introduction-by-scott-hanselman
tut http://www.youtube.com/watch?v=NNkqX4EKADE&feature=related
http://www.enode.com/x/markup/tutorial/mvc.html
Direct from Apple http://developer.apple.com/library/mac/#documentation/General/Conceptual/DevPedia-CocoaCore/MVC.html
Silly Song http://www.youtube.com/watch?v=YYvOGPMLVDo
Also, are you a registered dev for apple? cause they have videos for download. (Try the 'iPhone Application Development - Getting Started' video at about 5:50 in. )
精彩评论