Database Reference
In-Depth Information
providerName="System.Data.EntityClient"
/></connectionStrings
Ensure that the database exists; if not, then create one.
To create the tables, (in this case, the MVCApp table to populate with messages) simply
right-click on Generate Database from Model... to create a DDL's SQL script to create
the model's table.
This will generate the DDL schema to be run by clicking on the Finish button.
Search WWH ::




Custom Search