Category: Entity Framework
After writing code using entity framework for sometime and seeing the code base continue to grow I realized the importance of coding with performance in mind. There are things that come to mind like...
While working on a project I came across the need to identify what the entity set name is so I can use that to add an updated entity to the set. In order to...
So currently I’m working on an entity model in which there are a lot of parent – child relationships and for obvious reasons the entity framework is a great choice to build that entity...
When using the entity framework you may come across an error message such as this: “LINQ to Entities does not recognize the method ‘get_Item(Int32)’ method, and this method cannot be translated into a store...