Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How do I get Effort to work with EntityFramework?

c# entity-framework effort

Do I need to configure both sides of a relationship with Entity Framework with Fluent API?

Entity Framework auto generate primary key

c# entity-framework

How to get id from Add using UnitOfWork pattern?

EF Core 2.0 Migration - dotnet ef migrations 'script' command outputting blank file

Entity Framework - The object 'PK_AspNetUserTokens' is dependent on column 'UserId'

EF Core Find method equivalent for multiple records?

WPF TreeView Binding [duplicate]

Changing the type of an (Entity Framework) entity that is part of an inheritance hierarchy

DataTemplate.DataType = Collection<Entity>?

What's Differences Between Using Entity Framework in Vs 2008 And 2010

Does calling Select() or GroupBy() in Linq to entities trigger querying the database?

Custom SQL functions and Code First (EF 4.1)

Entity Framework, application layers and separation of concerns

Entity Framework trying to retrieve non existent column

Querying data using Entity Framework from dynamically created table

c# sql entity-framework

How is interpreted an enum type with EF Code First

Does converting from DbSet to IEnumerable cause the query to execute?

entity-framework dbset

Entity Framework code first custom fieldd that I don't want to map to DB

Purpose and semantic of IMigrationMetadata interface in Entity Framework