How to generate Windows 3 layer application?

Posts   
 
    
Slavi
User
Posts: 1
Joined: 29-May-2012
# Posted on: 29-May-2012 14:44:23   

Hello to all!

I'm new to LLBLGen Pro and I have one big question: Can I (and how) with help of this tool create classic 3 layer application (Windows forms layer, Business layer and Data Access layer), so that at the end, result will be Windows forms main exe and BLL and DAL dll files.

CodeSmith which is similar to this as I know can create only Web presentation layer. Can I with help of LLBLGen Pro generate Windows form layer?

Any links to simple explained tutorials or videos with this specific topic for this product will be helpful for starting.

Regards, Slavi

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 29-May-2012 19:41:39   

LLBLGen Pro is mainly used to generate DAL, and Model Objects (Low Level Business Layer).

You can create your own templates that generates a UI layer for you. Normally UI Layer is very application and business dependant that it is not common to generate it.

Actually you can find "ASP.NET GUI generator templates" in the downloads section.