terminology - Confusing terms in asp.net -


i confused following terms. please elaborate on each of following means:

  1. run time
  2. execution time
  3. dynamically creation
  4. virtual machine

you can use msdn or google these terms. http://msdn.microsoft.com

for example: runtime: http://msdn.microsoft.com/en-us/library/aa479328.aspx


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -