Ok long story short, I have an existing MVC app that uses AutoFac and EF, I am moving forward on integrating this app into Umbraco.
first part of my stratigy is to identify simalarities between the 2 apps and port my code base into umbraco, such as routes, controllers, themes, pages, members acl, roles etc.....
From what I can see, Umbraco does have an repository implementation but is using pocco as it's entity mapper. with that this porting should be pretty simple, just looking from the comunity on a stratigy to get this off the ground.
Should I first prep my code base to also use pocco mapping or leave it with EF, if leaving it with EF, would there be a risk of overwritting the umbraco db schema etc...
MVC App integration into Umbraco Core
Ok long story short, I have an existing MVC app that uses AutoFac and EF, I am moving forward on integrating this app into Umbraco.
first part of my stratigy is to identify simalarities between the 2 apps and port my code base into umbraco, such as routes, controllers, themes, pages, members acl, roles etc.....
From what I can see, Umbraco does have an repository implementation but is using pocco as it's entity mapper. with that this porting should be pretty simple, just looking from the comunity on a stratigy to get this off the ground.
Should I first prep my code base to also use pocco mapping or leave it with EF, if leaving it with EF, would there be a risk of overwritting the umbraco db schema etc...
is working on a reply...