Skip to content

Latest commit

 

History

History
20 lines (8 loc) · 500 Bytes

File metadata and controls

20 lines (8 loc) · 500 Bytes

EFCodeFirst

Entity Framework Code-First approach

This is demo project of Code-First with Entity Framework

Code-First feature with create database using entity framework databasecontext.

It also initialize data using Seed functionality.

To add Entity Framework go to Tools – > Library Package Manager –> Package Manager Console

using below command

Install-Package EntityFramework