Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What does .NET do to a language?
Message
De
27/02/2001 05:21:30
 
 
À
26/02/2001 18:08:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00479724
Message ID:
00479938
Vues:
43
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform