Could you provide me some examples how to organize the project when you use EntityFramework and Umbraco 7.
We will have a lot of custom tables and need some ORM. I like Entity.
I prefer to use PetaPoco because it's already part of Umbraco so you don't need to install any addons and it's really easy to use. I've got some examples in the Hybrid Framework.
Umbraco 7 and EntityFramework 6.1.1
Hi everybody,
Could you provide me some examples how to organize the project when you use EntityFramework and Umbraco 7. We will have a lot of custom tables and need some ORM. I like Entity.
Thanks, Alex
Hello,
I know that Dialogue uses EntityFramework so you can have a look at the source: http://our.umbraco.org/projects/collaboration/dialogue
I prefer to use PetaPoco because it's already part of Umbraco so you don't need to install any addons and it's really easy to use. I've got some examples in the Hybrid Framework.
Jeroen
Thanks, Jeroen,
Gread Hybrid Framework !
is working on a reply...