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

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

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -