* DataSet.cs :
[mono.git] / web / resources
1
2 * Resources
3
4         There are a number of resources available for those of you who
5         want to contribute to the Mono project.  Here are a few links.
6
7         If you want to send suggestions for links, address them to <a
8         mailto="web-mono@ximian.com">web-mono@ximian.com</a>.
9
10 ** Microsoft .NET
11
12         The <a href="http://msdn.microsoft.com/netframework">Microsoft.NET site.</a>
13
14         The Microsoft .NET Framework can be downloaded <a
15         href="http://msdn.microsoft.com/library/default.asp?url=/downloads/list/netdevframework.asp">here</a>
16
17         New methods that are not documented in 1.0, are documented <a
18         href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/framewrkaddend.asp">here</a>
19
20         The changes between .NET 1.0 and .NET 1.1 are available <a href="http://www.csharphelp.com/archives2/archive406.html">here</a>
21
22 ** IRC
23
24         Various Mono contributors get together on channel #mono on
25         irc.gnome.org
26
27 ** International Sites
28
29         See our <a href="other.html">page</a> with information on Mono International Sites.
30
31 ** Mono related sites.
32
33         The Mono Tutorial:
34
35         <a href="http://go-mono.com/tutorial/">GNOME.NET Tutorial</a>
36
37         and other useful tutorials (Gtk#, Glade#, Embeded, etc) (in Spanish) at
38
39         <a href="http://www.monohispano.org">The Mono Hispano site</a>.
40
41         Community site for Mono at <a href="http://www.gotmono.com">Got Mono</a>
42
43         Wikis: <a href="http://www.nullenvoid.com/gtksharp/wiki">Gtk# Wiki</a>
44         and <a href="http://www.nullenvoid.com/mono/wiki">Mono Wiki</a>.
45
46         Sergey's web page on Mono resources:
47
48         <a href="http://mono.eurosoft.od.ua">http://mono.eurosoft.od.ua</a>
49
50         Got Dot Net:
51
52         <a href="http://www.gotdotnet.com">Got Dot Net</a>
53
54         Got Mono:
55
56         <a href="http://www.gotmono.com">Got Mono</a>
57
58         MonoMail:
59
60         <a href="http://sourceforge.net/projects/monomail/">http://sourceforge.net/projects/monomail/</a>
61
62         Zip classes:
63
64         Mike's port to .NET: <a
65         href="http://www.icsharpcode.net/OpenSource/NZipLib/default.asp">NZipLib</a>
66
67         .NET Security:
68
69         A nice overview paper on the <a
70         href="http://www.foundstone.com/pdf/dotnet-security-framework.pdf">.NET
71         security architecture</a>.
72
73 ** Development Tools
74
75         A tool to compare two assemblies:
76
77         <ul>
78                 <li><a href="http://www.gotdotnet.com/userarea/keywordsrch.aspx?keyword=winchurn">http://www.gotdotnet.com/userarea/keywordsrch.aspx?keyword=winchurn</a>
79         </ul>
80
81 ** ECMA Documentation.
82
83         You can get the documentation for the ECMA specs from:
84
85         <ul>
86                 * <a href="http://www.ecma-international.org/publications/standards/Ecma-334.HTM">C# Language Specification</a>
87                 * <a href="http://www.ecma-international.org/publications/standards/Ecma-335.HTM">Common Language Infrastructure</a>
88         </ul>
89
90
91         Older copies of the standard are available here:
92
93         <ul>
94                 * <a href="http://msdn.microsoft.com/net/ecma">At MSDN</a>
95                 * <a href="http://www.dotnetexperts.com">Dot Net Experts</a>
96                 * <a href="http://lightning.csse.monash.edu.au/.net/CLI">Monash University</a>
97         </ul>
98
99         These contain specifications for the assembler, the metadata,
100         byte codes supported by the CLI virtual machine, the C#
101         language and the core class libraries.
102
103         For details on the .NET class libraries, you can
104         visit the Microsoft's Developer Network:
105
106         <ul>
107                 * <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/cpref_start.asp">.NET Framework Class Library</a>
108         </ul>
109
110         You can also get this information if you install the Beta2
111         release of the .NET Framework.
112
113 ** Discussion Groups.
114
115         <ul>
116         
117                 * <a href="http://www.oreillynet.com">O'Reilly
118                   Network</a> has a <a
119                   href="http://www.oreillynet.com/dotnet">section devoted to
120                   .NET</a>
121                 * <a
122                   href="http://msdn.microsoft.com/newsgroups">MSDN</a> also
123                   lists various newsgroups related to .NET</ul>
124         </ul>
125
126 ** Other .NET related projects
127
128         There are a number of related projects to Mono:
129
130         <li><b>Development tools</b></li>
131         <ul>
132                 * <a
133                   href="http://www.icsharpcode.net/OpenSource/SD/default.asp">Sharp
134                   Develop:</a> an IDE for the C# language written in C#.
135
136                 * <a href="http://nunit.sourceforge.net">NUnit:</a> A
137                   testing framework for .NET classes.
138
139                 * <a
140                   href="http://xmarks.sourceforge.net/doc.html">XMarks DOC.NET:</a> For
141                   creating online documentation you can browse for your own classes. 
142
143                 * <a
144                   href="http://www.cl.cam.ac.uk/~jds31/research/gccnet/">GCC .NET backend</a>.
145
146                   Jeremy Singer has developed a .NET backend for GCC.  This is research work.
147         </ul>
148
149         <li><b>Class Libraries</b></li>
150         <ul>
151                 * <a href="http://cs-sdl.sourceforge.net/">SDL for
152                 .NET:</a> Bindings for the popular SDL graphics library.
153
154
155                 * C# bindings for OpenGL and SDL are available here: <a
156                   href="http://csgl.sourceforge.net">http://csgl.sourceforge.net</a>
157
158                 * <a
159                   href="http://qtcsharp.sourceforge.net">Qt#:</a> 
160                   C# bindings for the Qt toolkit.
161
162                 * <a
163                   href="http://codigolivre.org.br/projects/monoqle">Project MonoQLE:</a> a C# Message Queue Server. 
164                   Sorry only in portuguese, for now.
165
166         </ul>
167
168         <li><b>Programming languages:</b></li>
169         <ul>
170                 * <a 
171                   href="http://janet-js.sourceforge.net/">Janet:</a>
172                   an implemention of ECMAScript (the standarized
173                   version of JavaScript) in C#
174         </ul>
175
176         <li><b>Other projects</b></li>
177         <ul>
178                 * <a
179                   href="http://www.improve-technologies.com/alpha/esharp/">Eclipse
180                   Plugin for C#</a>
181
182                 * <a href="http://www.kaffe.org">Kaffe:</a> A popular
183                   Free Software JIT engine for Java.
184
185                 * <a href="http://www.intel.com/research/mrl/orp">ORP:</a> A research
186                   JIT/VM/GC system from Intel.
187
188                 * <a
189                   href="http://www.southern-storm.com.au/portable_net.html">Portable.NET:</a>
190                   Another implementation of the CLI and C# compiler.
191         </ul>
192
193 ** GNOME Documentation
194
195         Documentation on GNOME, and the GNOME APIs is available from
196         the <a href="http://developer.gnome.org">developer</a> site at
197         GNOME:
198
199         <ul>
200                 * <a href="http://developer.gnome.org/doc/API/">GNOME
201         API documentation</a>
202
203                 * <a href="http://developer.gnome.org/doc/books">GNOME
204         Online books</a>
205
206                 * <A
207         href="http://developer.gnome.org/arch/">Architecture Overview</a>
208         </ul>
209         
210 ** Assembly Language Manuals online
211
212         <ul>
213                 * <a href="http://www.agner.org/assem/#optimize">
214         Pentium optimization tutorial</a> by Agner Fog
215
216                 * <a href="http://webster.cs.ucr.edu/">
217         Art of Assembly</a> (x86 only)
218
219                 * Documentation for various CPUs
220         (<a href="http://www.mit.edu/afs/sipb/contrib/doc/specs/ic/cpu/">
221         x86, IA64, MIPS, ARM, Alpha</a>)
222
223                 * <a href="http://www.heyrick.co.uk/assembler/">
224         ARM Assembler</a> tutorial
225
226                 * PowerPC
227         <a href="http://www-3.ibm.com/chips/techlib/techlib.nsf/techdocs/852569B20050FF7785256996007558C6">
228         Compiler Writer's Guide</a>
229
230                 * <a href="http://www.lightsoft.co.uk/Fantasm/Beginners/begin1.html">
231         Beginners Guide to PowerPC Assembler</a>
232         </ul>
233
234 ** Win32
235
236         <ul>
237                 * Win32 <a href="http://www.jorgon.freeserve.co.uk/ExceptFrame.htm">
238         Structured Exception Handling (SEH)</a> internals (x86 specific)
239         </ul>