Sign in
MSDN Blogs
Microsoft Blog Images
More ...
MSDN Blogs
>
The Visual Basic Team
Server & Tools Blogs
>
Developer Tools Blogs
>
The Visual Basic Team
Executive Bloggers
S. Somasegar
Brian Harry
Scott Guthrie
Jason Zander
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Team Foundation Service
Languages
Visual Basic
Visual C#
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET (Managed Providers, DataSet & EF)
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
Apps for Office and SharePoint 2013
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
The Visual Basic Team
A group blog from members of the VB team
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Live Now on Developer Tools Blogs
Tags
Amanda Silver
Beth Massi
Bill Horst
Did you know?
Doug Rothaus
IDE
I'm A VB!
Interview
Jonathan Aneja
Kit George
LINQ Cookbook
LINQ/VB9
Lisa Feigenbaum
Lucian Wischik
Matt Gertz
Pages
Scott Wisniewski
Silverlight
VB_Express
VB2005
VB2008
VB2010
VB6_Migration/Interop
WPF
XML
More
▼
Less
▲
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Archives
Archives
September 2012
(1)
June 2012
(3)
May 2012
(1)
April 2012
(1)
February 2012
(1)
December 2011
(1)
November 2011
(3)
October 2011
(2)
September 2011
(3)
August 2011
(3)
June 2011
(2)
May 2011
(3)
April 2011
(6)
March 2011
(7)
February 2011
(5)
January 2011
(2)
December 2010
(1)
November 2010
(2)
October 2010
(1)
September 2010
(1)
June 2010
(5)
May 2010
(2)
April 2010
(3)
March 2010
(1)
February 2010
(2)
January 2010
(3)
December 2009
(2)
November 2009
(6)
October 2009
(51)
September 2009
(3)
August 2009
(2)
July 2009
(54)
June 2009
(53)
May 2009
(13)
April 2009
(8)
March 2009
(13)
February 2009
(7)
January 2009
(3)
December 2008
(28)
November 2008
(25)
October 2008
(24)
September 2008
(16)
August 2008
(8)
July 2008
(6)
June 2008
(7)
May 2008
(10)
April 2008
(3)
March 2008
(20)
February 2008
(4)
January 2008
(14)
December 2007
(18)
November 2007
(19)
October 2007
(11)
September 2007
(12)
August 2007
(9)
July 2007
(21)
June 2007
(18)
May 2007
(12)
April 2007
(14)
March 2007
(15)
February 2007
(2)
January 2007
(6)
November 2006
(3)
October 2006
(3)
September 2006
(4)
July 2006
(1)
June 2006
(3)
April 2006
(2)
March 2006
(1)
January 2006
(1)
December 2005
(2)
November 2005
(10)
October 2005
(1)
September 2005
(6)
July 2005
(7)
June 2005
(4)
May 2005
(1)
April 2005
(7)
March 2005
(3)
January 2005
(2)
November 2004
(2)
October 2004
(2)
September 2004
(1)
August 2004
(7)
July 2004
(6)
June 2004
(1)
May 2004
(9)
More
▼
Less
▲
Blog - Title
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The Visual Basic Team
VB 2010 Unveiled at PDC 2008! (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
15
Comments
Last week at the Professional Developers Conference , we made a number of very exciting announcements regarding the future of Visual Basic. Here is the list of VB 2010 features we've announced: Collection Initializers . Initialize collections in...
The Visual Basic Team
Extension Methods (part 2)
Posted
over 6 years ago
by
VBTeam
10
Comments
In my previous post I gave a high level overview of some of the benefits of using Extension Methods in VB 9.0. Today I'm going to delve into some of the details about how to define extension methods and then use them in your programs. Defining Extension...
The Visual Basic Team
LINQ Cookbook, Recipe 8: Querying XML Using LINQ (Doug Rothaus)
Posted
over 6 years ago
by
VBTeam
6
Comments
Ingredients: · Visual Studio 2008 (Beta2 or Higher) Categories: LINQ-To-XML Instructions: · Create a new Console Application in Visual Basic. · Create an RSS document. Add the following code to Sub Main . Dim rss = <? xml version...
The Visual Basic Team
Drag-drop data binding for WPF in Visual Studio 2010 (Milind Lele)
Posted
over 5 years ago
by
VBTeam
9
Comments
One of the improvements in VS2010 (CTP available for download here ) is drag and drop data binding for WPF. Drag-drop data binding has been available for WinForms since Visual Studio 2005. So those of you that are familiar with that will find the WPF...
The Visual Basic Team
Did you know? Ctrl+Tab to navigate windows in VS (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
11
Comments
Just like Alt+Tab for Windows you can use Ctrl+Tab for Visual Studio. Ctrl+Tab will show you the active tool windows *and* the active files, so it is a good navigation tool for both. VS2008 has even added a cool miniature-sized visualization to this view...
The Visual Basic Team
Linq Cookbook, Recipe 6: Your first Linq Application using Northwind (Kit George)
Posted
over 6 years ago
by
VBTeam
6
Comments
This example is intended as a ‘primer’ for following recipes (so we don’t repeat the same instructions multiple times). This recipe takes you through everything you need, and assumes only that you've installed Visual Studio (and in so doing, you've installed...
The Visual Basic Team
Did you know? IntelliSense is now transparent in VS2008! (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
23
Comments
With the help of one little hotkey, you can now make the VS2008 IntelliSense list transparent! Just press CTRL . This is especially convenient when you need to see the code underneath the list. Watch it in action :)
The Visual Basic Team
VB 2008 Language Deep Dive - Presentation Materials (Jonathan Aneja)
Posted
over 5 years ago
by
VBTeam
2
Comments
Last week I got the chance to visit the Toronto .NET User Group and give a talk on all the great new language features in VB2008. It was great to see so much excitement a round LINQ and especially XML Literals ! The slides and demo code are posted...
The Visual Basic Team
How to get a list of all files of a directory (subdirectories included) (Daniel Walzenbach)?
Posted
over 4 years ago
by
VBTeam
10
Comments
I needed to create a list of all Code Snippets we ship in Visual Studio the other day containing their title, description and path on disc and size. As you might know, Code Snippets are stored in multiple directories below "%ProgramFiles%\Microsoft Visual...
The Visual Basic Team
Working with DataSets by Greg Osefo
Posted
over 8 years ago
by
VBTeam
1
Comments
As part of the explore program, myself as well as the other VB Explorers have been developing an application to deploy onto the Pocket PC. One of the necessary components of our application is to be able to store information that the user inputs as well...
The Visual Basic Team
Beginners coding in ASP.NET
Posted
over 8 years ago
by
VBTeam
0
Comments
posted by Emily Yaich Hello everyone! I am Emily Yaich and I am another one of the Microsoft Explorers working on the visual basic team. I have been here since the second week in June, and I am loving every minute of it! We haven't gotten into the...
The Visual Basic Team
Why you should learn WPF (and how I can help)
Posted
over 6 years ago
by
VBTeam
5
Comments
A few weeks ago I mentioned I was working on a side project. Well, then the soccer, tennis, and school season hit and..well I won't tell you the rest. What I had started to do was take all of the samples in Charles Petzold's book Applications = Code ...
The Visual Basic Team
Extension methods and late binding (Extension Methods Part 4)
Posted
over 6 years ago
by
VBTeam
8
Comments
This is the fourth installment in my series of posts about extension methods. You can find links to the rest of the series here . Today I'm going to talk about extension methods and late binding. Essentially there isn't much to say about it, other...
The Visual Basic Team
"Git Over Here": Making Your Windows Mind Their Manners (Matt Gertz)
Posted
over 5 years ago
by
VBTeam
16
Comments
Supporting the “pajama programmer” Telecommuting is a great thing, and as the environmentally-conscious person that I strive to be, is something I wholeheartedly endorse when it can be done practically. My current job involves a lot of face-to-face...
The Visual Basic Team
LINQ Cookbook, Recipe 1: Change the font for all labels on a windows form (Kit George)
Posted
over 6 years ago
by
VBTeam
5
Comments
Folks, we’re gonna start a ‘cookbook’ of LINQ entries, which we’ll be building over time. This is just meant to be a series of solutions to specific scenarios, that the team comes across when writing code and using queries. I can't think of a better way...
The Visual Basic Team
Closures in VB Part 2: Method Calls
Posted
over 6 years ago
by
VBTeam
4
Comments
For previous articles in this series, please see Part 1 - The basics Jared here again. This part of the series will focus on how method calls are handled in closures. As stated in the previous article, the purpose of closures is to allow all...
The Visual Basic Team
How Do We Learn to Be Good Programmers? (Matt Gertz)
Posted
over 4 years ago
by
VBTeam
27
Comments
I’ve always enjoyed writing. Putting pen to paper (or, these days, fingers to keyboard) is something that brings a lot of joy into my life, even more than music or any other hobby that I have. I’ve been writing stories since earlier than I can remember...
The Visual Basic Team
Keeping Track of Books Using VB (Matt Gertz)
Posted
over 5 years ago
by
VBTeam
31
Comments
I have a confession to make. I’m not a database guy. I’ve done a lot of varied coding over my career, but somehow I’ve never been directly involved in the guts of database coding. Whenever my code needed some sort of data-caching mechanism, I’ve tended...
The Visual Basic Team
Visual Basic "Orcas" Beta1 is in the wild! (Amanda Silver)
Posted
over 6 years ago
by
VBTeam
12
Comments
Woohoo! Its official , we finally got Orcas Beta1 out the door! We’re very excited to get this release out to you so we can finally talk about some of the stuff we’ve been working on in addition to the LINQ and XML feature-set. We believe that Orcas Beta1...
The Visual Basic Team
Chats on Visual Basic 2005
Posted
over 9 years ago
by
VBTeam
14
Comments
For the past year, I've been organizing the Visual Basic chats that appear at http://msdn.microsoft.com/chats/ . For the most part, these chats focused on answering your questions about Visual Basic. Naturally, now that the Beta 1 for Visual Basic...
The Visual Basic Team
Option Strict [On|Off|SortOf]
Posted
over 6 years ago
by
VBTeam
4
Comments
Yesterday I got a question from a developer asking whether or not we could add something called "Option Strict Warn" to the language. This would give a developer a warning when using something like late binding or an implicit conversion, rather than disabling...
The Visual Basic Team
Announcing Microsoft Visual Basic CTP for Windows Phone Developer Tools
Posted
over 3 years ago
by
VBTeam
13
Comments
Today we announced availability of the Microsoft Visual Basic CTP for Windows Phone Developer Tools . You can download the release here: http://go.microsoft.com/fwlink/?LinkId=201859 This CTP is to be used with the Windows Phone Developer...
The Visual Basic Team
Visual Studio 11 Developer Preview: Visual Basic (VB) Call Hierarchy
Posted
over 2 years ago
by
VBTeam
3
Comments
By Zain Naboulsi ( Blog ) Default: CTRL + ALT + K Menu: View | Call Hierarchy Command: View.CallHierarchy; EditorContextMenus.CodeWindow.ViewCallHierarchy Versions: Visual Studio 11 Developer Preview Languages: VB With the announcement...
The Visual Basic Team
Veni, MIDI, Vici: Generating a simple MIDI file using VB, part 1 (Matt Gertz)
Posted
over 4 years ago
by
VBTeam
4
Comments
As I’ve alluded to in previous blogs, music has always been a big part of my life, particularly performance music. I’ve been a clarinet and saxophone player for many years, am an avid singer, and (with the help of friends) I’ve done my best to teach myself...
The Visual Basic Team
Channel 9 Videos
Posted
over 8 years ago
by
VBTeam
2
Comments
Some videos on VB futures have been posted on Channel9 at: · Paul Vick and Amanda Silver - VB Language Futures : http://channel9.msdn.com/showpost.aspx?postid=116700 · Paul Vick and Erik Meijer - Dynamic Programming in Visual Basic http:/...
Page 6 of 22 (548 items)
«
4
5
6
7
8
»