Project Planning

This project uses the ESENT Managed Interface Codeplex project as the basis for creating VFP-language compatible data methods in VFP.Net.

The initial work will be on the basics, pretty much in this order:

After that the ancillary functions (USED(), ALIAS(), ADBOBJECTS(), etc.) will be filled in.

Parameters Parser Discussion Here.

Delineate VFP Commands and Functions, and Specify Corresponding Methods

For Each Method: Document, Create Tests, Write Code, Test, Iterate.