"How Do I" Videos — Visual Basic .png) | On this page you will find dozens of videos designed for all Visual Basic developers, from the novice to the professional. New videos are added regularly, so check back often. |
Visual Basic Video Topics Featured VideoHow Do I: Use Implicit Line Continuation in Visual Basic 10? | About this Video Microsoft Program Manager Jon Aneja shows how to use Implicit Line Continuation, a feature in Visual Basic 10.0 that frequently eliminates the need for developers to use the underscore character when continuing code on a new line. Presented by Jon Aneja. Length: 05 minutes 50 seconds |
VS 2010 VB Language Features SeriesThe videos in this series demonstrate how to use new and existing features found in Visual Basic 10.
Presented by Charlie Calvert
How Do I: Use the Visual Studio IDE?This series features techniques you can use to enhance the development process in the Visual Studio IDE. Tips for C# and VB developers highlight how they can use built in features of the IDE to create code more quickly and more efficiently.
Presented by Charlie Calvert
WPF Forms with Entity Framework Video SeriesThis how-to video series is focused on data-based application development in Windows Presentation Foundation using Entity Framework for data access in Visual Studio 2008 Service Pack 1. It is recommended you watch these videos in order because each one builds upon techniques shown in the previous video. Presented by Beth Massi You will need: SQL Server or SQL Server Express and Visual Studio 2008 Service Pack 1 or Visual Basic 2008 Express Service Pack 1 Download Code and Discuss on Code Gallery: http://code.msdn.microsoft.com/wpfdatavideos These samples use a database called OMS and the script to create it is included in the DAL project folder in the code downloads. To install the database on your local sqlexpress instance, open a command prompt as an administrator and run the following: >sqlcmd -S .\sqlexpress -i "C:\SampleLocation\CreateDatabaseOMS.sql" Where SampleLocation is the path to the .sql script. For more information on sqlcmd, please see the MSDN Library. Note to Express users: Please make sure you install SQL Server Express first. Language Integrated Query (LINQ) SeriesThis how-to video series is focused on the new LINQ language features of Visual Basic 9.0 included in Visual Studio 2008. LINQ stands for Language Integrated Query, and it enables you to write queries over things like objects, databases, and XML in a standard way using new language syntax. Learn how to use this productive new language feature in your Visual Basic programs. Presented by Beth Massi Download Code and Discuss on Code Gallery You will need: Visual Studio 2008 or Visual Basic 2008 Express These samples use the Northwind database (Download) The installer will copy a script to create the Northwind database. To install the database on your local sqlexpress instance, open a command prompt as an administrator and run the following: >sqlcmd -S .\sqlexpress -i "C:\SQL Server 2000 Sample Databases\instnwnd.sql" For more information on sqlcmd, please see the MSDN Library. Note to Express users: Please make sure you install SQL Server Express first. Windows Development Video SeriesIn this how-to video series Visual Basic developers will learn additional techniques on how to program .NET applications on the Windows platform. Office Development Video SeriesIn this how-to video series Visual Basic developers will learn about the premiere development tools for building Office Business Applications. |
Object Binding Video SeriesThis how-to video series is focused on more advanced data binding techniques using object binding in Visual Basic 2005. The series walks through creating business objects and how to associate them in one-to-many relationships, how to provide searching capabilities and how to enable sorting. Presented by Beth Massi Download the Code: Videos 1–3 | Video 4 You will need: Visual Studio or Visual Basic Express
|
Visual Basic Interop Video SeriesThis how-to video series is focused on the Interop Forms Toolkit and working with Visual Basic .NET and Visual Basic 6 together. The Interop Forms Toolkit allows Visual Basic developers to migrate their Visual Basic 6 applications over to .NET using a phased migration strategy. Instead of having to convert the entire VB6 application at once, the toolkit enables .NET Forms and User Controls to run directly in Visual Basic 6 applications so that you can build the pieces that you need over time. Presented by Beth Massi Download the Code: Videos 1–3 You will need: Visual Studio and the Interop Forms Toolkit 2.0 in addition to Visual Basic 6.0
|
Security Video SeriesIn this how-to video series Visual Basic developers will explore a variety of security questions, including encryption, handling attacks, security best practices, and a lot more. |
|
Top 10 Visual Basic Videos
|