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:
Diffstat (limited to 'web/mono-1.0.html')
-rw-r--r--web/mono-1.0.html103
1 files changed, 103 insertions, 0 deletions
diff --git a/web/mono-1.0.html b/web/mono-1.0.html
new file mode 100644
index 00000000000..40730ced1a1
--- /dev/null
+++ b/web/mono-1.0.html
@@ -0,0 +1,103 @@
+<html>
+<head>
+<title>Mono 1.0 assemblies</title>
+</head>
+
+<body>
+<h1>Assemblies</h1>
+
+ <b>Notice that these are *assemblies*, they are not
+ namespaces. </b>
+
+ <b>Each assembly normally contains code that spans multiple
+ namespaces (mscorlib contains 37 namespaces), but there are a
+ lot of people who seem confused about this.
+
+<pre>
+Stable:
+ Commons.RelaxNG
+ cscompmgd
+ Mono.Data
+ Mono.Data.Tds
+ Mono.Posix
+ Mono.Security
+ Mono.Security.Win32
+ System.Web
+ System.Configuration.Install
+ System.Data
+ System.Data.OracleClient
+ System.DirectoryServices
+ System
+ System.Drawing
+ System.Runtime.Remoting
+ System.Security
+ System.Web.Services
+ System.XML
+
+Unstable:
+ Accessibility
+ Mono.Cairo
+ Mono.CSharp.Debugger
+ Mono.Data.DB2Client
+ Mono.Data.SqlLite
+ Mono.Data.SybaseClient
+ Mono.GetOptions
+ System.Web.Mobile
+ System.Design
+ System.Drawing.Design
+ System.Windows.Forms
+ Formatters.Soap
+ Mono.Data.TdsClient (older Sybase and MS SQL)
+
+Missing:
+ System.EnterpriseServices
+ System.Management
+ System.Messaging
+ System.ServiceProcess
+ System.Web.RegularExpressions
+
+Third party assemblies.
+ ByteFX.Data
+ Npgsql
+ PEAPI
+ SharpZipLib.
+
+ Java integration with IKVM.NET
+
+</pre>
+
+<h1>Languages</h1>
+
+<pre>
+Stable:
+ C#
+
+Unstable:
+ VB.NET
+
+Not ready:
+ JScript
+</pre>
+
+<h1>Virtual Machine</h1>
+
+<pre>
+JIT, 32 bits:
+ PPC
+ x86
+ SPARC
+
+JIT, 32 bits, unstable:
+ S390
+
+Interpreter, 32 bits:
+ s390
+ HPPA
+ StrongARM
+ SPARC v8
+
+Interpreter, 64 bits:
+ ia64
+ SPARC v9
+</body>
+</html>