Interview Question
What is different between Build and Rebuild In Visual Studio?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nanddeep NachanPosted Jan 3, 2016, 2:59 AM
Build means to compile all the code that was altered or written after the last compilation.
Rebuild means to compile the whole project regardless of whether or not the code was changed.