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
path: root/doc/faq
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-08-02 03:03:50 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-08-02 03:03:50 +0400
commit30577d27468d111800a6712650c393ef627f3042 (patch)
tree300a4fc3fc62d387276bbd85551c7ab608f236a1 /doc/faq
parent1101305d691f9186f28e5c866b37db282e466079 (diff)
Update documentation; FAQ; Download information; Status update
svn path=/trunk/mono/; revision=370
Diffstat (limited to 'doc/faq')
-rw-r--r--doc/faq12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/faq b/doc/faq
index 9261eae520f..89751ea5b8b 100644
--- a/doc/faq
+++ b/doc/faq
@@ -646,6 +646,18 @@ A: We can not predict the future, but a conservative estimate is that
expected to contain the same object types independently of how the
instructions was reached.
+
+** Mono and Portable.NET
+
+Q: What are the differences between Mono and Portable.NET?
+
+A: Most of Mono is being written using C#, the only pieces written in
+ C are those who have to absolutely be built using C (The JIT
+ engine, the runtime, the interfaces to the garbage collection
+ system).
+
+ The C# compiler and the tools will become reusable C# components.
+
** Assorted questions
Q: You say that the CLI allows multiple languages to execute on the