type ObjectQuery or DbQuery Error when updating a object – Asp.net
Below is the object namespace TestingForCw2.Shared { public class Dog { [Key] public Int32 Id { get; set; } public string DogName { get; set; } public Int32 DogAge { get; set; } } } This is the code for…