Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using meta-data in .NET
Message
From
26/10/2007 13:35:23
 
 
To
26/10/2007 13:06:08
Walter Meester
HoogkarspelNetherlands
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01262116
Message ID:
01264228
Views:
18
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform