resources 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  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. ** Microsoft .NET
  7. The <a href="http://msdn.microsoft.com/net">Microsoft.NET site.</a>
  8. The Microsoft .NET Framework 1.0 can be downloaded <a
  9. href="http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/msdn-files/027/000/976/msdncompositedoc.xml&frame=true">here</a>
  10. New methods that are not documented in 1.0, are documented <a
  11. href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/framewrkaddend.asp">here</a>
  12. The changes between .NET 1.0 and .NET 1.1 are available <a href="http://www.csharphelp.com/archives2/archive406.html">here</a>
  13. ** IRC
  14. Various Mono contributors get together on channel #mono on
  15. irc.gnome.org
  16. ** Mono related sites.
  17. The Mono Tutorial:
  18. <a href="http://http://go-mono.com/gnometutorial/">GNOME.NET Tutorial</a>
  19. and other useful tutorials (Gtk#, Glade#, Embeded, etc) (in Spanish) at
  20. <a href="http://mono.es.gnome.org">The Mono Hispano site</a>.
  21. Sergey's web page on Mono resources:
  22. <a href="http://mono.eurosoft.od.ua">http://mono.eurosoft.od.ua</a>
  23. Got Dot Net:
  24. <a href="http://www.gotdotnet.com">Got Dot Net</a>
  25. MonoMail:
  26. <a href="http://sourceforge.net/projects/monomail/">http://sourceforge.net/projects/monomail/</a>
  27. Zip classes:
  28. Mike's port to .NET: <a
  29. href="http://www.icsharpcode.net/OpenSource/NZipLib/default.asp">NZipLib</a>
  30. .NET Security:
  31. A nice overview paper on the <a
  32. href="http://www.foundstone.com/pdf/dotnet-security-framework.pdf">.NET
  33. security architecture</a>.
  34. ** Development Tools
  35. A tool to compare two assemblies:
  36. <ul>
  37. <li><a href="http://www.gotdotnet.com/userarea/keywordsrch.aspx?keyword=winchurn">http://www.gotdotnet.com/userarea/keywordsrch.aspx?keyword=winchurn</a>
  38. </ul>
  39. ** Presentations
  40. Currently the <a href="Presentations/O-Reilly">O'Reilly</a>
  41. presentation on Mono is available. Arturo Espinosa has given
  42. a talk on Mono in Mexico and made <a
  43. href="http://construct.ximian.com/~arturo/Presentations/Mono.OLS/html">spanish
  44. slides</a>
  45. ** ECMA Documentation.
  46. You can get the documentation for the ECMA specs from:
  47. <ul>
  48. * <a href="http://www.ecma.ch/ecma1/STAND/ecma-334.htm">C# Language Specification</a>
  49. * <a href="http://www.ecma.ch/ecma1/STAND/ecma-335.htm">Common Language Infrastructure</a>
  50. </ul>
  51. Older copies of the standard are available here:
  52. <ul>
  53. * <a href="http://msdn.microsoft.com/net/ecma">At MSDN</a>
  54. * <a href="http://www.dotnetexperts.com">Dot Net Experts</a>
  55. * <a href="http://developer.intel.com/software/idap/ecma">Intel</a>
  56. * <a href="http://lightning.csse.monash.edu.au/.net/CLI">Monash University</a>
  57. </ul>
  58. These contain specifications for the assembler, the metadata,
  59. byte codes supported by the CLI virtual machine, the C#
  60. language and the core class libraries.
  61. For details on the .NET class libraries, you can
  62. visit the Microsoft's Developer Network:
  63. <ul>
  64. * <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/cpref_start.asp">.NET Framework Class Library</a>
  65. </ul>
  66. You can also get this information if you install the Beta2
  67. release of the .NET Framework.
  68. ** Discussion Groups.
  69. <ul>
  70. * <a href="http://www.oreillynet.com">O'Reilly
  71. Network</a> has a <a
  72. href="http://www.oreillynet.com/dotnet">section devoted to
  73. .NET</a>
  74. * <a
  75. href="http://msdn.microsoft.com/newsgroups">MSDN</a> also
  76. lists various newsgroups related to .NET</ul>
  77. </ul>
  78. ** Other .NET related projects
  79. There are a number of related projects to Mono:
  80. <li><b>Development tools</b></li>
  81. <ul>
  82. * <a
  83. href="http://www.icsharpcode.net/OpenSource/SD/default.asp">Sharp
  84. Develop:</a> an IDE for the C# language written in C#.
  85. * <a href="http://nunit.sourceforge.net">NUnit:</a> A
  86. testing framework for .NET classes.
  87. * <a
  88. href="http://xmarks.sourceforge.net/doc.html">XMarks DOC.NET:</a> For
  89. creating online documentation you can browse for your own classes.
  90. </ul>
  91. <li><b>Class Libraries</b></li>
  92. <ul>
  93. * <a href="http://9mm.com/~ogl/sdldotnet/">SDL for
  94. .NET:</a> Bindings for the popular SDL graphics library.
  95. * C# bindings for OpenGL and SDL are available here: <a
  96. href="http://csgl.sourceforge.net">http://csgl.sourceforge.net</a>
  97. * <a
  98. href="http://qtcsharp.sourceforge.net">Qt#:</a>
  99. C# bindings for the Qt toolkit.
  100. * <a
  101. href="http://codigolivre.org.br/projects/monoqle">Project MonoQLE:</a> a C# Message Queue Server.
  102. Sorry only in portuguese, for now.
  103. </ul>
  104. <li><b>Programming languages:</b></li>
  105. <ul>
  106. * <a
  107. href="http://janet-js.sourceforge.net/">Janet:</a>
  108. an implemention of ECMAScript (the standarized
  109. version of JavaScript) in C#
  110. </ul>
  111. <li><b>Other projects</b></li>
  112. <ul>
  113. * <a
  114. href="http://www.improve-technologies.com/alpha/esharp/">Eclipse
  115. Plugin for C#</a>
  116. * <a href="http://www.kaffe.org">Kaffe:</a> A popular
  117. Free Software JIT engine for Java.
  118. * <a href="http://www.intel.com/research/mrl/orp">ORP:</a> A research
  119. JIT/VM/GC system from Intel.
  120. * <a
  121. href="http://www.southern-storm.com.au/portable_net.html">Portable.NET:</a>
  122. Another implementation of the CLI and C# compiler.
  123. * A Free (GFDL) tutorial on C# in Spanish with
  124. examples, slides, and extras (under development). Get it <a
  125. href="http://geneura.ugr.es/~jaime/csharp/">here</a>.
  126. </ul>
  127. ** GNOME Documentation
  128. Documentation on GNOME, and the GNOME APIs is available from
  129. the <a href="http://developer.gnome.org">developer</a> site at
  130. GNOME:
  131. <ul>
  132. * <a href="http://developer.gnome.org/doc/API/">GNOME
  133. API documentation</a>
  134. * <a href="http://developer.gnome.org/doc/books">GNOME
  135. Online books</a>
  136. * <A
  137. href="http://developer.gnome.org/arch/">Architecture Overview</a>
  138. </ul>
  139. ** Assembly Language Manuals online
  140. <ul>
  141. * <a href="http://www.agner.org/assem/#optimize">
  142. Pentium optimization tutorial</a> by Agner Fog
  143. * <a href="http://webster.cs.ucr.edu/">
  144. Art of Assembly</a> (x86 only)
  145. * Documentation for various CPUs
  146. (<a href="http://www.mit.edu/afs/sipb/contrib/doc/specs/ic/cpu/">
  147. x86, IA64, MIPS, ARM, Alpha</a>)
  148. * <a href="http://www.heyrick.co.uk/assembler/">
  149. ARM Assembler</a> tutorial
  150. * PowerPC
  151. <a href="http://www-3.ibm.com/chips/techlib/techlib.nsf/techdocs/852569B20050FF7785256996007558C6">
  152. Compiler Writer's Guide</a>
  153. * <a href="http://www.lightsoft.co.uk/Fantasm/Beginners/begin1.html">
  154. Beginners Guide to PowerPC Assembler</a>
  155. </ul>
  156. ** Win32
  157. <ul>
  158. * Win32 <a href="http://www.jorgon.freeserve.co.uk/ExceptFrame.htm">
  159. Structured Exception Handling (SEH)</a> internals (x86 specific)
  160. </ul>