[Mono-list] General introductory docs

Mike Kestner mkestner@speakeasy.net
16 Oct 2001 09:30:38 -0500


On Tue, 2001-10-16 at 05:24, Pavel P. Tcholakov wrote:
 
> I'd like to help out with mono, 

> Any pointers? Hints?

The easiest way to get involved is to take a look at the class library
reference on msdn, pick a namespace that isn't listed on the mono class
status page, post your choice here, and start hacking.  :-)

There is a *lot* of turf to stake out in the class library.  Start out
with some structs in the namespace. They tend to be very easy to get
started with. And code a test suite using Nunit to verify them as you
go.

Mike