Sign in
|
Help
@ Head
Bill's random thoughts...
This Blog
Home
Contact
Syndication
RSS
Atom
Comments RSS
Search
Go
Tags
.NET
Bug
CSharp
DevCenter
Hyper-V
Life
LINQ
Orcas
Rant
Silverlight
Snippets
VB
VB10
Vista
VS2008
VSM
Whidbey
Windows Server 2008
Navigation
Home
Blogs
Photos
Downloads
Receive Email Updates
Subscribe
Archives
May 2008 (3)
April 2008 (15)
March 2008 (18)
February 2008 (14)
January 2008 (15)
December 2007 (12)
November 2007 (20)
October 2007 (15)
September 2007 (9)
August 2007 (2)
July 2007 (13)
June 2007 (4)
May 2007 (7)
April 2007 (13)
March 2007 (5)
February 2007 (1)
January 2007 (2)
December 2006 (4)
November 2006 (9)
October 2006 (8)
September 2006 (8)
August 2006 (14)
July 2006 (12)
June 2006 (5)
May 2006 (5)
April 2006 (24)
March 2006 (8)
February 2006 (5)
January 2006 (1)
December 2005 (3)
November 2005 (2)
October 2005 (6)
September 2005 (11)
August 2005 (12)
July 2005 (7)
June 2005 (10)
May 2005 (23)
April 2005 (7)
March 2005 (9)
February 2005 (7)
January 2005 (15)
December 2004 (15)
November 2004 (3)
September 2004 (8)
August 2004 (9)
July 2004 (15)
June 2004 (29)
May 2004 (1)
Bill's stuff
BillMcCarthy.com
On VB
Photos
Browse by Tags
All Tags
»
VB10
(
RSS
)
Bug
CSharp
DevCenter
Life
LINQ
Orcas
Rant
Snippets
VB
Vista
VS2008
VSM
Whidbey
Wednesday, April 09, 2008 1:40 PM
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:
VB
,
VB10
Tuesday, April 08, 2008 4:33 PM
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
,
VB10
Sunday, April 06, 2008 6:39 PM
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:
VB
,
VB10
,
VS2008
Friday, March 28, 2008 1:40 PM
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:
VB
,
Orcas
,
VB10
Thursday, March 27, 2008 4:30 PM
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:
VB
,
Orcas
,
LINQ
,
VB10
Tuesday, March 25, 2008 6:00 PM
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:
LINQ
,
VB10
,
VS2008
,
CSharp
Wednesday, March 12, 2008 1:11 AM
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:
VB
,
Whidbey
,
Rant
,
Orcas
,
VB10
,
VS2008
,
CSharp
Sunday, March 09, 2008 12:01 PM
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:
VB
,
VB10
,
CSharp
Tuesday, March 04, 2008 1:39 PM
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:
VB
,
Rant
,
Orcas
,
VB10
,
VS2008
Saturday, February 23, 2008 12:41 PM
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:
VB
,
Rant
,
VB10
Saturday, February 23, 2008 12:05 PM
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:
VB
,
Life
,
Rant
,
LINQ
,
VB10
,
VS2008
Friday, February 22, 2008 1:47 PM
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:
VB
,
Rant
,
Orcas
,
VB10
,
VS2008
More Posts
Next page »