Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / entity-framework / EF5.0

EF5.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 kannankeril
This article focuses on database first development using ASP.NET MVC. It uses the Northwind database and walks the reader through developing a CRUD application, applying annotations, custom styling and using the jQuery UI Accordion to deliver a more polished UI experience.
by Eric Goedhart
Building a ASP.Net datadriven website
by Dileep Ashok
Asp.Net MVC-4,Entity Framework and JQGrid Demo with simple Todo List WebApplication

Latest Articles

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 kannankeril
This article focuses on database first development using ASP.NET MVC. It uses the Northwind database and walks the reader through developing a CRUD application, applying annotations, custom styling and using the jQuery UI Accordion to deliver a more polished UI experience.
by Eric Goedhart
Building a ASP.Net datadriven website
by Dileep Ashok
Asp.Net MVC-4,Entity Framework and JQGrid Demo with simple Todo List WebApplication

All Articles

Sort by Score

EF5.0 

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