Hello everyone,
This is a general high level type of question.
I want to use LLBLGen v2.5 along with a slew of partial classes to basically be my business logic and data tier. I've been playing around with the SelfServicing mode and so far having success with it.
Now for the going forward issue:
I'm in a typical business environment (internal network).
What I want to do is make this framework with LLBLGen and then distribute it to my UI designers so they don't have to worry about all this background stuff.
Should I keep doing what I'm doing and just distribute this DLL using the typical click-once (or loadfrom URL) methods? I'm currently loading pluggable modules at runtime via a load from URL method and it is working well.
or
Should I go the complex route and use Adapter with WCF? I'm not too sure about the gains to be made under the "complex" route.
Thanks,
-Luke