Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How is the performance of entity framework 4 vs entity framework 3.5?

Does the Entity Framework 4 support generators for id values like NHibernate?

Entity framework (CTP5, Fluent API). Rename column of navigation property

Rewriting a legacy-proprietary Web Application to MVC3/Entity-Code-First

Entity Framework 4: Access current datacontext in partial entity class

EF4 Code First: how to update specific fields only

Entity Framework: Avoiding Inserting Duplicates

c# .net linq entity-framework

Convert this SQL to lambda for EF 4 Code first

Entity Framework Code First On Insert method hooks

c# entity-framework

DbContext SaveChanges() - Detecting updated entities

Migrate from DataSets to EntityFramework

Specify SQL Server File Locations when using Entity Framework Database.Create()

How entity framework track the loaded entities? what are their life cycle?

entity-framework

SQL Azure table not created with EF Migrations

Trying to use a generic with Entity Framework

Best practice for setting default values for model properties in Domain Driven Design?

Exploring the pitfalls(if any) of having a DbContext for each ViewModel/Class that uses it

c# entity-framework mvvm

Prevent decimal rounding in Entity Framework database first

Is it bad practice to filter by ID within the repository pattern

Entity Framework 6 and collections

c# entity-framework