Question Designtime vs runtime?

thomas008

Well-known member
Joined
Feb 17, 2009
Messages
54
Location
Belgium
Programming Experience
Beginner
Hi

If i've got my facts straight designtime is the time it takes to build my application, set its properties ect. and runtime is the time that my application is running and i can interact with it.

Could anyone tell me if these assumptions are correct?
 
Design time refers to your IDE (Integrated Development Environment i.e. VB.Net, Visual Studios, etc...) that you building your program in and all the elements your designing in it - i.e. dropping a Button on the form and setting the properties and the code behind it's functionality.

Runtime can be the debugging environment or the published program. Debugging is a psuedo version of your program.
 
Back
Top