Skip to content

csharp-pills-15mg/entity-framework-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Entity Framework Demo

This demo shows three approaches of configuring the data entity mappings in both EF6 and EF Core.

Projects

This demo contains two "parallel" projects:

  • One project created with .NET Framework - using Entity Framework 6
  • One project created with .Net Core - using Entity Framework Core

Both projects contain three entities:

  • Customer - uses implicit mappings
  • CustomerOrder - uses attribute annotation mappings
  • MyProduct - uses EntityTypeConfiguration mappings

Donations

If you like my work and want to support me, you can buy me a coffee:

ko-fi

About

Demo application to show how to use EF6 vs EF Core

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages