Welcome to mirror list, hosted at ThFree Co, Russian Federation.

resources « doc - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aae0e9cb7862f20ea06a35019f2b5edfaffc8ac1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156

* Resources

	There are a number of resources available for those of you who
	want to contribute to the Mono project.  Here are a few links.

	If you want to send suggestions for links, address them to <a
	mailto="web-mono@ximian.com">web-mono@ximian.com</a>.

** Microsoft .NET

	The <a href="http://msdn.microsoft.com/net">Microsoft.NET site.

	The Microsoft .NET Framework 1.0 can be downloaded <a href="http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/msdn-files/027/000/976/msdncompositedoc.xml&frame=true">here</a>

	New methods that are not documented in 1.0, are documented <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/framewrkaddend.asp">here</a>

** IRC

	Various Mono contributors get together on channel #mono on
	irc.gnome.org

** Mono related sites.

	Sergey's web page on Mono resources:

	<a href="http://mono.eurosoft.od.ua">http://mono.eurosoft.od.ua</a>

	Got Dot Net:

	<a href="http://www.gotdotnet.com">Got Dot Net</a>

	MonoMail:

	<a href="http://sourceforge.net/projects/monomail/">http://sourceforge.net/projects/monomail/</a>

	Zip classes:

	Mike's port to .NET: <a
	href="http://www.icsharpcode.net/OpenSource/NZipLib/default.asp">NZipLib</a>

	.NET Security:

	A nice overview paper on the <a
	href="http://www.foundstone.com/pdf/dotnet-security-framework.pdf">.NET
	security architecture</a>.

** Presentations

	Currently the <a href="Presentations/O-Reilly">O'Reilly</a>
	presentation on Mono is available.  Arturo Espinosa has given
	a talk on Mono in Mexico and made <a
	href="http://construct.ximian.com/~arturo/Presentations/Mono.OLS/html">spanish
	slides</a>

** ECMA Documentation.

	You can get the documentation for the ECMA specs from:

	<ul>
		* <a href="http://www.ecma.ch/ecma1/STAND/ecma-334.htm">C# Language Specification</a>
		* <a href="http://www.ecma.ch/ecma1/STAND/ecma-335.htm">Common Language Infrastructure</a>
	</ul>


	Older copies of the standard are available here:

	<ul>
		* <a href="http://msdn.microsoft.com/net/ecma">At MSDN</a>
		* <a href="http://www.dotnetexperts.com">Dot Net Experts</a>
		* <a href="http://developer.intel.com/software/idap/ecma">Intel</a>
		* <a href="http://lightning.csse.monash.edu.au/.net/CLI">Monash University</a>
	</ul>

	These contain specifications for the assembler, the metadata,
	byte codes supported by the CLI virtual machine, the C#
	language and the core class libraries.

	For details on the .NET class libraries, you can
	visit the Microsoft's Developer Network:

	<ul>
		* <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/cpref_start.asp">.NET Framework Class Library</a>
	</ul>

	You can also get this information if you install the Beta2
	release of the .NET Framework.

** Discussion Groups.

	<ul>
	
		* <a href="http://www.oreillynet.com">O'Reilly
		  Network</a> has a <a
		  href="http://www.oreillynet.com/dotnet">section devoted to
		  .NET</a>
		* <a
		  href="http://msdn.microsoft.com/newsgroups">MSDN</a> also
		  lists various newsgroups related to .NET</ul>
	</ul>

** Other .NET related projects

	There are a number of related projects to Mono:

	<ul>
		* <a
		  href="http://www.icsharpcode.net/OpenSource/SD/default.asp">Sharp
		  Develop:</a> an IDE for the C# language written in C#.

		* <a 
		  href="http://janet-js.sourceforge.net/">Janet:</a>
		  an implemention of ECMAScript (the standarized
		  version of JavaScript) in C#

		* <a
		  href="http://xmarks.sourceforge.net/doc.html">XMarks DOC.NET:</a> For
		  creating online documentation you can browse for your own classes. 

		* <a href="http://nunit.sourceforge.net">NUnit:</a> A
		  testing framework for .NET classes.

		* <a href="http://www.kaffe.org">Kaffe:</a> A popular
		  Free Software JIT engine for Java.

		* <a href="http://www.intel.com/research/mrl/orp">ORP:</a> A research
		  JIT/VM/GC system from Intel.

		* C# bindings for OpenGL and SDL are available here: <a
		  href="http://csgl.sourceforge.net">http://csgl.sourceforge.net</a>

		* <a
	          href="http://www.southern-storm.com.au/portable_net.html">Portable.NET:</a>
		  Another implementation of the CLI and C# compiler.

	</ul>

** GNOME Documentation

	Documnetation on GNOME, and the GNOME APIs is available from
	the <a href="http://developer.gnome.org">developer</a> site at
	GNOME:

	<ul>
		* <a href="http://developer.gnome.org/doc/API/">GNOME
	API documentation</a>

		* <a href="http://developer.gnome.org/doc/books">GNOME
	Online books</a>

		* <A
	href="http://developer.gnome.org/arch/">Architecture Overview</a>
	</ul>