Home

Free Tools
ADUG Free Programs Free Tools

 

DAL Engine - A C# Data Access Library for .NET that allows you to use attributes to associate database tables to classes, and columns in those tables to properties within the class.  If you are using Microsoft Sql Server, use the code generator below to visually select tables and columns, and have the program generate the DAL Engine code for you.

DAL Engine Code Generator - A C# program to generate code for the DAL Engine for Microsoft Sql Server databases.  To use the generator you must supply a connection string for the database, select the tables you want included, and for each of those tables select the columns you want included.  In addition, for each column you can specify if the column will be used read-only, to fill a pick list, or read-write.

Dimensional Parse - A C# class, and associated test program, for parsing dimensional numbers, such as 6 feet 3 1/2 inches, 25 cm, 5 1/4 meters, 3.2 yards, 10 square feet, 4 cubic yards, and 2.2 kilograms.  This parsing class also allows abbreviations of all units.  See DimensionalParse.pdf for further details.

Colored Columns in a System.Windows.Forms.DataGrid A C# project illustrating how to create colored columns in a Windows Forms DataGrid.  Contains a class you can use in your projects, and an example of using the class.

 

Home ]

Send mail to webmaster@maturoconsulting.com with questions or comments about this web site.
Copyright © 2007 Maturo Consulting