The Mark web site is now on-line. It provides a brief schedule of future work and access to the library documentation
A kit containing four complete MonoDevelop applications shows a progression of features utilizing the Mark C# Libraries. All Examples work, and so by Example 4 one can perform all CRUD operations on a data-grid application with a MySQL data base.
The latest releases of TableGrid and EntityLIB are now available. Using these libraries, one can easily create ODBC-based data base applications.
All of the Mark librsries (EntityLIB, LoggerLIB, SortLIB, and TableGrid) were verfied to compile and with MonoDevelop v0.12. Apps were tested on SUSE 10.2 and Ubuntu 6.10.
Better grid cell methods for formatting, color, and events in your application.
Important release of the EntityLIB Class library that provides significant improvement for multiple file ODBC-based applications.
TableGrid 4.3 provides a Gtk DataGrid for mono and MonoDevelop applications. The latest release includes speed improvements and allows changes to entry cells color and fonts.
The TableGrid 0.3-1 library provides features similar to a VS DataGrid. It includes two layouts: "Datasheet" (like the DataGrid) or "Columnar". It includes methods to assit with updates, inserts, and deletes. It also has simple events, so you can do parent-child grids.
This is a working application to demonstrate all of the class libraries particularily the TableGrid class. Its particularily suited to displaying the XML log files generated by the LoggerLIB class library.
Sorts two dimensional arrays in a C# application. Transposes two dimensional arrays. Good simple example of using C# in MonoDevelop.