Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

How to use the same foreach code for 2 collections?

c# entity-framework

Getting name of specific linq to sql table

EF Code First. Children collection is null for parent

DAL, Model Layer, EF code-first and business logic, how do they fit together?

DbMigrator - verbose code-first migration

Entity Framework multiple Where statements as ORs

c# entity-framework

EF 6.1 Scalar-Valued Functions Database First

Moq Entity Frameworks ExecuteSQLCommand

c# entity-framework moq