Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using meta-data in .NET
Message
De
26/10/2007 13:35:23
 
 
À
26/10/2007 13:06:08
Walter Meester
HoogkarspelPays-Bas
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01262116
Message ID:
01264228
Vues:
19
You didn't understand thru all the discussions on strong-typing that the IDE and/or compiler checks for you??? In C#, and/or Java, if you type:

String myString;
mystring = 10;

The IDE will alert you that the 2nd line is assigning an int to a string variable. The same thing if you call a method that returns a object of type "employee" and assign it to myString.


>>Hi Walter,
>>
>>> Why on earth, with all the processing power available today, we still don't have type checking when writing the actual code ???
>>
>>Actually, VS 2005 does this in C# and (I think) VB.NET.
>
>Ahh.. thanks, I did not know that... So how is it informing you, you made a typing mistake ?
>
>Walter,

(On an infant's shirt): Already smarter than Bush
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform