VB 2003 versus VB 2005

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

Are there any information about the big differences between VB 2003 and VB
2005 available?

/A.
 
I read the site you suggested but couldn't seem to find actual new code
changes for VB.Net, only found the IDE and Code Editor changes. Do you know
where I can find the VB.Net Code changes as well as other changes such as the
MY...
 
It's on the new keyword list, but just didn't make that "what's new" list.
--
David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB.NET to C# Converter
Instant VB: C# to VB.NET Converter
Instant J#: VB.NET to J# Converter
Clear VB: Cleans up outdated VB.NET code
 
David,
Searching MSDN2 for TryCast returns a significant number of hits:

http://msdn2.microsoft.com/library/zyy863x8(en-us,vs.80).aspx

http://msdn2.microsoft.com/library/c218h882(en-us,vs.80).aspx

http://msdn2.microsoft.com/library/7k6y2h6x(en-us,vs.80).aspx

http://msdn2.microsoft.com/library/s2dy91zy(en-us,vs.80).aspx

I agree with David Anton, its probably simply MIA from the What's New page.
I sent a note to MS asking why its MIA & if we need to report a bug to have
it added to the page.

Hope this helps
Jay

| > http://msdn2.microsoft.com/library/y17w47af(en-us,vs.80).aspx
| >
|
| Looks like TryCast didn't make the cut? Can anyone confirm that? Seems
| like just a short while back everyone was talking about it as if it were
| a done deal.
|
 
Back
Top