Is nop using entity framework?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Is nop using asp.net core entity code first? Or there is no such thing as entity code first in asp.net core?
4 years ago
Yes, as of nopCommerce v4.0 is it using ef core.

https://www.nopcommerce.com/releasenotes.aspx
2 years ago
Why did nopCommerce stop using Entity Framework?
2 years ago
The main reason was performance. EF doesn't support 2-level caching. After moving away from it we could start using it. And it significantly increased performance
2 years ago
Did it change to a different framework or something custom?
2 years ago
Linq2DB
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.