Getting started with .NET Framework
suggest changeVersions HTML
.NET
| Version | Release Date |
|---|---|
| 1 | |
| 1.1 | |
| 2 | |
| 3 | |
| 3.5 | |
| 3.5 | |
| 4 | |
| 4.5 | |
| 4.5 | |
| 4.5 | |
| 4.6 | |
| 4.6 | |
| 4.6 | |
| 4.7 |
Compact Framework
| Version | Release Date |
|---|---|
| 1 | |
| 2 | |
| 3.5 | |
| 3.7 | |
| 3.9 |
Micro Framework
| Version | Release Date |
|---|---|
| 4.2 | |
| 4.3 | |
| 4.4 |
Remarks
The .NET Framework is a set of libraries and a runtime, originally designed by Microsoft. All .NET programs compile to a bytecode called Microsoft Intermediate Language (MSIL). The MSIL is run by the Common Language Runtime (CLR).
Below you can find several examples of “Hello World” in various languages that support the .NET Framework. “Hello World” is a program that displays “Hello World” on the display device. It’s used for illustrating the basic syntax for constructing a working program. It can also be used as a sanity test to make sure that a language’s compiler, development environment, and runtime environment are all working correctly.
List of languages supported by .NET
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents