OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.32k stars 2.36k forks source link

Could you use Entity framework Core as orm #1793

Closed TimWu1104 closed 6 years ago

TimWu1104 commented 6 years ago

Except create a data module use entity framework core. yesSql not extensive used for me and others

Jetski5822 commented 6 years ago

In the early days we wanted to use EF.

In O1 we tried, it didn’t work.

In OC, we tried, but the end solution was so complicated and only partially worked.

Some modules do have EF components, but the cms will remain as yessql.

Jetski5822 commented 6 years ago

Oh, YesSql is sat on top of Dapper, which runs stackoverflow and is super quick

TimWu1104 commented 6 years ago

Ooh, I will going to have a look on the modules which have used EF component. Thank you for your reply. I will try it.