More flushage
[mono.git] / web / resources
1
2 * Resources
3
4
5 ** ECMA Documentation.
6
7         You can get the documentation for the ECMA specs from a number of sites:
8         <ul>
9                 * <a href="http://msdn.microsoft.com/net/ecma">At MSDN</a>
10                 * <a href="http://www.dotnetexperts.com">Dot Net Experts</a>
11                 * <a href="http://developer.intel.com/software/idap/ecma">Intel</a>
12                 * <a href="http://lightning.csse.monash.edu.au/.net/CLI">Monash University</a>
13         </ul>
14
15         Those contains specifications for the assembler, the metadata,
16         byte codes supported by the CLI virtual machine, the C#
17         language and the core class libraries.
18
19         For details on the .NET class libraries, you can
20         visit the Microsoft's Developer Network:
21
22         <ul>
23                 * <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/cpref_start.asp">.NET Framework Class Library</a>
24         </ul>
25
26         You can also get this information if you install the Beta2
27         release of the .NET Framework.
28
29 ** Mailing Lists
30
31         There are a number of mailing lists for Mono
32
33         <ul>
34         
35                 * <b><a
36         href="http://mail.ximian.com/mailman/listinfo/mono-list">mono-list:</a></b>
37         The general Mono discussion list.
38                 * <b><a 
39         href="http://mail.ximian.com/mailman/listinfo/mono-hackers-list">mono-hackers-list:</a></b> Mailing list intended to be used by active developers of Mono.
40                 * <b><a
41         href="http://discuss.develop.com/dotnet.html">Dotnet mailing
42         list at Develop.com:</a></b> The guys at Develop Mentor run
43         this general purpose mailing list.
44         </ul>
45
46 ** Discussion Groups.
47
48         <ul>
49         
50                 * <a href="http://www.oreillynet.com">O'Reilly
51                   Network</a> has a <a
52                   href="http://www.oreillynet.com/dotnet">section devoted to
53                   .NET</a>
54                 * <a
55                   href="http://msdn.microsoft.com/newsgroups">MSDN</a> also
56                   lists various newsgroups related to .NET</ul>
57         </ul>
58
59 ** Related Technologies
60
61         <ul>
62
63                 * The CLI allows people to create Web Services using the SOAP
64                   protocol.  SOAP is based on XML, XML schemas an the HTTP
65                   protocol.
66                   <ul>
67                 * XML specification.
68                 * XML Namespaces.
69                 * XML Schemas.
70                 * SOAP Specification.
71                   </ul>
72         </ul>
73
74 ** Compiler Information
75                 GCC
76                 GCC Sample front-end tutorial
77
78 ** Other JIT Engines
79                 ORP
80                 Kaffe
81
82 ** Other .NET projects
83                 Portable.NET
84
85 ** Open Source .NET projects
86                 C# Develop.
87                 NUnit testing framework.
88
89 ** GNOME Documentation
90                 Gtk+
91
92 ** MacOS Documentation
93
94 ** Assembly Language Manuals online
95                 Intel
96                 MIPS
97                 SPARC
98
99 ** Microsoft 
100                 msdn.microsoft.com/net
101                 Research.microsoft.com
102         
103