Update with links to CORBA.Remoting
[mono.git] / web / c-sharp
index e81d99b73ba339b4d8f2d60cdb9aadf5c754a7be..ddf6844701f73790dda4c60efec685c56f340860 100644 (file)
@@ -1,19 +1,28 @@
 * MCS: The Ximian C# compiler
 
-       MCS is currently able to compile itself and many more C#
-       programs (there is a test suite included that you can use).
-       It is routinely used to compile Mono, roughly half a million
-       lines of C# code.
-
-       We are in feature completion mode right now.  There are still
-       a couple of areas that are not covered by the Mono compiler, but
-       they are very very few at this point (security attributes),
+       The Mono C# compiler is considered feature complete at this
+       point and relatively mature.  MCS is able to compile itself
+       and many more C# programs (there is a test suite included that
+       you can use).  It is routinely used to compile Mono, roughly
+       half a million lines of C# code.
+
+* Pending tasks
+
+       There are a few known bugs in the Mono C# compiler, but
+       they are very very few at this point,
        you can also browse the MCS <a href="http://bugzilla.ximian.com/buglist.cgi?product=Mono%2FMCS&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&bug_file_loc=&bug_file_loc_type=substring&keywords=&keywords_type=anywords&op_sys_details=&op_sys_details_type=substring&version_details=&version_details_type=substring&cmdtype=doit&newqueryname=&order=Reuse+same+sort+as+last+time&form_name=query">bugs</a> from Bugzilla.
 
        A test suite is maintained to track the progress of
        the compiler and various programs are routinely compiled and
        ran.
 
+** Slides
+
+       Slides for the Mono C# Compiler presentation at .NET ONE are
+       available <a
+       href="http://primates.ximian.com/~miguel/slides-europe-nov-2002/Mono_C_Sharp_Overview_1007.sxi">here</a>
+       in StarOffice format.
+
 ** Obtaining MCS
 
        The Mono C# compiler is part of the `mcs' module in the Mono CVS