one of lesson studying mono

  • compile mcs
  •  run mono command line
  •  winform Gtk, GtkSharp;
  •  mint interpret executes
  •  ildasm monodis, to view assembly's dependency
  •  web server, startXSP.bat, default port is 8080.
  •  monoDevelop on linux.
  •  mono can use System.Data namespace too, and it support more other platforms database besides windows.
  •  IKVM.net: a tool interpret java to .net and reversively in IL code layer.
  •  Glade: use xml file to change GUI's face.
  •  Tracing: at run time, mono -trace='N:namespace' exe or mono -trace='M:NS.class.method' exe
  •  No debug just now.

  • ref:
    http://www.mono-project.com/downloads/index.html
     http://www.codeproject.com/cpnet/mono-merta.asp

another Java to .Net example
http://www.codeproject.com/useritems/csharpikvm.asp

原文地址:https://www.cnblogs.com/margiex/p/356129.html