Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Goto 100 - Development with Visual Basic
Eric on all things VB!
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
News
These postings are provided "AS IS" with no warranties, and confer no rights
View Stats
.My Stuff
Which programming language to use (from 2004)
Bloggers (VB heavy)
VB Team Blog
Beth Massi
Bill McCarthy (MVP)
IUpdateable from ... me
Ged Mead (UK)
UK Visual Basic Resources
MVP - Ged Mead
MVP - Jan Hyde
MVP - Paul Ballard
Visual Basic .NET Resources
MSDN Visual Basic Developer Centre
VBCity
Codeproject - VB
Code.msdn.com - VB
VB.NET Heaven
Refactor! for Visual Basic 2008
Visual Basic 6 Migration Resources
Forum - interop and upgrade
Artinsoft VB Upgrade
Aivosto Project Analyzer
Codeproject - Interop
Interop Forms Toolkit
VB6 Upgrade Assessment Tool
VB6 Code Advisor
VB6 Migration Guide
Artinsoft Blog on Migration
VB6 Migration Tool
Visual Basic 6 Resources
VB6 Resource Center
Tool - CodeSMART for VB6
vbaccelerator.com
vbforums.com
VB6 SP6 Runtime Download
VB6 support statement on Vista
VB6 Dev Env - end of support dates
VB6 Tutorials
Tags
.NET Framework 3.5
Architecture
Book
Data
DevCenter
Events/Training
Interop
Interview
LINQ
Migration
MSDN Flash
Small Basic
UK
UX
VB10
Visual Basic .NET
Visual Basic 2005
Visual Basic 2008
Visual Basic 2010
Visual Basic 6
Recent Posts
ClickOnce and Security
Introducing code obfuscation
Code Access Security in action – calling Unmanaged Code
Authenticode and ActiveX controls
Cryptography
Archives
June 2009 (15)
April 2009 (5)
March 2009 (1)
February 2009 (7)
January 2009 (7)
December 2008 (5)
November 2008 (12)
October 2008 (8)
September 2008 (7)
August 2008 (9)
July 2008 (16)
June 2008 (16)
August 2008 - Posts
Friday, August 22, 2008 5:22 PM
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
Wednesday, August 20, 2008 5:23 PM
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.
Posted by
Eric Nelson
|
1 Comments
Filed under:
Visual Basic .NET
,
.NET Framework 3.5
,
Visual Basic 2008
,
Visual Basic 2005
Friday, August 08, 2008 10:20 AM
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:
UX
Thursday, August 07, 2008 5:36 PM
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
Posted by
Eric Nelson
|
0 Comments
Filed under:
Visual Basic .NET
,
UK
,
Events/Training
,
Visual Basic 2008
Thursday, August 07, 2008 9:39 AM
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:
Data
Wednesday, August 06, 2008 4:04 PM
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
Posted by
Eric Nelson
|
1 Comments
Filed under:
Visual Basic .NET
,
Visual Basic 2008
,
Visual Basic 2005
Wednesday, August 06, 2008 3:52 PM
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 6
Tuesday, August 05, 2008 5:30 PM
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 >
Posted by
Eric Nelson
|
4 Comments
Filed under:
Visual Basic .NET
,
Data
,
Visual Basic 2008
,
LINQ
Tuesday, August 05, 2008 4:48 PM
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
Posted by
Eric Nelson
|
1 Comments
Filed under:
Visual Basic .NET
,
UX
,
Visual Basic 2008
,
Visual Basic 2005