2005-04-12 Dick Porter <dick@ximian.com>
[mono.git] / web / mono-1.0.html
1 <html>
2 <head>
3 <title>Mono 1.0 assemblies</title>
4 </head>
5
6 <body>
7 <h1>Assemblies</h1>
8
9         <b>Notice that these are *assemblies*, they are not
10         namespaces. </b>
11
12         <b>Each assembly normally contains code that spans multiple
13         namespaces (mscorlib contains 37 namespaces), but there are a
14         lot of people who seem confused about this.
15         
16 <pre>
17 Stable:
18         Commons.RelaxNG
19         cscompmgd
20         Mono.Data
21         Mono.Data.Tds
22         Mono.Posix
23         Mono.Security
24         Mono.Security.Win32
25         System.Web
26         System.Configuration.Install
27         System.Data
28         System.Data.OracleClient
29         System.DirectoryServices
30         System
31         System.Drawing
32         System.Runtime.Remoting
33         System.Security
34         System.Web.Services
35         System.XML      
36
37 Unstable:
38         Accessibility
39         Mono.Cairo
40         Mono.CSharp.Debugger
41         Mono.Data.DB2Client
42         Mono.Data.SqlLite
43         Mono.Data.SybaseClient
44         Mono.GetOptions
45         System.Web.Mobile
46         System.Design
47         System.Drawing.Design
48         System.Windows.Forms
49         Formatters.Soap
50         Mono.Data.TdsClient (older Sybase and MS SQL)
51                 
52 Missing:
53         System.EnterpriseServices
54         System.Management
55         System.Messaging
56         System.ServiceProcess
57         System.Web.RegularExpressions
58
59 Third party assemblies.
60         ByteFX.Data
61         Npgsql
62         PEAPI
63         SharpZipLib.
64
65         Java integration with IKVM.NET
66
67 </pre>
68
69 <h1>Languages</h1>
70
71 <pre>
72 Stable:
73         C#
74
75 Unstable:
76         VB.NET
77
78 Not ready:
79         JScript
80 </pre>
81
82 <h1>Virtual Machine</h1>
83
84 <pre>
85 JIT, 32 bits:
86         PPC
87         x86
88         SPARC
89
90 JIT, 32 bits, unstable:
91         S390
92         
93 Interpreter, 32 bits:
94         s390
95         HPPA
96         StrongARM
97         SPARC v8
98         
99 Interpreter, 64 bits:
100         ia64
101         SPARC v9
102 </body>
103 </html>