The .NET Framework is an extension to the Windows Operating System since 2002. The current Version is 4.5. It contains a runtime that executes applications written in a language called "Intermedia Language" (IL). Language Compilers like Visual Basic .NET (VB.NET) compile the source code into this IL Code so it can be executed by the .NET Framework runtime. The .NET Framework also contains thousands of functions that all .NET applications...