Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

When use entity framework core instead of entity framework

I am doing some research on EF core. I found that there are many similar features in both EF and EF core. So I wonder in which case we should use EF core instead of EF :) Thanks!

like image 646
Duc Tran Avatar asked Mar 10 '26 20:03

Duc Tran


1 Answers

Entity Framework Core

  • Cross Platform
  • Lightweight
  • Few database providers (because it's new)
  • Missing some features from EF6 (again because it's new)

Entity Framework 6

  • Tried and tested product
  • Runs on .NET Framework
  • Many database providers
  • Not cross platform
like image 138
Travis Boatman Avatar answered Mar 14 '26 03:03

Travis Boatman



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!