Skip to content

ume05rw/AspNetCore.WithFrameworkSource.EntityFramework.2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AspNetCore.WithFrameworkSource.EntityFramework.2.0

Sample project with Entity Framework Core source codes.

Description

Do you want to read the framework source code, and deepen your understanding, like scripting languages such as PHP, Python, Ruby, Javascript?
This is a ASP.Net Core template project that switched reference NuGet-packages to framework source codes.
All projects sources included in this solution can rewrite, build, run, break, step-in.

Target: Entity Framework Core 2.0

Requirement

Visual Studio 2017

Usage

  1. Git clone, or Download this.
  2. WithSource.All.sln file on Visual Studio.
  3. Rewrite, build, run, break, step-in, As you like!

Note:
In this project, it is not possible to verify database migration, code first action, scaffolding.
To run this, please restore /DbDump/testdb.bak to your SqlServer first.

Dependency-Tree

Referenced NuGet packages:

Link

Asp.Net Core Project Home:
https://github.com/aspnet/Home

Package Set:
https://github.com/aspnet/MetaPackages

Namespace "Microsoft.EntityFrameworkCore" Packages:
https://github.com/aspnet/EntityFrameworkCore

Namespace "Microsoft.AspNetCore" Packages:
https://github.com/aspnet/Mvc
https://github.com/aspnet/StaticFiles

Licence

Apache License, Version 2.0 (conforms to the original source code: https://github.com/aspnet/Home/blob/dev/LICENSE.txt)

About

For learning the internal action of Entity Framework Core 2.0.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages