Entity Framework VS LINQ to SQL VS ADO.NET with stored procedures? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Stack Overflow. Closed 3 years ago. Improve this question How would you rate each of them in terms of: Performance Speed of development Neat, intuitive, maintainable code Flexibility … Read more

MetadataException: Unable to load the specified metadata resource

All of a sudden I keep getting a MetadataException on instantiating my generated ObjectContext class. The connection string in App.Config looks correct – hasn’t changed since last it worked – and I’ve tried regenerating a new model (edmx-file) from the underlying database with no change. Anyone have any ideas? Further details: I haven’t changed any … Read more