resources 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. * Resources
  2. There are a number of resources available for those of you who
  3. want to contribute to the Mono project. Here are a few links.
  4. If you want to send suggestions for links, address them to <a
  5. mailto="[email protected]">[email protected]</a>.
  6. ** Mono related sites.
  7. Sergey's web page on Mono resources:
  8. <a href="http://mono.eurosoft.od.ua">http://mono.eurosoft.od.ua</a>
  9. Got Dot Net:
  10. <a href="http://www.gotdotnet.com">Got Dot Net</a>
  11. ** Presentations
  12. Currently the <a href="Presentations/O-Reilly">O'Reilly</a>
  13. presentation on Mono is available. Arturo Espinosa has given
  14. a talk on Mono in Mexico and made <a
  15. href="http://construct.ximian.com/~arturo/Presentations/Mono.OLS/html">spanish
  16. slides</a>
  17. ** ECMA Documentation.
  18. You can get the documentation for the ECMA specs from a number of sites:
  19. <ul>
  20. * <a href="http://msdn.microsoft.com/net/ecma">At MSDN</a>
  21. * <a href="http://www.dotnetexperts.com">Dot Net Experts</a>
  22. * <a href="http://developer.intel.com/software/idap/ecma">Intel</a>
  23. * <a href="http://lightning.csse.monash.edu.au/.net/CLI">Monash University</a>
  24. </ul>
  25. These contain specifications for the assembler, the metadata,
  26. byte codes supported by the CLI virtual machine, the C#
  27. language and the core class libraries.
  28. For details on the .NET class libraries, you can
  29. visit the Microsoft's Developer Network:
  30. <ul>
  31. * <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/cpref_start.asp">.NET Framework Class Library</a>
  32. </ul>
  33. You can also get this information if you install the Beta2
  34. release of the .NET Framework.
  35. <a name="mailing">
  36. ** Mailing Lists
  37. There are a number of mailing lists for Mono
  38. <ul>
  39. * <b><a
  40. href="http://mail.ximian.com/mailman/listinfo/mono-list">mono-list:</a></b>
  41. The general Mono discussion list.
  42. * <b><a
  43. href="http://mail.ximian.com/mailman/listinfo/mono-announce-list">mono-announce-list:</a></b>
  44. Announcements of Mono developments.
  45. * <b><a
  46. href="http://mail.ximian.com/mailman/listinfo/mono-gc-list">mono-gc-list:</a></b>
  47. Discussion on the GC system of Mono.
  48. * <b><a
  49. href="http://mail.ximian.com/mailman/listinfo/mono-cvs-list">mono-cvs-list:</a></b>
  50. Track the CVS activity of Mono on this mailing list. You can get <a href="http://www.go-mono.com/snapshots">daily snapshots</a> as well.
  51. * <b><a
  52. href="http://mail.ximian.com/mailman/listinfo/mono-docs-list">mono-docs-list:</a></b>
  53. Discussion on the documentation of Mono.
  54. * <b><a
  55. href="http://discuss.develop.com/dotnet.html">Dotnet mailing
  56. list at Develop.com:</a></b> The guys at Develop Mentor run
  57. this general purpose mailing list.
  58. </ul>
  59. ** Discussion Groups.
  60. <ul>
  61. * <a href="http://www.oreillynet.com">O'Reilly
  62. Network</a> has a <a
  63. href="http://www.oreillynet.com/dotnet">section devoted to
  64. .NET</a>
  65. * <a
  66. href="http://msdn.microsoft.com/newsgroups">MSDN</a> also
  67. lists various newsgroups related to .NET</ul>
  68. </ul>
  69. ** Other .NET related projects
  70. There are a number of related projects to Mono:
  71. <ul>
  72. * <a
  73. href="http://www.icsharpcode.net/OpenSource/SD/default.asp">Sharp
  74. Develop:</a> an IDE for the C# language written in C#.
  75. * <a
  76. href="http://janet-js.sourceforge.net/">Janet:</a>
  77. an implemention of ECMAScript (the standarized
  78. version of JavaScript) in C#
  79. * <a
  80. href="http://www.southern-storm.com.au/portable_net.html">Portable.NET:</a>
  81. Another implementation of the CLI and C# compiler.
  82. * <a href="http://nunit.sourceforge.net">NUnit:</a> A
  83. testing framework for .NET classes.
  84. * <a href="http://www.kaffe.org">Kaffe:</a> A popular
  85. Free Software JIT engine for Java.
  86. * <a href="http://www.intel.com/research/mrl/orp">ORP:</a> A research
  87. JIT/VM/GC system from Intel.
  88. * C# bindings for OpenGL are available here: <a
  89. href="http://csgl.sourceforge.net">http://csgl.sourceforge.net</a>
  90. </ul>
  91. ** GNOME Documentation
  92. Documnetation on GNOME, and the GNOME APIs is available from
  93. the <a href="http://developer.gnome.org">developer</a> site at
  94. GNOME:
  95. <ul>
  96. * <a href="http://developer.gnome.org/doc/API/">GNOME
  97. API documentation</a>
  98. * <a href="http://developer.gnome.org/doc/books">GNOME
  99. Online books</a>
  100. * <A
  101. href="http://developer.gnome.org/arch/">Architecture Overview</a>
  102. </ul>