I've always been a "lone wolf" programmer. Now I'm coding class libraries for a large company. These libraries will be used in lots of other applications (goes without saying, doesn' it)?
My question is, if a particular class library ends up being used in 16 different applications, and I update the class library, perhaps adding some new properties and/or methods, is there any way of "automatically" updating those 16 applications?
I'm looking for best practices for managing class libraries and applications. How can we ensure that all applications are using the latest versions of a class library? How can we know which applications USE a particular class library?
Thomas D. Greer
My question is, if a particular class library ends up being used in 16 different applications, and I update the class library, perhaps adding some new properties and/or methods, is there any way of "automatically" updating those 16 applications?
I'm looking for best practices for managing class libraries and applications. How can we ensure that all applications are using the latest versions of a class library? How can we know which applications USE a particular class library?
Thomas D. Greer