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
Presentation Materials from Belgian TechDays 2009 (Lisa Feigenbaum)
Posted
over 4 years ago
by
VBTeam
4
Comments
Last week, I gave two talks at the Belgian TechDays in Antwerp. This was my first time at the conference, and it was a great event! I've created a resource page on Code Gallery for the presentation materials from my talks: http://code.msdn.microsoft.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
Veni, MIDI, Vici: Generating a simple MIDI file using VB, part 2 (Matt Gertz)
Posted
over 4 years ago
by
VBTeam
12
Comments
In part 1 of this series, I constructed a pair of classes to supporting persisting MIDI data to files. In this entry, I’ll now leverage that code to support an (admittedly limited) music editor experience. Caveat : As I mentioned in the first post...
The Visual Basic Team
Visual Studio 2008 Voted Best IDE! (Lisa Feigenbaum)
Posted
over 4 years ago
by
VBTeam
3
Comments
The results from InfoWorld's 2009 Technology of the Year Awards are in. Visual Studio 2008 was voted Best IDE, with the following commentary: Microsoft Visual Studio 2008 Visual Studio stands alone as the preferred development environment for applications...
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
Concurrent Basic on Channel 9 (Lucian Wischik, Lisa Feigenbaum)
Posted
over 4 years ago
by
VBTeam
1
Comments
Concurrency is an important topic on everyone's mind, when considering future trends for computing and programming languages. Concurrent Basic is a variant of the Visual Basic language, with new constructs baked in to help handle concurrency and parallelism...
The Visual Basic Team
VB XML Literals with ASP.NET MVC (Lisa Feigenbaum)
Posted
over 4 years ago
by
VBTeam
3
Comments
Have you been following the buzz on VB XML Literals with ASP.NET MVC?! Last week, Beth Massi posted a Channel 9 video with ASP.NET Product Unit Manager Dmitry Robsman. You can find a written description of the topic on Dmitry's blog: ASP.NET MVC View...
The Visual Basic Team
Visual Basic at MIX '09 (Lisa Feigenbaum)
Posted
over 4 years ago
by
VBTeam
4
Comments
For the Visual Basic web developers, be sure to check out MIX this year! The conference will be taking place March 18-20, at the Venetian hotel in Las Vegas. http://2009.visitmix.com/ The list of sessions is posted here . Included in the agenda will be...
The Visual Basic Team
Visual Basic 10 on the 10-4 Channel9 Series! (Lisa Feigenbaum)
Posted
over 4 years ago
by
VBTeam
0
Comments
Check out the latest video in the 10-4 Channel 9 series, on Visual Basic 10: Episode 9: Visual Basic 10 In this ninth episode of 10-4 , we introduce some of the new features and functionality coming to the Visual Basic language with the release of Visual...
The Visual Basic Team
Web-scraping using Visual Basic's XML support
Posted
over 4 years ago
by
VBTeam
1
Comments
We've just had a fascinating article about using VB's XML literals to produce web pages. I've been interested in the other side of the process: using VB's XML support to scrape web-pages for data. Here's the essential bit of code, which looks for something...
The Visual Basic Team
Channel 9 Interview: ASP.NET MVC using Visual Basic XML Literals (Beth Massi)
Posted
over 4 years ago
by
VBTeam
4
Comments
Today I posted an interview on Channel 9 with Dmitry Robsman, the Product Unit Manager for ASP.NET. In this interview he shows us how he implemented ASP.NET MVC views using Visual Basic's XML Literals instead of .aspx pages. Dmitry shows us how this makes...
The Visual Basic Team
An Updated Screensaver Example (Matt Gertz)
Posted
over 4 years ago
by
VBTeam
25
Comments
I’ve just completed a task that I set out to do about five years ago, and I am pretty proud (and tired)! I have just finished scanning in every single photo that I’ve acquired over my 40+ years of life, fixing up their dates to reflect the date when the...
The Visual Basic Team
New WPF "How Do I" Video on Formatting Data Entry (Beth Massi)
Posted
over 4 years ago
by
VBTeam
1
Comments
Today we released a new How Do I Video onto the VB Dev Center on how to format controls on data entry forms using the IValueConverter like I showed on my blog here . The IValueConverter allows you full control over the display of the data as well as the...
The Visual Basic Team
Happy New Year! (Lisa Feigenbaum)
Posted
over 4 years ago
by
VBTeam
3
Comments
On behalf of the Microsoft Visual Basic team, I'd like to wish all of our readers a happy & healthy new year. We truly enjoy getting to know you through your comments and emails, so here's an opportunity to say "thanks"! ...
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...
Page 6 of 22 (548 items)
«
4
5
6
7
8
»