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
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)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Goto 100 - Development with Visual Basic
Rewrite vs Migrate vs Reuse vs Replace
Posted
over 5 years ago
by
Eric Nelson UK
5
Comments
“Upgrading Visual Basic 6.0 Applications to Visual Basic .NET and Visual Basic 2005” is a great resource for anyone looking at upgrading from VB6 to .NET. The guide was developed jointly by the Microsoft patterns & practices team and ArtinSoft . See...
Goto 100 - Development with Visual Basic
Visual Basic vs C# LINQ syntax
Posted
over 5 years ago
by
Eric Nelson UK
4
Comments
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 >...
Goto 100 - Development with Visual Basic
Interview with William Morgan of Logica UK
Posted
over 5 years ago
by
Eric Nelson UK
4
Comments
William has been heavily involved in helping UK companies migrate their VB6 applications to .NET. William kindly agreed to a short interview. Enjoy. William, could you just say a few words about your role inside Logica? Hi Eric, I’m the Lead Architect...
Goto 100 - Development with Visual Basic
An advert for Goto100...
Posted
over 5 years ago
by
Eric Nelson UK
4
Comments
Mandy in marketing asked me to "Create some text that we could use on a flyer to tell folks why they might want to visit that new blog of yours on Visual Basic". My first thought was "Cripes - I haven't got any real content yet!" - but I'm glad to say...
Goto 100 - Development with Visual Basic
Welcome to Goto100 - a C# free zone for UK developers!
Posted
over 5 years ago
by
Eric Nelson UK
3
Comments
Hello folks and welcome to Goto100. The obvious question is - what is Goto100? There is a short answer and a longer answer to that. The short answer: It is resource for developers in the UK. For developers using Visual Basic .NET and developers faced...
Goto 100 - Development with Visual Basic
Interview with Artinsoft CEO Roberto Leiton Garro
Posted
over 5 years ago
by
Eric Nelson UK
3
Comments
A little over a year back I first spoke to Roberto to see if Artinsoft could help me with a large ISV with a significant investment in Visual Basic 6. Since then I have had the pleasure to meet Roberto on a number of occasions and have seen Artinsoft...
Goto 100 - Development with Visual Basic
QandA: How do you avoid being charged unnecessarily for Windows Azure compute hours?
Posted
over 3 years ago
by
Eric Nelson UK
3
Comments
Note: Cross posted from IUpdateable from Eric Nelson . Permalink [ Check out my other QandAs ] You would reasonably expect to be charged for the use of the Windows Azure Platform for any application you have built which is live on Azure. But you...
Goto 100 - Development with Visual Basic
Composite Application guidance for WPF and Silverlight gets a lick of Visual Basic paint
Posted
over 4 years ago
by
Eric Nelson UK
2
Comments
The Microsoft Patterns & Practices’ Composite Application Guidance for WPF and Silverlight (formerly code-named "Prism") was released with a heavy bias on C# which was a real shame for the many Visual Basic developers who are working on...
Goto 100 - Development with Visual Basic
Converting from C# to Visual Basic .NET
Posted
over 5 years ago
by
Eric Nelson UK
2
Comments
First Created: Wednesday 23rd July 2008 Updated: Thursday 24th July 2008 - added Telerik I have been playing with C# to Visual Basic converters. There are a few around and I have included the best I came across. However right now there is one clear...
Goto 100 - Development with Visual Basic
Ged Mead on Windows Presentation Foundation
Posted
over 5 years ago
by
Eric Nelson UK
2
Comments
UK Visual Basic MVP Ged has been taking a look at WPF this year. I spotted his post on WPF Basics: How To Play Sounds and Music in Windows Presentation Foundation a couple of weeks back and found it a clean, easy to follow example - that really tried...
Goto 100 - Development with Visual Basic
Refactoring in Visual Basic
Posted
over 5 years ago
by
Eric Nelson UK
2
Comments
Refactoring is a hot topic and something many developers are expecting to be available straight OOTB. Visual Studio 2005 and 2008 gave C# developers a whapping 6: Rename Extract Method Remove/Reorder parameters Promote Local Extract Interface Encapsulate...
Goto 100 - Development with Visual Basic
Believe it or not – I’m off on holiday again
Posted
over 5 years ago
by
Eric Nelson UK
2
Comments
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.
Goto 100 - Development with Visual Basic
Is this a good VB ASP.NET 3.5 book – or not?
Posted
over 5 years ago
by
Eric Nelson UK
2
Comments
I am confused on this one. I have had people tell me it is excellent and others tell me it is just “ok” – and can’t see a pattern. Anyone given it a good going over?
Goto 100 - Development with Visual Basic
A few rough edges in our shiny new Data stack
Posted
over 5 years ago
by
Eric Nelson UK
2
Comments
We have a rather impressive set of new technologies for working with data – LINQ, LINQ to SQL, LINQ to Entities, Data Services, ASP.NET Dynamic Data etc. What I am finding is… they don’t all get on with each other as well as you might have thought. My...
Goto 100 - Development with Visual Basic
Functional Equivalence vs Application Advancement (and Vertical vs Horizontal)
Posted
over 5 years ago
by
Eric Nelson UK
2
Comments
These are a couple of useful terms I’ve picked up from the ”Upgrading Visual Basic 6.0 Applications to Visual Basic .NET and Visual Basic 2005” guide (I really need an acronym to refer to this book!). They refer to two stages of the upgrade process: Functional...
Goto 100 - Development with Visual Basic
Jesse Liberty Silverlight Tour of the UK and Ireland in April
Posted
over 3 years ago
by
Eric Nelson UK
2
Comments
Note: Cross posted from IUpdateable from Eric Nelson . Permalink I was presenting at the excellent .NET Developer Network in Bristol last night run by the awesome Guy Smith-Ferrier. Guy reminded me of this awesome news which needs broadcasting widely...
Goto 100 - Development with Visual Basic
That old friend Binary Compatibility – and a FREE eBook on COM Interop
Posted
over 4 years ago
by
Eric Nelson UK
1
Comments
A favourite topic for VB6 programmers! Adding a reference to a COM component in Visual Studio adds a reference to a specific version of the VB6 component, so rebuilding the VB6 component without binary compatibility will break the .NET project (you’ll...
Goto 100 - Development with Visual Basic
Adding to the My namespace in VB .NET
Posted
over 4 years ago
by
Eric Nelson UK
1
Comments
Just as an aside - after experimenting with the Interop Forms Toolkit earlier this year I wondered how InteropToolbox ended up in the My namespace – it seems like a useful thing to be able to do. I didn’t have to look far, the answer was in the ActiveXControlHelpers...
Goto 100 - Development with Visual Basic
Enhancing your VB6 Application with Interop
Posted
over 4 years ago
by
Eric Nelson UK
1
Comments
I’ve been having a look at some of the samples on the Visual Basic Resource Center to see what’s possible when we start using interop between VB6 and .NET. Here are some of my favourites. This article, “Sharing ADO Recordsets Between Visual Basic 6 and...
Goto 100 - Development with Visual Basic
In VB6 we had the API Viewer, In VB .NET you get the P/Invoke Interop Assistant
Posted
over 4 years ago
by
Eric Nelson UK
1
Comments
VB6 programmers will remember a useful little utility called the API Viewer, the helped out when you needed to make a Windows API call. There is now an equivalent tool for .NET, the P/Invoke Interop Assistant ( http://www.codeplex.com/clrinterop ). Not...
Goto 100 - Development with Visual Basic
Virtualization and Visual Basic 6.0 applications
Posted
over 4 years ago
by
Eric Nelson UK
1
Comments
There may be some circumstances where upgrading a VB6 application is not feasible, for example it may rely on a control that simply does not work in the target operating system. I came across a couple of articles on MSDN that discussed the ways that virtualisation...
Goto 100 - Development with Visual Basic
Visual Basic .NET and Security – a few posts are required
Posted
over 4 years ago
by
Eric Nelson UK
1
Comments
One of the reasons for moving to VB.NET from VB6 may be the more advanced security models available in the .NET Framework - this is particularly relevant in the ASP.NET world where many .NET applications will need a security system. In the desktop arena...
Goto 100 - Development with Visual Basic
Windows Azure Platform, Amazon Web Services and Google App Engine Explained
Posted
over 3 years ago
by
Eric Nelson UK
1
Comments
Note: Cross posted from IUpdateable from Eric Nelson . Permalink I wanted to point folks at this great blog if you are interested in Cloud Computing. Janakiram MSV has been busily producing some great work in his role as a Cloud Computing Strategist...
Goto 100 - Development with Visual Basic
ASP to ASP.NET
Posted
over 5 years ago
by
Eric Nelson UK
1
Comments
Visual Basic migration to .NET includes: VB6 rich client migration – which represents the majority of migration projects I have seen ASP to ASP.NET migration – aka vbscript migration Access migration – aka vba migration (although Access migration often...
Goto 100 - Development with Visual Basic
VB6 Database code?
Posted
over 5 years ago
by
Eric Nelson UK
1
Comments
What happens when you upgrade a VB6 application that accesses a database? Or, more precisely, how does the automatic upgrade deal with DAO, RDO and ADO? ADO with and without data binding . This is supported by the upgrade wizard, but if you’ve got any...
Page 1 of 8 (197 items)
1
2
3
4
5
»