By dotCore
via dreamincode.net
Published: Nov 27 2009 / 22:53
Ever written a Library Class, in either VB.Net or in C#, and realized that your class will always read the configuration file for the application itself, not the class, I don't about you but I found this to be quite frustrating. Through several hours, use several lightly I foud I could use Reflecion, XML, System.Configuration, and Collections to write a class library that can read its own configuration from withint whatever application its being called from.



Add your comment