Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using meta-data in .NET
Message
De
26/10/2007 13:45:17
Walter Meester
HoogkarspelPays-Bas
 
 
À
26/10/2007 13:35:23
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01262116
Message ID:
01264237
Vues:
19
Perry,

I do know that the compiler checks for you, but I did not know it was build in the IDE as well. But again, this is feature is not restricted to static typed languages. I can be implemented in dynamic typed languages as well.

The discussions about static typed languages was mainly about this misconception. Compile and code time checking can be done in both static and dynamic typed languages.

Walter,


>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,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform