Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using meta-data in .NET
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01262116
Message ID:
01264252
Views:
17
>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.

Are you sure? Intellisense will tell you the types, but it doesn't highlight typing issues until you've compiled, ex.
string date = new System.DateTime();
// or
int z = 0;
int.TryParse(12, out z);
I seem to remember add-ins like Resharper (www.jetbrains.com) do this, though.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform