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)
October 2008 - Posts
Friday, October 31, 2008 3:13 PM
WPF Performance issues? Then maybe this tool can help…
I am seeing more interest in building richer UX in WPF of late which is great. Since WPF is very powerful and very flexible, we are beginning to see developers hit UX performance issues as they build increasingly rich and exciting UI. The good news is
Posted by
Eric Nelson
|
0 Comments
Filed under:
Visual Basic .NET
,
UX
,
Visual Basic 2008
Friday, October 24, 2008 2:42 PM
VB links on Entity Framework, Data Services and WPF
The following are all well worth a look: N-Tier Development with Data Services and Entity Framework (16mins) A PM on the team builds a simple ADO.NET Data Services application in VB. Dynamic Data Entry with XML Literals Dynamic creation of WPF maintenance
Posted by
Eric Nelson
|
0 Comments
Filed under:
Visual Basic .NET
,
UX
,
Data
,
Visual Basic 2008
Tuesday, October 14, 2008 4:29 PM
My low tech polls: show of hands at the UK MSDN events
I have been asking a few “raise your hand” questions at the MSDN events we are currently delivering in various parts of the UK. I thought they would be worth sharing. What language do you code in? C# – around 60% VB – around 40% Good stuff! Something
Posted by
Eric Nelson
|
1 Comments
Filed under:
Visual Basic .NET
,
UX
,
Data
,
Events/Training
Wednesday, October 08, 2008 8:20 PM
Do you have Silverlight Beta 2 code? Then you really need to test with RC0.
Tim has done a great job of explaining in lots of detail what you should be doing as a developer with RC0 in preparation for the final RTW. However I feel a simplification may help - then you can read what Tim has to say :-) If you have any users of your
Posted by
Eric Nelson
|
0 Comments
Filed under:
UX
Monday, October 06, 2008 10:34 PM
Long strings in Visual Basic 2008
I suspect everyone already knew this – but for me it was shiny and new :-) XML Literals do not require line continuation characters, hence rather than this: 1: Dim msg1 As String = "this is a " & _ 2: "really, " & _ 3: "really " & _ 4: "long
Posted by
Eric Nelson
|
1 Comments
Filed under:
Visual Basic .NET
,
Visual Basic 2008
Monday, October 06, 2008 8:19 PM
The Silverlight team have made all code downloads available in VB and C#
All the code downloads are now available in VB and C# which is great news http://silverlight.net/learn/videocat.aspx?cat=2 .
Posted by
Eric Nelson
|
1 Comments
Filed under:
Visual Basic .NET
,
UX
,
Visual Basic 2008
Monday, October 06, 2008 7:28 PM
Another reason for using LINQ to Relational – avoiding SQL Injection attacks
There are lots of great reasons to use LINQ to SQL or LINQ to Entities – but I forgot this one. I just came across this nicely written article which explores this area in some detail and makes a good case for why LINQ can help. All in glorious Visual
Posted by
Eric Nelson
|
1 Comments
Filed under:
Visual Basic .NET
,
.NET Framework 3.5
,
Data
,
Visual Basic 2008
Monday, October 06, 2008 12:28 AM
Moving between Visual Basic and C# syntax
There are several tools available to convert back and forth – but sometimes all you really need is a simple side by side comparison . It doesn’t include many of the latest features but it is a handy thing to have around if you are moving back and forth
Posted by
Eric Nelson
|
1 Comments
Filed under:
Visual Basic .NET
,
Visual Basic 2008
,
Visual Basic 2005