Written
June 01, 2011
Hi I've been tryin to follow & there is something I do not quite understand?
I keep getting these errors
Where does the d in "db.Contacts.FirstOrDefault(d => d.Id == id);" is supposed to come from ?
Error 3 The name 'd' does not exist in the current context ....2010\Projects\vcContacts\MvcContacts\Controllers\NotTDDController.cs 22 55 MvcContacts
ECannot implicitly convert type 'MvcMvcContacts.Models.Contacts' to 'MvcMvcContacts.Models.Contact' ...\Projects\MvcContacts\MvcContacts\Controllers\NotTDDController.cs 22 27 MvcContacts