This page is unmaintained. It may contain out-of-date data, broken links...
Tutorials:
VBtutor, L'Altruiste
VBScript tutorials: W3 Schools
personal notes
Articles and videos
- Viva, Visual Basic! Or, Does VB Have a Future?↓ by (June 13th, 2017) ► This article gives very little information about the future of VB, since Microsoft says little about it.
-
Windows Presentation Foundation
- How Do I: Get Started with Entity Framework in WPF Applications🚫 by (2009) ► A simple VB application using Entity Framework and WPF.
- ↪How Do I: Build a WPF Data Entry Form Using Entity Framework?🚫 by (2009) ► Creation of a form to view, create, edit, and delete data accessed via the Data Access Layer created in the previous video.
- How Do I: Create a WPF Lookup Combobox using Entity Framework?🚫 by (2009) ► How to configure a combobox.
- How Do I: Hook Up and Display Validation in WPF using Entity Framework?🚫 by (2009) ► How to implement input validation and error display.
- How Do I: Build a WPF Master-Detail Data Entry Form Using Entity Framework?🚫 by (2009) ► How to implement a form with data and multiple sub-data.