Skip to content

komalsdg/EFCodeFirst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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