Skip to content

A basic example of getting Entity Framework up and running

Notifications You must be signed in to change notification settings

chrisyboy53/EntityFrameworkBasic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Entity Framework Application

This is a basic Entity Framework Application. As a proof of concept of getting Entity Framework up and running;

This application uses SQLite which requires no further installation on a developers behalf.

Build Status

Getting Started

Restore the packages

dotnet restore;

Get the database created

dotnet ef database update;

Run the application

dotnet run;

About

A basic example of getting Entity Framework up and running

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published