I have 2 projects - a class library containing an EDM Entity Framework model and a seperate ASP.NET MVC project.
I\'m having problems with how your suppose to edit and s
Please look at my Update method on the following question: Partially updating object with EF Code First and ASP.NET MVC This works nice, even when I dislike, that I have to specify the field names.