Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

Entity Framework 6.1.3 Mapping Foreign key to non primary key

c# entity-framework-6

Removing required properties from EF Model, because it is read only

.net entity-framework-6

How to add entity framework 6 provider in code?

Enable Entity Framework migrations in Mono

How can I use EF6 to update a many to many table

How to get id from entity for Auditlog in Entity Framework 6

How to only load certain fields of a child object in Entity Framework 6.1?

How to use SqlAzureExecutionStrategy and "Nolock"

How to mark identity column properly with Entity Framework 6.1?

EntityFramework refuses to forget old columns

Mapping foreign key to non primary surrogate key column in EF code first

Decoupling ASP.NET Identity from the Core Domain Models - Onion Architecture

Error 3027: No mapping specified for the following EntitySet/AssociationSet [closed]

How can I map tables using fluent API in ASP.NET MVC 5, Entity Framework 6?

Ignoring properties when calling LoadFromCollection in EPPlus

How to ask the database server for current datetime using entity framework?

How to get original Entity from ChangeTracker

Does anyone have a very complete example generic repository for EF 6.1?

Best practices for integrating ASP.NET Identity - do they exist?