Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
November, 2007
MSDN Blogs
>
The Visual Basic Team
>
November, 2007
The Visual Basic Team
A group blog from members of the VB team
Executive Bloggers
S. Somasegar
Jason Zander
Brian Harry
Scott Guthrie
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Languages
Visual Basic
Visual C#
Visual C# by Eric Lippert
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Subscribe
Comments
Contact
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
Translate this page
Powered by
Microsoft® Translator
Menu
Blog Home
Email Blog Author
RSS for posts
RSS for comments
Atom
Archives
Archives
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
(7)
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
(55)
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
▲
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The Visual Basic Team
Converting SQL to LINQ, Part 2: FROM and SELECT (Bill Horst)
Posted
over 5 years ago
by
VBTeam
23
Comments
This post assumes you’ve read Converting SQL to LINQ, Part 1: The Basics . I’ve made the following name changes since the last post, which I hope will make the code examples clearer: · Customers -> CustomerTable · Orders -> OrderTable...
The Visual Basic Team
Launching External Tools from inside Visual Studio (Jonathan Aneja)
Posted
over 5 years ago
by
VBTeam
2
Comments
Visual Studio has a small but extremely useful feature that allows you to hook external tools directly into the IDE’s Tools menu. All you have to do is click Tools->External Tools… and then you can add your own custom menu items that will launch a...
The Visual Basic Team
Drawing Maps with Visual Basic (Scott Wisniewski)
Posted
over 5 years ago
by
VBTeam
12
Comments
If you find yourself looking for something to do with your awesome new copy of Visual Studio 2008 , you should check out the December 2007 edition of MSDN magazine . It features an article, written by me, that provides a walk through on how to visualize...
The Visual Basic Team
Petzold WPF Book Sample Conversion Update (Young Joo)
Posted
over 5 years ago
by
VBTeam
1
Comments
Been a while since I posted Chapter 3 of Petzold's WPF book converted to VB . In case you missed it, Patrick started working on this project which I took over early this month. Anyway, I am very excited to tell you about progress we've been able to make...
The Visual Basic Team
Awesome VB9 Blog Series by Bart De Smet (Amanda Silver)
Posted
over 5 years ago
by
VBTeam
0
Comments
I guess I've been working too hard on getting the product ready to ship to notice that Bart has put together an awesome blog series on VB9 . It includes discussion of a feature called runtime agility or compiler agility that we haven't taken up on this...
The Visual Basic Team
Visual Studio 2008 SDK 1.0 and Visual Studio 2008 Shell released (Beth Massi)
Posted
over 5 years ago
by
VBTeam
2
Comments
Today the VS Ecosystem team released the Visual Studio 2008 SDK 1.0 and the Visual Studio 2008 shell . The VS 2008 SDK contains full native Visual Basic support and contains many VB samples. What was in the VB Pack for the VS 2005 SDK is now included...
The Visual Basic Team
Hidden Gems in Visual Basic 2008 (Amanda Silver)
Posted
over 5 years ago
by
VBTeam
18
Comments
Yesterday I promised to post about the hidden gems in Visual Basic and Visual Studio 2008 that you haven’t read about in blog posts or seen at conferences. I forgot that I mentioned a few of my favorite features in the Beta1 announcement where I...
The Visual Basic Team
Converting SQL to LINQ, Part 1: The Basics (Bill Horst)
Posted
over 5 years ago
by
VBTeam
19
Comments
As you may already know, VB LINQ statements enable SQL-like syntax for queries in the VB language. LINQ syntax doesn't match SQL syntax exactly, so if you are already working with SQL or familiar with SQL queries, you may find yourself wanting to convert...
The Visual Basic Team
Visual Basic 2008 Ships!!! (Amanda Silver)
Posted
over 5 years ago
by
VBTeam
9
Comments
Hooray! Today we’ve finally shipped Visual Studio 2008, previously known as “Orcas”, previously known as some symbol which doesn’t have an ascii representation. We’ve come a long way , but it’s been a great ride. In...
The Visual Basic Team
One is the Loneliest Number (Matt Gertz)
Posted
over 5 years ago
by
VBTeam
19
Comments
(This post assumes that you’ve read my previous post on Windows Media at http://blogs.msdn.com/vbteam/archive/2007/10/30/let-the-music-play-matt-gertz.aspx – I will be modifying that code in this post.) After posting my media player blog sample a couple...
The Visual Basic Team
Don Box on Visual Basic 9 (Beth Massi)
Posted
over 5 years ago
by
VBTeam
1
Comments
It looks like Don Box is really liking Visual Basic 9 and it's unique XML support, LINQ query syntax , and lambdas . He even mentions in a post about authentication with REST that his dream stack would be doing direct XML payload programming with Visual...
The Visual Basic Team
Creating Visual Basic Add-ins for Windows Home Server (Beth Massi)
Posted
over 5 years ago
by
VBTeam
2
Comments
We recently announced the availability of Windows Home Server . Here's an interview on Channel 9 with Dev Lead, Chris Gray, where he talks about the extensibility model and then walks through how to create an add-in for the Home Server console using Visual...
The Visual Basic Team
Channel 9 Interview: Type Inference in Visual Basic with Bill Horst (Beth Massi)
Posted
over 5 years ago
by
VBTeam
1
Comments
I just posted an interview on Channel 9 with Bill Horst , a member of the Visual Basic QA team. Bill shows us the ins and outs type inference in the newest version of Visual Basic in Visual Studio 2008. He shows us how the new Option Infer works and how...
The Visual Basic Team
LINQ Cookbook, Recipe 10: Pre-compiling Queries for Performance (Doug Rothaus)
Posted
over 5 years ago
by
VBTeam
5
Comments
Ingredients: · Visual Studio 2008 (Beta2 or Higher) Categories: LINQ to SQL Introduction: As we add cookbook entries, we will include performance improvement tips where appropriate. Here’s a tip that you can use with LINQ to SQL to speed...
The Visual Basic Team
Petzold Chapter 3 (Young Joo)
Posted
over 5 years ago
by
VBTeam
6
Comments
I am Young Joo, PM @ VB team. I will be helping out Patrick on converting samples in Charles Petzold's WPF book (Applications = Code + Markup) to Visual Basic. This is an exciting project and I hope you enjoy this as much as I do. Another exciting news...
The Visual Basic Team
Refactoring in Action (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
5
Comments
Have you downloaded the latest Refactoring tools from Developer Express? There is a free version available on the Visual Basic Developer Center . Once you download, you will discover a number of cool capabilities you can now do in the Visual Basic IDE...
The Visual Basic Team
New Community Article - Using Business Objects with WCF (Beth Massi)
Posted
over 5 years ago
by
VBTeam
3
Comments
There's a new article up on the VB Dev Center by Rob Windsor , a follow up from his first Getting Started with WCF article, called Using Custom Business Objects with Windows Communication Foundation . Rob explains how to serialize your own custom business...
The Visual Basic Team
New Visual Basic LINQ to XML Videos Released! (Beth Massi)
Posted
over 5 years ago
by
VBTeam
2
Comments
We just released a new set of How-Do-I videos in our LINQ series on LINQ to XML in Visual Basic. These 4 new videos will help get you up to speed on using this new language feature in Visual Basic 2008. They walk you through the basics of LINQ to XML...
Page 1 of 1 (18 items)