Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

seed method not called with EntityFramework CodeFirst

Entity Framework using Repository Pattern, Unit of Work and Unity

Creating a domain model without circular references in Entity Framework

NHibernate vs Entity Framework 6 performance for big number of users [closed]

custom identity user and extending profile MVC

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