Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-07-06 05:11:07 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-06 05:11:07 +0400
commit0d8c27127739eb30f9f72d4fbf25ee996e4d9254 (patch)
tree760b2631aaa7c7d6d4b9870e951e951becfeaf97 /doc/rationale
parent3d6ecf40664c0e72e250e1628289279c2859b98a (diff)
Work on the web site
svn path=/trunk/mono/; revision=55
Diffstat (limited to 'doc/rationale')
-rw-r--r--doc/rationale8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/rationale b/doc/rationale
index 8d81ae0625e..8c418a17e31 100644
--- a/doc/rationale
+++ b/doc/rationale
@@ -39,6 +39,7 @@ The Mono Project
answer on what .NET is, as .NET is a branding formative that
has been applied to:
+ <ul>
* The .NET development platform, a new platform for
writing software.
@@ -51,6 +52,8 @@ The Mono Project
* Hailstorm, the Passport centralized single-signon
system that is being integrated into Windows XP.
+ </ul>
+
From all the above, the one I am interested in is the new .NET
development platform.
@@ -59,6 +62,8 @@ The Mono Project
Microsoft has created a new development platform. The
highlights of this new development platform are:
+
+ <ul>
* A runtime environment that provides garbage
collection, threading and a virtual machine
specification (The Virtual Execution System, VES)
@@ -73,6 +78,7 @@ The Mono Project
follow if they want to generate classes and code
that can interoperate with other programming
languages (The Common Language Specification: CLS)
+ </ul>
The Common Language Infrastructure platform is similar to the
goals we had in GNOME of giving language independence to
@@ -130,6 +136,7 @@ The Mono Project
There are various pieces that will make up Mono:
+ <ul>
* A C# compiler.
* The Virtual Execution System: that will have the
@@ -146,6 +153,7 @@ The Mono Project
* Visual development tools.
* A CIL GCC frontend.
+ </ul>
* Why use GNOME components?