Entity Framework Code-First approach
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