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
Do you have an opinion about Visual Studio and .NET Framework developer Help content?
Posted
over 5 years ago
by
VBTeam
5
Comments
Our Help content architect, Kathleen McGrath , has created a short, anonymous survey (15 questions/10 mins.) to gather input on how and when the Visual Studio and .NET Framework developer Help content is used, how satisfied you are with it, and about...
The Visual Basic Team
Article: Sharpening Your Axis with Visual Basic 9 (Beth Massi)
Posted
over 5 years ago
by
VBTeam
5
Comments
In the July/August issue of CoDe Magazine there's an article I wrote with Avner Aharoni (the Program Manager on XML literals) called Sharpening Your Axis with Visual Basic 9 . (They just opened up online access to even non-subscribers today!) I highly...
The Visual Basic Team
WANTED: Your feedback on a potential Quick Search & Navigate feature (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
5
Comments
We've started a new page on Code Gallery called "Future Focus" , to collect your feedback on ideas that we're considering for future versions of Visual Studio. The latest post is regarding an IDE feature to help you quickly search for and navigate...
The Visual Basic Team
VB Catch ... When: Why so special?
Posted
over 5 years ago
by
VBTeam
5
Comments
The VB Catch syntax has a unique feature: When. It allows users to filter expressions based on something other than their type. Any arbitrary code can enter a When block to decide whether or not to handle an Exception. Sub Sub1() Try DoSomeAction...
The Visual Basic Team
Microsoft Announces Visual Studio 2010 and .Net Framework 4.0 (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
5
Comments
Microsoft has announced the names Visual Studio 10 and .Net Framework 4.0 for the next versions of these two products! Here are a number of references where you can look to find more information about this announcement: http://www.microsoft.com/presspass...
The Visual Basic Team
Walkthrough: TDD Support with the Generate From Usage Feature in VS 2010 (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
5
Comments
As part of the October VS 2010 CTP , we also shipped a set of walkthrough documents explaining how to use the product to experience the new features. The CTP was released as a Virtual PC image, and can be a pretty hefty download to undertake. So for those...
The Visual Basic Team
Did you know? There are many ways to insert a snippet into your code (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
5
Comments
Code snippets were introduced in the Visual Basic 2005 release. They provide an easy way to learn how to do a particular coding task, or to re-use a piece of code in various parts of your application. Code snippets can be inserted in a variety of ways...
The Visual Basic Team
Walkthrough: Dynamic Programming in Visual Basic 10.0 and C# 4.0 (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
5
Comments
This blog post is part of a series on the walkthroughs included in the October VS2010 CTP . Each walkthrough guides you through a series of steps, to help you experience the new features coming up in Visual Studio 2010 and .NET Framework 4.0. Even if...
The Visual Basic Team
Visual Studio: Snow Edition
Posted
over 5 years ago
by
VBTeam
5
Comments
There was lots of snow today. The Microsoft campus was almost empty as everyone worked from home. This picture shows what it's like to develop Visual Studio in the snow... Wallpaper sized: http://www.wischik.com/lu/programmer/vbdev/vs_snow_1600x1200...
The Visual Basic Team
On The Blink (Matt Gertz)
Posted
over 3 years ago
by
VBTeam
5
Comments
One of the really fun things about being associated with the Visual Basic team is getting to see all of the varied usages to which our customers put it. From enterprise software to games, our customer base covers a wide range. The most fun to see, however...
The Visual Basic Team
Linking Zune media items with LinQ, Part 1 (Matt Gertz)
Posted
over 4 years ago
by
VBTeam
5
Comments
Way back in October 2007, I wrote up a few posts ( here and here ) on my experiments with the Windows Media Player object model. The problem I was trying to solve was that, when I had a playlist set to “shuffle,” WMP would break up songs that should always...
The Visual Basic Team
How We Do It: Building the Visual Studio Product Line (Beth Massi, Matt Gertz)
Posted
over 4 years ago
by
VBTeam
5
Comments
Ever wonder how we build Visual Studio and the .NET Framework? I mean literally. You know, the build process that spits out a product at the other end? Well I sure did and it's not just hitting F5 people ;-). In this interview I sit down with Matt...
The Visual Basic Team
Temperature Monitoring using VB.Net, Micro-framework and a Netduino
Posted
over 2 years ago
by
VBTeam
5
Comments
Introduction As a bit of a geek, I like to tinker with basic gadgets. I often think of little ideas that would be great to implement but the device involves some hardware and very little software. As a software engineer I tend to think in terms of...
The Visual Basic Team
New VB9 Bloggers
Posted
over 7 years ago
by
VBTeam
5
Comments
By Amanda Silver I just wanted to let you know that we’re working furiously on turning the VB9 features into an actual product, understanding how the debugger and editor should support them, and getting another CTP out to you all. Your feedback...
The Visual Basic Team
DTEE is BACK!!! by Kathleen Tamanaha
Posted
over 8 years ago
by
VBTeam
5
Comments
Running Code at Design Time from the Immediate Window Back in Visual Basic 6.0, developers were able to evaluate expressions from the Immediate Window at design time (we’ll call this feature ‘DTEE’ – Design Time Express Evaluation from now on)....
The Visual Basic Team
Updating a Joined Query
Posted
over 9 years ago
by
VBTeam
5
Comments
A statement we hear a lot is: “The Typed DataSet is great, but the DataAdapters don’t support joined queries. I need a relational model in the database, but I need my application model to flatten things out:” Using the Data...
The Visual Basic Team
Tech Ed, Conclusion.
Posted
over 9 years ago
by
VBTeam
5
Comments
Posted By: Alexandre Moura, Visual Basic QA, compiler Well, back in the rain in Redmond after a waiting list scare at the airport - with my first TechEd behind me, it's time to recap: The main thing I've brought from this exhibition is that most...
The Visual Basic Team
Working with Shortcut Keys (Lisa Feigenbaum)
Posted
over 6 years ago
by
VBTeam
5
Comments
Since we have so many Orcas posts going up on this blog, I've decided to continue with a few that you can use TODAY in Visual Studio 2005. This one is about working with shortcut keys... For those of you using the Visual Basic Development Settings...
The Visual Basic Team
AmandaS' LINQ talk at VSLive Orlando
Posted
over 6 years ago
by
VBTeam
5
Comments
I escaped from Redmond this week to present at VSLive Orlando on LINQ in Visual Studio Orcas. As promised, please find the slides and demos included as an attachment below. As mentioned during the talk – that was intended to be an overview. If you...
The Visual Basic Team
Interop Roadmap – UserControls, MDI, and Data
Posted
over 7 years ago
by
VBTeam
5
Comments
Recently the VB team released the Interop Forms Toolkit , which allows VB6 developers to extend their existing applications using .NET. The toolkit allows developers to write a regular Windows Form in VB.NET, click “Generate Wrapper Classes”, and then...
The Visual Basic Team
Extension Methods Best Practices (Extension Methods Part 6)
Posted
over 6 years ago
by
VBTeam
5
Comments
This is the sixth installment in my series of posts about extension methods. You can find links to the rest of the series here . Today I am going to talk about some best practices for using extension methods. Most of this content is geared toward authors...
The Visual Basic Team
New Data Tools Features in Visual Studio Orcas
Posted
over 6 years ago
by
VBTeam
5
Comments
Here's a list of new data tools features in Visual Studio. I will be discussing each one in more detail in upcoming posts. Object Relational Designer The object relational mapping technology lets you map relational databases to objects. Once 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
VB expression trees - string comparisons
Posted
over 6 years ago
by
VBTeam
5
Comments
Hey there! Last time, I talked a little bit about expression trees and what they are useful for. Expression trees are really interesting to those who want to write LINQ providers and have the ability to reason about the lambda expressions coming into...
The Visual Basic Team
Visual Basic Pack for Visual Studio 2005 SDK Released! (Beth Massi)
Posted
over 6 years ago
by
VBTeam
5
Comments
The Visual Studio Extensibility (VSX) Team released the Visual Basic Pack for Visual Studio 2005 SDK on Friday! This download provides the SDK samples in Visual Basic and a new wizard that is used for generating Visual Basic-based integration packages...
Page 8 of 22 (548 items)
«
6
7
8
9
10
»