Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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]

Full Text Search in EF Core 2.1?

In separate data access & business logic layer, can I use Entity framework classes in business layer?

EF Non-static method requires a target

c# linq entity-framework

Create a non-clustered index in Entity Framework Core

Entity Framework - Update Model From Database... - no update happens!

What is the meaning of the "Pluralize or singularize generated object names" setting?

Entity Framework: "ProviderName" in connection string required- all of the sudden?

How to get EF6 to honor Unique Constraint (on FK) in Association/Relationship multiplicity?