What exactly is the .NET Framework?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hrstissiaopai
    New Member
    • Mar 2013
    • 27

    What exactly is the .NET Framework?

    I am asking this question because I have heard of it many times, and downloaded a program called Paint .NET, have heard of VB.NET, but I don't know what it is. I am a kid, so please give a simple, clear explanation. Thanks in advance
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Start by reading the wikipedia entry for it: http://en.wikipedia.org/wiki/.NET_Framework

    Comment

    • pemo
      New Member
      • Mar 2013
      • 1

      #3
      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 can use for doing everything from computing a square root to download the content of a web file.

      Comment

      Working...