Specify where to look for referenced Assemblies in C# Application

When you design an application it always a good idea to split your code into different modules. Clubbing all the methods, objects which are related to each other together. Inadvertently you may have to define different classes to meet this objective. More often than not you would have separate assemblies or DLL’s which contain this class [...]