Legacy Code We have a "legacy" project (.NET 1.1) and it's having some integration work done on it. The original codebase has a singleton object to provide information about the user that is currently logged in. Let's call this the MyConfig
Read More