Welcome to MSDN Blogs Sign in | Join | Help

August 2008 - Posts

Believe it or not – I’m off on holiday again

I really have got a taste for this thing called “holiday” - hence I am off to do it again for a week. Have fun all.
Posted by Eric Nelson | 2 Comments

Visual Basic and .NET Framework Versions

Hi all, apologies for the pause in blogging. This is holiday season and I am … having plenty of holiday :-) (Which makes a nice change) A couple of folks have asked me recently about Visual Basic versions and .NET Framework versions and how they tie up.

See you all in a weeks time

I need to crack on with some other work today before my holiday. I should be back on the blogosphere (!) on the 18th. In the meantime – have fun, cut great code and always make up before bed time…
Posted by Eric Nelson | 0 Comments
Filed under:

Updated the list of events I will be attending/delivering sessions

Just a quick note to say I have updated my “ Eric will be appearing ” page. October is looking busy :-) 2nd MSDN Event Reading http://msdn.microsoft.com/en-gb/bb905504.aspx for all MSDN events 7th MSDN Event Manchester 14th MSDN Event Birmingham 16th

SQL Server 2008 is finished – break out the bubbly

SQL Server 2008 RTM’d yesterday (August 6th). It is already available on MSDN subscriber downloads http://msdn.microsoft.com/en-us/subscriptions/downloads/default.aspx . Express edition doesn’t appear to be up there yet. Well done to the team.
Posted by Eric Nelson | 1 Comments
Filed under:

Visual Basic 2008 Express Edition - #1 in the UK

I remembered Paul Vick (VB team) spoke to Scott end of 2008 – and as part of that Paul mentioned four interesting metrics. Visual Basic is the #1 .NET language (as reported by Forrester Research) Visual Basic is the #1 downloaded and #1 registered Express

Class Visual Basic Column in Visual Studio Magazine

You may (or may not) remember that Visual Studio Magazine used to be heavily focused on classic Visual Basic. I haven’t been on the online site for a while and therefore I had missed that after a long gap a Classic Visual Basic column had returned written
Posted by Eric Nelson | 0 Comments
Filed under:

Visual Basic vs C# LINQ syntax

LINQ has two syntaxes – Lamda syntax and Comprehension syntax. Each has their uses and you can happily mix them. Lamda syntax is stuff like: var longWords = words.Where( w => w.length > 10); Dim longWords = words.Where(Function(w) w.length >

C# and Microsoft.VisualBasic.dll

As I dig into Visual Basic a bit further I to realise what I have been missing as a (lapsed) C# developer. A great example is some of the goodness wrapped up in Microsoft.VisualBasic.dll. It is a standard part of the .NET Framework and… is absolutely
 
Page view tracker