Hi all ,I've two questions. First one... Is it OK ...
# package-development
a
Hi all ,I've two questions. First one... Is it OK to use Entity Framework Core for package development as of Umbraco 12+ or do I need to stick with NPoco to create custom tables etc.? Second one... Is there any info that Umbraco will eventually abandon NPoco, and use Entity Framework Core as default ORM? Tnx
n
I'm pretty sure that Umbraco will move away from NPoco at some point but it requires a ton of work so it might be a while until it happens completely. You should be good using EF Core with your own DbContext.
6 Views