4 articles
How to: Improve the performance of the 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 mi
Entity Framework 4: Any way to know the plural form of an Entity Type?
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
Entity Framework - Why can't I see the child entities of my entity
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 grea
LINQ to Entities does not recognize the method ‘get_Item(Int32)’ method.
LINQ to Entities does not recognize the method ‘get_Item(Int32)’ method. - A technical guide covering .Net configuration and best practices.LINQ to Entities...