Yes, as part of the learning process try to use EF code first to save the data to the database. Since you've already done the tutorials, the next step to practice would be not following a tutorial, but to try to use what you learned to build something different.
CodeHobo
All-Star
18669 Points
2648 Posts
Re: Mvc3 application
Apr 19, 2012 05:04 PM|LINK
Yes, as part of the learning process try to use EF code first to save the data to the database. Since you've already done the tutorials, the next step to practice would be not following a tutorial, but to try to use what you learned to build something different.
Everything you need to know about talking to a database is here
http://msdn.microsoft.com/en-us/data/gg685467
Take what you learn there and figure out how to apply it to a todo list.
Blog | Twitter : @Hattan