Showing results for VB2010 - Visual Basic Blog

Oct 9, 2008
Post comments count0
Post likes count0

VB Catch … When: Why so special?

VBTeam
VBTeam

The VB Catch syntax has a unique feature: When.  It allows users to filter expressions based on something other than their type.  Any arbitrary code can enter a When block to decide whether or not to handle an Exception. Newsgroups often ask, "Why's this so special? I could effectively get the same behavior out of C# by doing the followin...

Oct 4, 2008
Post comments count0
Post likes count0

Microsoft Announces Visual Studio 2010 and .Net Framework 4.0 (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

Microsoft has announced the names Visual Studio 10 and .Net Framework 4.0 for the next versions of these two products! Here are a number of references where you can look to find more information about this announcement:http://www.microsoft.com/presspass/press/2008/sep08/09-29VS10PR.mspxhttp://www.eweek.com/c/a/Application-Development/Microsoft...

Jul 22, 2008
Post comments count0
Post likes count0

WANTED: Your feedback on a potential Call Hierarchy feature (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

Last post, I introduced the VS Languages Future Focus page on Code Gallery. This time, we'd like to get your feedback on another potential IDE feature: Call Hierarchy.Please find a description of the feature here:http://code.msdn.microsoft.com/vslangfutures/Wiki/View.aspx?title=Call%20Hierarchy&referringTitle=HomePlease leave your feedback...