Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework entity is not in DataSpace.OSpace (_workspace.GetItemCollection(DataSpace.OSpace)) but is in DataSpace.CSpace

Influencing foreign key column naming in EF code first (CTP5)

TransactionScope - The underlying provider failed on EnlistTransaction. MSDTC being aborted

Table-Valued Functions in Entity Framework?

c# .net entity-framework

Entity Framework Update Entity along with child entities (add/update as necessary)

What does Composable exactly mean?

.net entity-framework

Building a dynamic expression tree to filter on a collection property

What is the best practice for multiple "Include"-s in Entity Framework?

How do I kick off an entity stored procedure in EF6 async and not wait for a return?

Entity Framework filter data by string sql

Does it make sense to use MetadataType to enforce validations in case of Code First?

MultiTenancy with DbContext and TenantId - Interceptors, Filters, EF Code-First

Exclude certain column from Entity Framework select statment [duplicate]

c# entity-framework

C# EF Code First virtual keyword, what does it do?

Batching DB commands in Entity Framework 4.0

Entity framework: StoreGeneratedPattern="Computed" property

How To Avoid Locking Database In Entity Framework 4 When Doing Many Updates

c# sql entity-framework

Entity Framework 6 code first: setting unicode to false for string properties

ASP.NET MVC2 with Entity Framework 4 - AsEnumerable() or ToList() in repository?

Use money type in Entity Framework model first

c# entity-framework