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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-07-06 05:55:46 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-06 05:55:46 +0400
commit473bcdddac5869696407c1739e1acdb0a4d08bec (patch)
treea5e26d11feaf3915d5ccfb5ce0f122b1f2404ba7 /web/resources
parent6e15e0374e380170f594ad8e0276344636100dd6 (diff)
More flushage
svn path=/trunk/mono/; revision=57
Diffstat (limited to 'web/resources')
-rw-r--r--web/resources95
1 files changed, 95 insertions, 0 deletions
diff --git a/web/resources b/web/resources
new file mode 100644
index 00000000000..3ef3a14797d
--- /dev/null
+++ b/web/resources
@@ -0,0 +1,95 @@
+
+* Resources
+
+
+** ECMA Documentation.
+
+ You can get the documentation for the ECMA specs from a number of sites:
+ <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>
+
+ Those contains 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.
+
+** Mailing Lists
+
+ There are a number of mailing lists for Mono
+
+ <ul>
+
+ * <b><a
+ href="http://mail.ximian.com/mailman/listinfo/mono-list">mono-list:</a></b>
+ The general Mono discussion list.
+ * <b><a
+ 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.
+ * <b><a
+ href="http://discuss.develop.com/dotnet.html">Dotnet mailing
+ list at Develop.com:</a></b> The guys at Develop Mentor run
+ this general purpose mailing list.
+ </ul>
+
+** 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>
+
+** Related Technologies
+
+ XML specification.
+ XML Namespaces.
+ XML Schemas.
+ SOAP Specification.
+
+** Compiler Information
+ GCC
+ GCC Sample front-end tutorial
+
+** Other JIT Engines
+ ORP
+ Kaffe
+
+** Other .NET projects
+ Portable.NET
+
+** Open Source .NET projects
+ C# Develop.
+ NUnit testing framework.
+
+** GNOME Documentation
+ Gtk+
+
+** MacOS Documentation
+
+** Assembly Language Manuals online
+ Intel
+ MIPS
+ SPARC
+
+** Microsoft
+ msdn.microsoft.com/net
+ Research.microsoft.com
+
+ \ No newline at end of file