Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Editing an object in entity framework and saving it to the database in ASP.NET MVC 2.0

Entity Framework: Serialize/Deserialize JSON column behind the scene

c# json entity-framework-4

How can Entity Framework queries be reused (using methods)?

Examples for Entity Framework 4: Mapping POCOs to EAV database?

c# entity-framework-4 poco

Error 3004, mapping error with EF

entity-framework-4

Why are my EF Code First pregenerated views having no effect?

.Net Framework 4.5 AddObject() does not appear

c# entity-framework-4

How to stop entity framework caching

Ordering Column Attributes in Entity Framework

What does the [DatabaseGenerated(DatabaseGenerationOption.Computed)] data annotation do?

Filling Foreign Key Object in Entity Framework 4

c# entity-framework-4

How to see SQL query in SQL profiler?

Is there an equivalent to NHibernate's <component> in Entity Framework?

How would I know if I should use Self-Tracking Entities or DTOs/POCOs?

Updating my EF model to use 4.1 when I built it in 4.0

EF DbContext and StructureMap scoping

Entity Framework - Navigating and Including properties through collections

Should data contexts be static?

Understanding Transactions in Entity Framework

How to reduce Entity Framework 4 query compile time?