I am currently working on a project that has an application layer and class library which is working great.
But I got a new requirement for another client for the same application everything remains same except the logic in class library.
So, I am wondering if we can have some solution to have two different class libraries for each application and based on the appsetting in web.config, we can select which library to load.
Any help and ideas are greatly appreciated.
Thanks.