I am just starting to look into using SnapDevelop to possibly migrate our application. I am using SnapDevelop 2019 R3 Build 2622.
I have completed some of the tutorials, all of which seem to have only 1 dw that is imported and retrieved/updated/etc. I created a small app with 2 dws (d_department and d_employees) and used the dw convertor to import them both, and the scaffolding to create a service, iservice and controller for each.
I have a question of scale. If I have an existing application with 100 dws, obviously I will need to convert 100 dws into SnapDevelop project, but does that mean I will need 100 individual services, iservices and controllers or is there any way to make it more generic? For instance, I see that the scaffolding made something called PbServiceBase and IPbServiceBase but I am not clear what exactly they are for.
Thank you for your help!
Brian