difference build and rebuild

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm using C#2005 beta. In menu I find 'build solution' and also 'rebuild
solution'. Can someone tell me the difference ? Because if you click again on
'build' then you do a rebuild not ? Maybe it's my english :(
 
Build selectively builds only those parts of a project or solution
that have changed since the last build, depending on what you select.

Rebuilds everything, the choice often makes little
difference unless you have a large solution or project.

Rebuilding a large project can cost time !
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top