Imagine we have an idea for a product and we do not know under what name we will eventually market that idea, thus we start with a "code name". For example, imagine we have an idea for a product that can add two numbers. We give it the code name "Algorithma" and create a solution, many projects such as "Algorithma.Proj1", "Algorithma.Proj2", db projects and so on.
Later on we market the product as "FancyAlgo". Now the code name is different than the actual name of the product. Is there some way that Visual Studio can handle this so we can rename everything in one shot?
The reason I ask is because in the past renaming projects have given me a hard time. Sure, I can do this manually as specified in the duplicate question but this is such a common thing that we all face so I am wondering if I am missing out on a feature here.