Home > Asp.net > Difference between build, Rebuild and Clean Solution.

Difference between build, Rebuild and Clean Solution.

Build solution menu: – This will perform an incremental build. In other words it will only build code files which have changed. If they have not changed those files will not touched. 

Rebuild solution menu: – This will delete all current compiled files (i.e. exe and dll’s) and will build everything from scratch, irrespective if there is code change in the file or not. 

Clean solution menu: – This menu will delete all compiled files (i.e. EXE’s and DLL’s) from “bin” / “obj” directory.

This Article is TAGGED in , . BOOKMARK THE permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">