What Is The Use Of Clean Solution In Visual Studio?

What Is The Use Of Clean Solution In Visual Studio? Clean Solution – deletes all compiled files (all dll’s and exe’s ). Build Solution – compiles code files (dll and exe) that have changed. Rebuild Solution – Deletes all compiled files and Compiles them again regardless of whether or not the code has changed. How