Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What does .NET do to a language?
Message
From
27/02/2001 05:21:30
 
 
To
26/02/2001 18:08:56
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00479724
Message ID:
00479938
Views:
44
David,

> A lot of people say that Data is native to the CLR

Native data handling is a matter of interpretation. ADO support is built into the BCL, to any .Net language it would appear as a native solution in a similiar fashion to MFC's ODBC support.

> And the CLR also has a command expansion as far as I know.

You can again use the BCL System.Reflection.Emit Namespace in conjuntion with classes such as MethodBuilder, LocalBuilder and ILGenerator. This is not exactly inline command expansion but the end result is pretty much the same, dynamic runtime code generation.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform