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
Did you know? You can now manage your snippet highlighting (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
11
Comments
Do you use code snippets (introduced in VB 2005)? If you do, then you've probably noticed the green highlighting that stays around for the lifetime of the file. We've heard *a lot* of feedback that once you are done customizing the snippet, it is distracting...
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
Sleepless from Bulgaria: an intern's first weeks in the VB team
Posted
over 6 years ago
by
VBTeam
11
Comments
I started as an intern at Microsoft two weeks ago, and I thought it might be nice to share my experience with you. Not just because I love blogging, but also because I think that there are so many great things that happen here that are worth mentioning...
The Visual Basic Team
How do we write software at Microsoft: a PM intern’s perspective #1
Posted
over 6 years ago
by
VBTeam
10
Comments
Now that you know our team, it is time to get down to the real meat - we are building software here, so let’s talk about software. As I promised to keep you up to date with what is going on here at Microsoft, I decided to start a series of blog posts...
The Visual Basic Team
Converting SQL to LINQ, Part 4: Functions (Bill Horst)
Posted
over 6 years ago
by
VBTeam
10
Comments
This post assumes you’ve read the previous posts in this series: Converting SQL to LINQ, Part 1: The Basics Converting SQL to LINQ, Part 2: FROM and SELECT Converting SQL to LINQ, Part 3: DISTINCT, WHERE, ORDER BY and Operators This post...
The Visual Basic Team
Source code of Visual Basic runtime has been released to public. (Vladimir)
Posted
over 5 years ago
by
VBTeam
10
Comments
One of the things we have been working on recently was publishing sources of VisualBasic runtime library. I am very excited to announce that the sources of VB runtime (Microsoft.VisualBasic.dll) are publicly available now! This is a part of a more general...
The Visual Basic Team
Milestone Quality & Dogfooding (Matt Gertz)
Posted
over 5 years ago
by
VBTeam
10
Comments
After some hard but fruitful work, we’ve just finished our “milestone quality” (MQ) efforts, the goal of which was to get ourselves ready for developing the next versions of Visual Studio, Team System, and .NET. Although not specific to Visual Basic,...
The Visual Basic Team
Converting SQL to LINQ, Part 10: Like (Bill Horst)
Posted
over 5 years ago
by
VBTeam
10
Comments
This post assumes you’ve read my previous Converting SQL to LINQ posts. I haven’t had much in the way of specific requests for more LINQ posts, so I’d still welcome any suggestions that people want to offer. I did get one request about how to mimic...
The Visual Basic Team
Closures in VB: Part 1
Posted
over 6 years ago
by
VBTeam
10
Comments
My name is Jared Parsons and I am a developer on the VB Compiler and Debugger. One of the features I implemented for VB 9.0 is lexical closure support. This a great addition to the VB language and I wanted to do a series of blog posts to describe this...
The Visual Basic Team
Visual Basic 2005 Power Pack!
Posted
over 7 years ago
by
VBTeam
10
Comments
I’m excited to announce that the Microsoft Visual Basic 2005 Power Pack has been released and is now available for download on MSDN! In this release we have two components: Microsoft Interop Forms Toolkit 1.0 - This toolkit is aimed at simplifying...
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
Key VB Hotfixes Available for Download
Posted
over 7 years ago
by
VBTeam
10
Comments
We’ve heard from you that popular hotfixes should be a public download rather than requiring a call to support. Based your feedback, we’ve launched a pilot program that will allow you to download the most frequently requested Visual Basic 2005 hotfixes...
The Visual Basic Team
Hot Job Alert: Programmer/Writer opening on Visual Basic Team
Posted
over 9 years ago
by
VBTeam
10
Comments
Posted By: Jonetta Taylor, Documentation Manager The Visual Basic User Education team has an interesting opportunity that I wanted to share with you all. We're looking for a Visual Basic .Net application programmer who also has a flair for writing...
The Visual Basic Team
Why can’t I drag from Server Explorer to my form?
Posted
over 9 years ago
by
VBTeam
10
Comments
This was one of the hardest decisions we had to make. We know this is a very intuitive way to work. I’ve got my database, and I want it on my form (period). Background First, lets look at what we had in 2002, 2003. In 2003 you could drag from Server Explorer...
The Visual Basic Team
Testing Events for Nothing/Null (Doug Rothaus)
Posted
over 4 years ago
by
VBTeam
10
Comments
While helping some Windows API folks with some sample code this week, I stumbled upon...uh...I mean “carefully researched” an issue that you might find handy. You may be aware that the RaiseEvent statement automatically checks to verify if an event...
The Visual Basic Team
Getting Loopy (Matt Gertz)
Posted
over 4 years ago
by
VBTeam
10
Comments
In my last post, I talked about the hidden costs that can occur whenever you call out to methods, particularly in loops. In looking at my examples, reader KG2V commented that another thing that folks need to be aware of is avoiding the assumption that...
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
Channel 9 Interview: Look Who's Working on Visual Basic (Beth Massi)
Posted
over 5 years ago
by
VBTeam
10
Comments
Last month when I was in Redmond I was pulled into a photo with some of the people working on Visual Basic. Do you notice something quirky about these pictures (besides me)? Yes, they are all wearing grey shirts! There's apparently a running joke going...
The Visual Basic Team
Co- and contra-variance (Lucian Wischik)
Posted
over 5 years ago
by
VBTeam
10
Comments
How do I convert an IEnumerable(Of CheckingAccount) into an IEnumerable(Of Account) ? (where CheckingAccount inherits from Account). Currently this conversion isn't allowed, but we're considering a VB language feature to support it. The topic is called...
The Visual Basic Team
PInvoke Interop Assistant on CodePlex (Jared Parsons)
Posted
over 5 years ago
by
VBTeam
9
Comments
I'm happy to announce that the PInvoke Interop Assistant tool is now available on CodePlex. This includes the binaries, source code and the dev authored unit tests. It is hosted on the more general CLR Interop Tools page. http://www.codeplex.com...
The Visual Basic Team
Tips and Tricks for Finding Information in the MSDN Library (Mary Lee)
Posted
over 4 years ago
by
VBTeam
9
Comments
When you have a question about how an API works, most of you will look in the MSDN Library . There are some tips and tricks to finding what you need in this vast resource. First of all, there are two main ways you can read the content in the...
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
Roslyn September 2012 CTP Available for Download!
Posted
8 months ago
by
VBTeam
9
Comments
VB Enthusiasts, Following last Wednesday’s official launch of Visual Studio 2012, we’re excited to announce that the Roslyn September 2012 CTP is now available for download and provides support for VS 2012 RTM. Please note that Visual Studio...
The Visual Basic Team
Extension methods and Generics (Extension Methods Part 5)
Posted
over 6 years ago
by
VBTeam
9
Comments
This is the 5th installment in my series of posts about extension methods. You can find links to the rest of the series here . Originally I had planned on discussing extension method versioning issues, but I've decided to postpone that topic to my next...
The Visual Basic Team
Converting SQL to LINQ, Part 9: Full Outer Join (Bill Horst)
Posted
over 5 years ago
by
VBTeam
9
Comments
This post assumes you’ve read the previous posts in this series. It makes the same assumptions as Part 8, and I will pick up where I left off, covering Full Outer Join. Once again, I recognize this isn’t an ideal situation, so if you’d like to see better...
Page 4 of 22 (548 items)
«
2
3
4
5
6
»