Author : MD TAREQ HASSAN | Updated : 2020/10/26

Entity Framework

Should I use EF6 or EF Core?

EF Core is a more modern, lightweight and extensible version of Entity Framework that has very similar capabilities and benefits to EF6. EF Core is a complete rewrite and contains many new features not available in EF6, although it also still lacks some of the most advanced mapping capabilities of EF6.

Consider using EF Core in new applications