Sign In
Goto 100 - Development with Visual Basic
Eric on all things VB!
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Framework 3.5
Architecture
Book
Data
DevCenter
Events/Training
Interop
Interview
LINQ
Migration
MSDN Flash
Pages
Small Basic
UK
UX
VB10
Visual Basic .NET
Visual Basic 2005
Visual Basic 2008
Visual Basic 2010
Visual Basic 6
Archive
Archives
July 2010
(1)
June 2010
(9)
May 2010
(1)
April 2010
(5)
March 2010
(10)
February 2010
(22)
January 2010
(19)
December 2009
(22)
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
(17)
October, 2008
MSDN Blogs
>
Goto 100 - Development with Visual Basic
>
October, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Goto 100 - Development with Visual Basic
WPF Performance issues? Then maybe this tool can help…
Posted
over 4 years ago
by
Eric Nelson UK
0
Comments
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...
Goto 100 - Development with Visual Basic
VB links on Entity Framework, Data Services and WPF
Posted
over 4 years ago
by
Eric Nelson UK
0
Comments
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...
Goto 100 - Development with Visual Basic
My low tech polls: show of hands at the UK MSDN events
Posted
over 4 years ago
by
Eric Nelson UK
1
Comments
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...
Goto 100 - Development with Visual Basic
Do you have Silverlight Beta 2 code? Then you really need to test with RC0.
Posted
over 4 years ago
by
Eric Nelson UK
0
Comments
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...
Goto 100 - Development with Visual Basic
Long strings in Visual Basic 2008
Posted
over 4 years ago
by
Eric Nelson UK
1
Comments
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...
Goto 100 - Development with Visual Basic
The Silverlight team have made all code downloads available in VB and C#
Posted
over 4 years ago
by
Eric Nelson UK
1
Comments
All the code downloads are now available in VB and C# which is great news http://silverlight.net/learn/videocat.aspx?cat=2 .
Goto 100 - Development with Visual Basic
Another reason for using LINQ to Relational – avoiding SQL Injection attacks
Posted
over 4 years ago
by
Eric Nelson UK
1
Comments
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...
Goto 100 - Development with Visual Basic
Moving between Visual Basic and C# syntax
Posted
over 4 years ago
by
Eric Nelson UK
1
Comments
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...
Page 1 of 1 (8 items)