I made a bit of a namespace spelling mistake and I wish to correct it. My application currently uses Application.Settings to store a bulk of the user s information. If I refactor my namespace to be spelled correctly, will the application settings file essentially get wiped because it can t find the new namespace in it?
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?