Sign in
MSDN Blogs
Microsoft Blog Images
More ...
MSDN Blogs
>
The Visual Basic Team
>
December, 2008
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
December, 2008
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The Visual Basic Team
VB Developer? Read MSDN Magazine? You're in luck! (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
8
Comments
MSDN Magazine Editor in Chief, Howard Dierking, announced a number of changes to the magazine in the January 2009 Editor's Note . Among that list of changes was the following excerpt: "Furthermore, we recently began moving all of our article code samples...
The Visual Basic Team
System.Diagnostics.Process: avoid deadlocks in RedirectStandardInput/Output (Lucian Wischik)
Posted
over 5 years ago
by
VBTeam
2
Comments
It's common that you want to launch an external process but supply input and capture the output. Here's one attempt: ' BAD CODE Using p As New System.Diagnostics.Process p.StartInfo.FileName = "cat" p.StartInfo.UseShellExecute = False p...
The Visual Basic Team
10-4 Episode 2: Welcome to Visual Studio 2010 (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
2
Comments
It's a new week, and the 10-4 video podcast series continues! The topics for this week include an overview of VS 2010, and a special focus on the Start Page. Here's a description of the episode, from the creators: 10-4 Episode 2: Welcome to Visual Studio...
The Visual Basic Team
Video: Downloading and Using the Visual Studio 2010 September CTP (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
1
Comments
The first episode of the 10-4 podcast series is about downloading the VS 2010 CTP. We had blogged the instructions before, but this video will take you through the process. Download now, and start trying out all the new features! :) Episode 1: Downloading...
The Visual Basic Team
Sshhh… it’s a secret (Matt Gertz)
Posted
over 5 years ago
by
VBTeam
16
Comments
Back in seventh grade, I had a pretty heavy crush on a girl named Melissa. She was a good friend of mine, and so I had no problems talking to her. However, being painfully shy back then, I was far too nervous to ever ask her to “go with” me. (For those...
The Visual Basic Team
Announcing 10-4! Weekly video podcasts on Visual Studio 2010 and the .NET Framework 4.0 (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
3
Comments
The Visual Studio and .NET Framework evangelism team has announced 10-4 , a new video podcast. 10-4 will feature different capabilities of Visual Studio 2010 and the .NET Framework 4.0 every week! To get the episodes, visit the show's new home on Channel9...
The Visual Basic Team
What's the list of new language features in Visual Basic 10.0 and C# 4.0? (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
24
Comments
This post is in response to a question we received in the blog comments last week. It's often difficult to study future versions of VB and C#, and figure out what's the same and what's different! Therefore, I've put together a chart that shows both the...
The Visual Basic Team
Are you a VB developer and interested in Silverlight? (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
3
Comments
If so, vote here to see more Silverlight samples in VB: http://www.codeplex.com/Silverlight/WorkItem/View.aspx?WorkItemId=1222
The Visual Basic Team
Join the Visual Basic team on Facebook! (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
2
Comments
Do you spend a lot of time on Facebook ? Facebook is now one more way that you can connect with the Visual Basic team, and other fellow Visual Basic friends. Log on and join today ! Friends of the Microsoft Visual Basic Team Facebook Group
The Visual Basic Team
Make sure you apply this fix before your VS2010 CTP VPC expires! (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
1
Comments
Have you downloaded and started using the Visual Studio 2010 Community Technology Preview ("CTP") ? If so, you may have noticed that the Virtual PC it runs on, will expire at the end of the year. See the following blog posts from Brian Keller...
The Visual Basic Team
Walkthrough: Quick Search for Files and Symbols in Visual Studio 2010 (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
4
Comments
Quick Search has to be one of my favorite features in the 2010 CTP. I find myself using it all the time ! I hope you will find it useful in your development too. The Quick Search functionality has become a pretty common feature in development environments...
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
Community Article: Scaling ADO.NET DataTables (Beth Massi)
Posted
over 5 years ago
by
VBTeam
2
Comments
We we released a new community article onto the Visual Basic Developer Center by one of our MVPs, Jeff Certain , called Scaling ADO.NET DataTables . In this article Jeff shows shows us how to query and aggregate data using the built in DataTable methods...
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
Walkthrough: Office Programmability in Visual Basic and C# in VS 2010 (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
4
Comments
This is another walkthrough , demonstrating how to use some new Visual Studio 2010 features available in the October VS2010 CTP . It provides steps to follow in the CTP build; however, you may find that you are able to give feedback on the descriptions...
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
VB 2008 Keyboard Shortcut Posters -- Download your copy today! (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
15
Comments
Some of you may be using the 2005 posters we released last year. There is now a 2008 version available as well! There aren't too many changes. We've actually tried to stay pretty consistent with the VB keybindings (going back to at least VB6), since...
The Visual Basic Team
Using both VB.Net and C#? (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
8
Comments
It's common today to switch back and forth between VB.Net and C# for different projects, jobs, teams, etc. VB MVP Kathleen Dollard and C# MVP Bill Wagner have gathered some tips to keep in mind when you make these transitions. They both write for Visual...
The Visual Basic Team
M. G. Phone Home (Matt Gertz)
Posted
over 5 years ago
by
VBTeam
2
Comments
M. G. Phone Home (Matt Gertz) I have a slight problem with my cell phone. It’s a smartphone; I love it, I use it all the time, and I don’t what I’d do without it, but I’ve been pretty aggravated with its support of Bluetooth. It will fail to pair with...
The Visual Basic Team
Did you know? You can unwind the call stack from exceptions (Bill Horst)
Posted
over 5 years ago
by
VBTeam
2
Comments
The ability to unwind the call stack from exceptions is one of the debugger features that was newly introduced in Visual Basic.NET 2005. When the debugger hits a first-chance exception, you can unwind the call stack in order to make code edits to fix...
The Visual Basic Team
Happy 10th Birthday to the Italian VB Tips and Tricks Community! (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
6
Comments
"Visual Basic Tips & Tricks" is an Italian online community that was started 10 years ago today. To be exact, the first tips were actually published in 1996 on a personal web page of the founder and leader, Gianluca Cannalire. However, the group recognizes...
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
Video: Microsoft Visual Basic 2008 Tips and Tricks (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
3
Comments
I've blogged the session materials for this presentation before, but now we finally have the video available too! Here are some section markers: Enjoy! http://www.microsoft.com/emea/teched2008/developer/tv/default.aspx?vid=79
The Visual Basic Team
Video: The Joy of Writing Code in Visual Studio 2010 (Karen Liu)
Posted
over 5 years ago
by
VBTeam
0
Comments
We've had a couple recent posts about the Code Focused development experience coming up in the Visual Studio 2010 IDE: Code Focus Announcements in the TechEd EMEA Keynote Code Focus Videos on Channel 9 Now for the ultimate coverage (a complete TechEd...
The Visual Basic Team
Channel9 series: Visual Studio 2010 and the .NET Framework 4.0 Week! (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
2
Comments
There's a great Channel9 series that was recently released, with lots of videos on what to look forward to in VS 2010 and .Net Framework 4.0! The landing page is here ; full lineup is below. Intro (Monday, November 10th): - Visual Studio 2010 Overview...
Page 1 of 2 (28 items)
1
2