Entity Framework and LLBLGEN

Posts   
 
    
hchattaway
User
Posts: 38
Joined: 06-Apr-2006
# Posted on: 15-Jan-2018 21:56:39   

Hello all! I am pretty new to LLBLGEn and wanted to make sure of something... LLBLGen can target EF as I can see in the docs... Is the main benefit of using LLBLGEN with EF is that you get all of the extensive tooling that comes with LLBLGEN? Or in other words, LLBLGEN makes using EF more palatable?

Am i loosing anything using the EF framework as opposed to the native framework of LLBLGEN?

Thanks Harold

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 16-Jan-2018 01:28:55   

Is the main benefit of using LLBLGEN with EF is that you get all of the extensive tooling that comes with LLBLGEN? Or in other words, LLBLGEN makes using EF more palatable?

Basically for using the full power of the LLBLGen Pro Designer.

So you can easily work on your entity model, reverse-engineering functionality (Database first) or Model first tools, or doing both at the same time. Also you can easily synchronize your entity model with the database schemas, define and validate your entity model or create derived models on top of them.

That's in a nutshell, but in general there is much more capabilities, that I suggest you start getting your hands dirty with it. simple_smile

Is the main benefit of using LLBLGEN with EF is that you get all of the extensive tooling that comes with LLBLGEN? Or in other words, LLBLGEN makes using EF more palatable?

We believe there is much into LLBLGen Pro Framework than the other Frameworks. Please check this out: https://www.llblgen.com/Pages/LLBLGenProRTF.aspx

And it's worth mentioning the performance benefits. Please check some benchmarking findings here: https://weblogs.asp.net/fbouma/net-micro-orm-fetch-benchmark-results-and-the-fine-details

hchattaway
User
Posts: 38
Joined: 06-Apr-2006
# Posted on: 16-Jan-2018 04:06:02   

Thanks very much! This was very helpful to get the features above what EF has to offer. These built in features make it SO much easier.. especially like the caching and SaveEntityCollection() type methods... simple_smile

Harold