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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -