vb 2005
Tag details
Welcome to the 'vb 2005' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'vb 2005'.
Latest blogosphere posts tagged “vb 2005”
-
Spot the Bug! – The Key to using Anonymous Types (Jonathan Aneja)
The Visual Basic Team —
Authority: 112
This one’s going to be long, but for those of you who’ve felt the first 3 in this series were too easy I promise this one’s tougher J . Let’s say you want to list all the customers from a table in a ComboBox, and update the UI based on which one is selected. To do this we’ll need to ...1 week ago -
Spot the Bug! – Is it in VB or XAML? (Jonathan Aneja)
The Visual Basic Team —
Authority: 112
What’s wrong with the following WPF code? Class Window1 Sub OK_Click(sender As Object , e As RoutedEventArgs) Handles OK.Click MsgBox( "Button Clicked" ) End Sub End Class Window x : Class ="Window1" xmlns ...2 weeks ago -
Spot the Bug! – Much ado about Nothing… Part 2! (Jonathan Aneja)
The Visual Basic Team —
Authority: 112
In yesterday’s post we saw that the use of the wrong comparison operator with Nothing in an If block can lead to surprising results. Let’s look at a slightly different case today: Dim x As Integer = Nothing If x = Nothing Then ...2 weeks ago -
Spot the Bug! – Much Ado about Nothing… (Jonathan Aneja)
The Visual Basic Team —
Authority: 112
Microsoft has this neat mailing list called “Spot the Bug” where developers can send interesting snippets of code that look correct but actually have subtle bugs in them. The puzzles are a lot of fun and I’ve always thought it’d be a fun thing to try here on the team blog. Over the past year or so I’ve ...3 weeks ago

