I am currently migrating a Financial application from VB 6 to VB.net. In VB 6, I have created DLLs for each modules - Masters, Transactions, Reports . Whenever a client requires a customization, i will recreate the DLL relating to the corresponding module and distribute to the client. The client will uninstall the present dll and install the new Dll for the mdoule. (No need to uninstall or reinstall the other DLL, where no changes have been made)
I want to enjoy the same flexibility in .net Framework. ,i.e distributing the relevant DLLs whenever a customoization or a new version is released.
Is this possible in .net framework. ? If so how to do this. If not why ?
thanks
ranga.
I want to enjoy the same flexibility in .net Framework. ,i.e distributing the relevant DLLs whenever a customoization or a new version is released.
Is this possible in .net framework. ? If so how to do this. If not why ?
thanks
ranga.