Trying out the trial version - probs with n-tier

Posts   
 
    
ashlar64
User
Posts: 2
Joined: 26-Oct-2011
# Posted on: 26-Oct-2011 18:06:34   

Hello,

We are testing out the trial version of LLBLGEN. I am having problems trying to get it to create the business entities and to do the mappings to the business entities and the DAL EF entities. Could someone tell me or point me to a tutorial on how to do this?

Thanks.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 26-Oct-2011 19:40:08   

Have you read the docuemntation?

ashlar64
User
Posts: 2
Joined: 26-Oct-2011
# Posted on: 26-Oct-2011 20:17:37   

Yes I have looked through it. But I was under the impression this tool could also build the business entites and do mappings between the BAL and DAL.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 26-Oct-2011 22:22:42   

Yep, LLBLGen generates all the plumbing so you don't worry about mapping, transactions, serialization, change tracking, etc. So you can focus on the business logic.

Also LLBLGen has a powerful template system. This means you can generate whatever you want/need from the LLBLGen metadata. There are people generating custom GUI projects, Manager classes (like standard business logic), custom classes to decorate MVC, etc.

David Elizondo | LLBLGen Support Team