0
kicks
Config files for DLLs
Every once in a while I'll write a DLL and wish I could easily externally configure settings for it like you one do with web.config files and ConfigurationManager in ASP.NET applications or with .exe.config files. I finally got around to doing something about not having this same functionality for DLLs. Now, with AssemblyConfig, you can access settings from a .config file for your DLLs just like you can with ASP.NET