http://www.windowsazure.com/en-us/develop/net/tutorials/web-site-with-sql-database/
If you dont have a key defined in the model you cant generate the HomeController as described.
This gets past it:
public class Contacts
{
[Key]
public int ContactId { get; set; }
A common-sense approach to Big Data
12 years ago
No comments:
Post a Comment