VFPCompiler Language Documentation
To compile your code to .NET you don't need to learn any new language, you just need to know Visual FoxPro. Your code compiles and runs under .NET without changes and of course now being a .NET Application you can use all of the .NET Capabilities and let other .NET programs use your VFP Code.
The VFPCompiler target is to achieve full compatibility with the VFP language we all know. Actually it can compile and run most of VFP programs, as long those programs only use the current implemented functionality.
The VFP Developer Studio, in addition to the VFP Capabilities also introduces several language extensions that make you as programmer more productive, even more dynamikc and can make your code several times faster than that was possible with VFP alone.
The compiler includes several options to configure the way it builds your programs.