项目作者: komalsdg

项目描述 :
Entity Framework Code-First approach
高级语言: C#
项目地址: git://github.com/komalsdg/EFCodeFirst.git
创建时间: 2018-02-19T17:32:35Z
项目社区:https://github.com/komalsdg/EFCodeFirst

开源协议:

下载


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