6Dec/092
ASP.NET MVC – Lesson 3
Summary:
This lesson discusses the basics of what I’m learning about the role of models in the ASP.NET MVC framework. We show how models are used to persist data between views, how to make MVC automatically binds posted data to a model, and how to validate data with your model.
Resources:
Pro ASP.NET MVC Framework
Disclosure:
I do not know Steven Sanderson nor do I have any outstanding obligations to Apress (I did co-authored one book with them many years ago). I have added a referral code to the link on Amazon books. Despite my ability to grab a small fee if you use my link to buy the book, I would still recommend it.
December 6th, 2009 - 02:56
I have been using the DataAnnotations in MVC2 instead of IDataErrorInfo, MUCH easier/cleaner-
http://bradwilson.typepad.com/blog/2009/04/dataannotations-and-aspnet-mvc.html
Nice cast
December 6th, 2009 - 03:05
have you checked out data annotations in mvc.net? -> http://bit.ly/4sbeQ8 (nice cast btw, I like the delivery, what are you using?)
December 6th, 2009 - 03:10
Yes. We’ll get to data annotations at some point. Right now, we are just focusing on fundamentals. We’ll build into various data technologies and supporting frameworks at some point. Baby steps!
Thanks for adding the reference here for anyone following along!