[Mono-list] Begin Contribution: System.Data

Franklin Wise franklin@franklinwise.com
Tue, 6 Aug 2002 16:50:22 -0700


I would like to contribute to mono by implementing/flushing out some of the
System.Data classes.

I have been coding in c# full time for a year now (since beta 2) on a couple
of projects.

I was thinking flushing out those classes needed for use of the DataSet
(i.e.
	System.Data.DataColumn,
	System.Data.DataRow,
	System.Data.DataTable,
	System.Data.DataSet... etc)

It also appears that most attributes are not implemented and at times simple
TODO:'s, such as IDbCommand should "inherit" the System.IDisposable
interface, need to be done.

How do I get started?

Franklin