Click here to Skip to main content
15,881,089 members
Everything / Entity Framework / Entity Framework 5.0

Entity Framework 5.0

EF5.0

Great Reads

by S. M. Quamruzzaman Rahmani
ASP.NET team released Identity framework 2.0. The new release contain some new features like generic primary key. This article explain how to change primary key from string to integer & use it with MVC5.
by Dukhabandhu Sahoo
Know how to exclude types from the Model in Entity Framework Code First
by Tom Cook (UK)
How to asynchronously poll a database for an Entity with EntityFramework 5
by Dileep Ashok
Configure Many-To-Many Relationship and ListBox control in MVC and Entity Framework

Latest Articles

by Akhil Mittal
Code First Approach and Migrations in Microsoft .NET Entity Framework
by Sherjil_Ahmed
Mixing DB-First and Code First Approach for using SPs in EF-Way
by Wahid Bitar
Validated the unique constraints at dbContext ValidateEntity in a generic way by reading the IndexAttribute values.
by Nathan Minier
Generic AddOrUpdate for EF with composite key support

All Articles

Sort by Score

Entity Framework 5.0 

12 Oct 2014 by Dukhabandhu Sahoo
Know how to exclude types from the Model in Entity Framework Code First
10 Aug 2016 by Nathan Minier
Generic AddOrUpdate for EF with composite key support
7 Jan 2013 by fernando albernaz
How to do a polymorphic association like Rails using Entity Framework
7 Nov 2016 by Wahid Bitar
Validated the unique constraints at dbContext ValidateEntity in a generic way by reading the IndexAttribute values.
14 Oct 2014 by Dukhabandhu Sahoo
Learn how property is automatically mapped to column and how to manage it in entity framework code first.
26 Jun 2015 by Manoj Deshmukh
Executing Stored Procedure that returns resultset using Entity Framework DataContext
1 Jun 2017 by Sherjil_Ahmed
Mixing DB-First and Code First Approach for using SPs in EF-Way