| |
|
|
abbey normal
: On
September 09, 2009 1:15 AM
said:
|
Fantastic! If you've never done anything with Model Binding, definately spend the 10 minutes for this video! If you are a legacy programmer wondering where to start, this is the place!
|
|
|
|
lalo.gomez
: On
September 17, 2009 4:53 PM
said:
|
This is great, you can understand the basics of MVC in a very short video
|
|
|
|
sherwala
: On
September 22, 2009 11:07 AM
said:
|
Good one. But i did felt it was little faster to follow up on the actions explained in this video.
|
|
|
|
mamikel
: On
September 25, 2009 11:07 PM
said:
|
When you first create the DinnerController, you show some code in the Index Get method. Where did DB come from as in var db = DB();? thanks
|
|
|
|
bbahes
: On
October 05, 2009 9:06 AM
said:
|
same question as mamikel... It would be also nice to provide project source...
|
|
|
|
adamwilko
: On
October 08, 2009 7:44 AM
said:
|
Seems like a good tutorial but same question as above???? Where does the link to the data model come from - am I missing a reference????
|
|
|
|
N0MURA
: On
October 08, 2009 10:37 AM
said:
|
Where did DB come from? You should see the tutorial video "What is ASP.NET MVC? 80 minute technical video for developers, building NerdDinner". Look at the area for 00:09:14 of the video.
|
|
|
|
zeyzone
: On
October 09, 2009 5:11 PM
said:
|
|
|
|
|
|
|
|
rick.herrick
: On
November 02, 2009 7:50 PM
said:
|
For everyone having trouble with this: var db = new DB(); The short answer is that, once you've created the Nerddinner.dbml file, you need to open it (making sure that neither of the imported data tables is selected) then bring up the properties for it. You then change the Name from the default NerddinnerDataContext to... DB! Note that to get this to work in your controller, you'll need to reference the Nerddinner.Models namespace: using Nerddinner.Models; You can see this in the long-form video that N0MURA references. It's not at 9:14 though, it's more at about 10:15.
|
|
Leave a Comment
You must be logged in to leave a comment.
Click here to log in.