Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework in .NET?

Entity Framework lazy loading doesn't work from other thread

ORM For .Net ON Oracle

C# Entity FrameWork MySQL Slow Queries Count()

c# mysql entity-framework

What does the "...parameterless constructors and initializers are supported..." error mean?

How do I add a calculated column to my EF4 model?

Programming against interfaces & Entity Framework 4.0

How to model POCO object from a multilanguage database with Entity Framework 4?

Entity framework code first class relationships

Enums in EF4 POCO Generated Objects

Entity Framework - Inserting entity with multiple models and databases

Entity Framework POCO default constructor

.net entity-framework

EF 4.1 - DBContext SqlQuery and Include

Entity Framework Foreign Key Inserts with Auto-Id

Entity Framework DateTime column - GetDate() value Insertion

Is there a way to find all Entities that have had their relationships deleted?

self-referencing with Entity Framework

c# entity-framework

How to tell entity framework how to save instances of a custom type (that can be stored as a scalar)

entity-framework nodatime

Should EF's DbContext contains all tables?

Decouple EF queries from BL - Extension Methods VS Class-Per-Query