Rebuild and Clean Application

Concepts of Build, Rebuild and Clean Application

Build Solution

When we build an application using Visual Studio that time it will build only those files which have changed/modified.  The files which are not changed/modified Will not build.

Clean Solution

The clean solution are use to delete all the compiled DLLs and EXE files from bin/obj  application directories.

Rebuild Solution

When we Rebuild an application using Visual Studio that time deleted all complied like DLLs and EXE files and after that build all the files which are changed/modified or not.


It is a combination of both clean and Build. i.e. (CLEAN + BUILD)


ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

Concepts of Build, Rebuild and Clean Application Concepts of Build, Rebuild and Clean Application Reviewed by Anil Singh on 9:00 AM Rating: (5)
www.code-sample.com/. Powered by Blogger.
^