2004-01-04 Daniel Morgan <danielmorgan@verizon.net>
[mono.git] / doc / 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 <pre>
9 Stable:
10         Commons.RelaxNG
11         Cscompmgd
12         Mono.Data
13         Mono.Data.Tds
14         Mono.Posix
15         Mono.Security
16         Mono.Security.Win32
17         System.Web
18         System.Configuration.Install
19         System.Data
20         System.Data.OracleClient
21         System.DirectoryServices
22         System
23         System.Drawing
24         System.Runtime.Remoting
25         System.Security
26         System.Web.Services
27         System.XML      
28
29 Unstable:
30         Accessibility
31         Mono.Cairo
32         Mono.CSharp.Debugger
33         Mono.Data.DB2Client
34         Mono.Data.SqlLite
35         Mono.Data.SybaseClient
36         Mono.GetOptions
37         System.Web.Mobile
38         System.Design
39         System.Drawing.Design
40         System.Windows.Forms
41         Formatters.Soap
42         Mono.Data.TdsClient (older Sybase and MS SQL)
43                 
44 Missing:
45         System.EnterpriseServices
46         System.Management
47         System.Messaging
48         System.ServiceProcess
49         System.Web.RegularExpressions
50
51 Third party assemblies.
52         ByteFX.Data
53         Npgsql
54         PEAPI
55         SharpZipLib.
56
57         Java integration with IKVM.NET
58
59 </pre>
60
61 <h1>Languages</h1>
62
63 <pre>
64 Stable:
65         C#
66
67 Unstable:
68         VB.NET
69
70 Not ready:
71         JScript
72 </pre>
73
74 <h1>Virtual Machine</h1>
75
76 <pre>
77 JIT, 32 bits:
78         PPC
79         x86
80
81 Interpreter, 32 bits:
82         s390
83         HPPA
84         StrongARM
85         SPARC v8
86         
87 Interpreter, 64 bits:
88         ia64
89         SPARC v9
90 </body>
91 </html>