I saw the light ADO.NET Entity Framework - Alexey Zakharov's Blog

Browse by Tags

All Tags » ADO.NET Entity Framework (RSS)

ADO.NET Entity framework navigation property trap. by brainbox

Navigation properties (EntityCollection or EntityReference) of entity object can be automatically loaded without calling their Load method because of they can be already loaded to ObjectStateManager before. Such behaviour may confuse people how are newbie...

Enum in ADO.NET Entity Framework v1 by brainbox

There is no direct support for enum type in ado.net entity framework v1. But it is rather easy to solve this problem. All u need to do is to create int property with private getter and setter and then add public property to your partial class, which type...
More Posts