Browse by Tags

All Tags » VS2008 » VB » VB10 (RSS)
Davy Brion posted about how events can keep object references alive.  In C# to rid yourself of this issue you have to manually unwire any event handler you wired.  In VB, it is a lot easier, all you have to do is use WithEvents and set the variable...
1 comment(s)
Filed under: , , , ,
In case you haven’t seen it, Microsoft is releasing tools for WPF out of cycle as part of the WPF toolkit . Current release includes a CTP of a Data Grid, and a Date Picker and Calendar is planned.
with no comments
Filed under: , , , ,
Lucian has kicked off the conversation on generic variance in VB , so I thought I’d write a few posts outlining my perspectives on the subject… the first of which is this one, and what better place to start than to question whether or not it is really...
5 comment(s)
Filed under: , , , , ,
This post has been sitting in my drafts for a while, so I thought I should post it, mainly because I want to talk about this and generic variance and arrays in more detail in the days ahead.  The reason this post was put on hiatus was I was waiting...
4 comment(s)
Filed under: , , , , ,
I was reading Kathleen’s post about what a C# developer needs to know about VB and thought I should clarify the bit about Booleans converted to numerics.  A Boolean in VB when converted to an integer type numeric, will be zero or the bitwise Not...
with no comments
Filed under: , , , ,
If you open Visual Studio 2008, you'll notice that the start page for VB hasn't been updated since December 4th, 2007. Strangely enough the VB team's blog still seems to be used from time to time. Hopefully someone's just asleep at the...
3 comment(s)
Filed under: , ,
After my post about the first set of insults from the Windows Live team and the Search API samples, it was nice to see some VB samples released. Sadly though they were just the C# samples run through an automated tool. I mean look at this bullshit code...
Microsoft's Live Search API team have released samples in Java, PHP, C#, Python and Ruby, but no VB samples. Better not say the " N word ", even though that's the way it seems yet another team at Microsoft chooses to treat their supposedly...
2 comment(s)
Filed under: , , , ,
If you want to download the videos to watch later, or to happily play them faster, skip ahead etc, then you can grab the .wmv files instead of having to watch them in a browser in silverlight. I like to increase the play speed in parts and silverlight...
6 comment(s)
Filed under: , , , , ,
Thanks to Paul Vick for pointing out the Lang.Net symposium talks are now on the web. I've only watched a few so far, but here's my thoughts/review of them Paul's talk on VB.Next A quick overview of one area VB will probably be heading is...
with no comments
Filed under: , , , ,
A couple of weeks ago a friend was chatting to me in IM and asked me about a problem he was having with generics constraints. I told him he was trying to solve the lack of an INumeric interface issue. Then last week I watched Brian Beckman go through...
4 comment(s)
Filed under: , , , ,
RJ posted an interesting entry about LINQ to XSD. The early LINQ to XSD bits that surfaced back in Orcas Beta 1 or thereabouts were basically an object layer of the underlying xml data. It was better than *just* an object model in that much of the XElement...
1 comment(s)
Filed under: , , , ,