Browse by Tags

Channel 9 Interview: Refactoring in Visual Basic with Refactor!
11 December 07 05:41 PM
I just released a Channel 9 screencast with Lisa Feigenbaum , PM on the VB IDE Team, where she shows us how to use Refactor!, the free add-in for Visual Studio 2005 and 2008 that provides over 30 refactorings for Visual Basic. Lisa walks us through all Read More...
Postedby Beth Massi | 2 Comments    
New Community Article - Using Business Objects with WCF
02 November 07 12:00 PM
There's a new article up on the VB Dev Center by Rob Windsor , a follow up from his first Getting Started with WCF article, called Using Custom Business Objects with Windows Communication Foundation . Rob explains how to serialize your own custom business Read More...
Postedby Beth Massi | 4 Comments    
MSDN geekSpeak: Generics in Visual Basic
14 October 07 08:00 AM
Listen to the always entertaining Jim Duffy , Visual Basic MVP, talk about generics and more in Visual Basic on MSDN's geekSpeak. In this segment, Jim answers common developer questions about not only use of generics, but also some language-specific features Read More...
Postedby Beth Massi | 5 Comments    
Using Data Across Multiple Windows Forms
01 October 07 11:11 AM
Recently I've had more than a few questions about how to handle working with data across multiple forms. If you've watched my Forms over Data video series you know how to create a database , connect to it , save your data properly , and work with data Read More...
Postedby Beth Massi | 11 Comments    
Attachment(s):MultiFormSample.zip
Binding Multiple Combo Boxes to the Same Data Source
19 September 07 11:03 AM
Recently the VB Team received a customer bug submitted through Connect that had to do with binding multiple combo boxes to the same data source. The customer was reporting that once a selection was made in one combo, the other combos were also changing. Read More...
Converting VS 2005 Projects to VS 2008 - Enabling LINQ
21 August 07 02:36 PM
So you have an application you've written in Visual Studio 2005 and you want to dig in, convert this baby, and start using LINQ in Visual Studio 2008. In this post I'm going to outline what steps are involved to get LINQ working based on what providers Read More...
Postedby Beth Massi | 8 Comments    
Line and Shape Controls For Visual Basic Just Released
13 August 07 04:52 PM
The VB Team just released an updated version of the Visual Basic Power Packs on the VB Developer Center that includes a new set of controls for Visual Studio 2005 that allow you to draw lines, rectangle and oval shapes on your Windows Forms. These controls Read More...
Postedby Beth Massi | 6 Comments    
Forms Over Data Video Series - Two More Videos Released
01 August 07 04:34 PM
I just released two more videos ( #15 , #16 ) in the Forms Over Data video series . One is on understanding data binding and how it works from database all the way to the controls you see on forms. We talk about the relationship between the TableAdapter, Read More...
Object Binding Series - Just Added One More!
01 August 07 04:30 PM
I just added a new video ( #4 ) to the Object Binding Series on filtering your custom objects -- based on customer request -- so keep them coming! The code is also attached . Enjoy! Read More...
More Visual Basic on Channel9
24 July 07 09:43 AM
I just posted Cameron McColl's Channel9 video where he talks about the performance improvements made in VS 2008. Check it out! In this in interview Cameron McColl, a Developer on the Visual Basic Team, shows us what kinds of performance improvements were Read More...
Postedby Beth Massi | 0 Comments    
An Example of Dynamic Programming in VB
17 July 07 07:26 PM
I've been asked by more than a few people in the community for an example of dynamic programming using Visual Basic. Most people understand the benefits of dynamic programming but are still unsure of the implementation details in VB. But for those readers Read More...
TableAdapters and Transactions
11 July 07 02:34 PM
In my last post I showed you how to save related parent-child DataTables in proper update, insert and delete order by controlling how the TableAdapters saved the rows. In this next post I'll demonstrate how we can do this inside a database transaction. Read More...
Postedby Beth Massi | 23 Comments    
Working with TableAdapters and Related DataTables
10 July 07 02:28 PM
This past couple weeks I've been asked to help out a few people in the community work through a couple snags they were having with respect to the TableAdapters and how they should work in a multi-user application when updating related parent-child tables. Read More...
Postedby Beth Massi | 20 Comments    
Debugging Hybrid VB6/.NET Applications
03 July 07 05:11 PM
To wrap up this series of posts on hybrid applications with the Interop Forms Toolkit , I'd like to talk about debugging. There's a couple ways we can go about debugging with VB6 and Visual Studio and depending on where you're spending most of your coding Read More...
Postedby Beth Massi | 2 Comments    
Deploying Interop UserControls with RegFree-COM
27 June 07 08:12 PM
One of the features of the latest Interop Forms Toolkit is the ability to develop UserControls in addition to Windows Forms. In a previous post , I showed how to create a simple Interop UserControl. I also have a video here on creating them , and one Read More...
More Posts Next page »

This Blog

Syndication

Page view tracker