Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

EF 4.3 Migration - how to produce a downgrade script?

How do Visual Studio 2013 Database Projects work with TFS online and EntityFramework code first migrations

Which ORM should i be using for .Net in 2016 to talk to SQL server? [closed]