Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Weird "assembly not referenced" error when trying to call a valid method overload

Where are the Entity Framework t4 templates for Data Annotations?

Wait! which config file? (Entity Framework Connection String)

Nested Transaction Behavior in EF6

The type appears in two structurally incompatible initializations within a single LINQ to Entities query

Checking Concurrency on an Entity without updating the Row Version

Mapping .NET Boolean datatype to oracle number(1,0) in entity framework throws error

.net entity-framework

Cannot create controller with Entity framework - Unable to retrieve metadata

Dynamic table name with entity framework

Get total row count in Entity Framework

Filter the "Includes" table on Entity Framework query

c# .net linq entity-framework

What is the correct use of IDatabaseInitializer in EF?

Entity Framework relationships between different DbContext and different schemas

In Entity Framework 6.1 (not Core), how can I use the IndexAttribute to define a clustered index?

Generic method to retrieve DbSet<T> from DbContext

Where is CodeGenerationTools

entity-framework t4

How to seed data using EntityFramework Code first Migrations

Entity Framework Self-Tracking Entities not recommended by Microsoft

Repository pattern - how to correctly handle JOINs and complex queries?

Entity Framework 4, inheriting vs extending?