Obviously a lot of the threads of discussion focus on creating new LLBLGen data access / business logic assemblies from scratch however does anyone have any thoughts on creating an LLBLGen assemby when you already a large existing data access / business logic layer created.
We obviously have quite a bit of business logic in our existing classes and also some workflow e.g. logic called based on a state transition within the object. There is a lot of existing client code using the old framework and want the transition to be as smooth as possible.
Has anyone got ideas on how this can be best managed? I was thinking of keeping most client code the same and having both assemblies i.e. old and new llblgen, used for sometime whilst code is being migrated. New client code can always use the llblgen assembly gradually over time all client code using the old assembly will be removed, removing the need for the old assembly at all.
Thoughts please?