Browse by Tags

All Tags » VB10 (RSS)

More on implied interfaces.

If you read section 12.2 of the Common Language Infrastructure (CLI) Partition II document, you'll see the following part in regards to interface implementation: If there are any virtual methods in the interface that still have empty slots, see if...
Posted by bill | 3 comment(s)
Filed under: ,

Implied Interfaces

One of the many things I love about VB is it's explicit interface mapping . It's the beauty of declarative coding that not only allows for flexible mapping but also makes the code explicit. You don't need to know the intimate details of a...
Posted by bill | 2 comment(s)
Filed under: ,

VB finished ??

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...
Posted by bill | 3 comment(s)
Filed under: , ,

Auto properties : What ifs ...

Paul Vick posted a speculative post as to Automatically Implemented properties for VB10. Although it's kind of nice, it really is just a minor modification from what C# did in 3.0 and misses a lot of the "what if" scenarios we should be...
Posted by bill | 4 comment(s)
Filed under: , ,

Can't get no VB Action ?

Paul Stovell finally notices the lack of support for statement lambdas in VB9 . Unfortunately Vb9 only supports lambda expressions such as can be expressed in today's expression trees. .NET 4.0 will most probably include support for lambda statements...
Posted by bill | with no comments
Filed under: , , ,

Increment operators ?

Does VB need prefix and postfix increment and decrement operators ? Here's an example I posted today for a question on adding an index with LINQ: Sub Main() Dim values() As String = { "aaa" , "bbb" , "ccc" } Dim index...
Posted by bill | 5 comment(s)
Filed under: , , ,

Windows Live team continues insults at VB'ers ...

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...
Posted by bill | 2 comment(s)
Filed under: , , , , , ,

C# (4.0 ?) and dynamic lookups

Kudos to Charlie Calvert for opening up the discussion of C# future features to the public (sure would be nice if the VB team did likewise). In the first post on future features , Charlie talks about dynamic lookups in C# .... Although the catchy term...
Posted by bill | with no comments
Filed under: , ,

Live Search gives VB the finger

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...
Posted by bill | 2 comment(s)
Filed under: , , , ,

Something more succinct than Function ?

I really dislike VB's inline Function syntax... it's incredibly verbose. When they were looking at it, I suggested Func, but given that usage in the framework that would be confusing. (I hadn't seen the Func(Of T,...) delegates at that time...
Posted by bill | 4 comment(s)
Filed under: , ,

More on videos from Lang.NET symposium

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...
Posted by bill | 6 comment(s)
Filed under: , , , , ,

videos from Lang.Net symposium

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...
Posted by bill | with no comments
Filed under: , , , ,
More Posts Next page »