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
Dynamic Searching using LINQ - Dataset + Joins
Posted
over 4 years ago
by
VBTeam
7
Comments
About two years ago I posted some code that shows how to dynamically construct LINQ queries at runtime . On average there's a couple questions per month about trying it in some edge case, and usually the support already exists within the API. Recently...
The Visual Basic Team
TechEd Video: Future Directions for Visual Basic, by Anders Hejlsberg and Jonathan Aneja
Posted
over 4 years ago
by
VBTeam
7
Comments
As part of the new VB/C# co-evolution strategy , Visual Studio Technical Fellow Anders Hejlsberg has broadened his role. In addition to being Chief Architect for C#, he now sets the direction for both the VB.NET and C# languages. At TechEd, Anders...
The Visual Basic Team
Async Targeting Pack for Visual Studio 11, now available for .NET 4 and Silverlight 5
Posted
over 1 year ago
by
VBTeam
7
Comments
If you’ve held off trying Visual Studio 11 Beta because your .NET 4 or Silverlight 5 app uses the Async CTP, your wait is over! Today we’ve published the Async Targeting Pack for Visual Studio 11 , a NuGet package that lets your Visual...
The Visual Basic Team
Putting back functionality left out of VB Core - ( If you can't live without Mid when writing WP7 apps ;-) )
Posted
over 2 years ago
by
VBTeam
7
Comments
For development of windows phone applications a new feature was added to the Visual Basic compiler known as VB Core. This is a reduced version of the runtime designed to allow development for a broader variety of platforms without incurring the larger...
The Visual Basic Team
VB Support for the XNA platform
Posted
over 2 years ago
by
VBTeam
7
Comments
With the release of the Mango Toolset, Visual Basic support for XNA and Windows Phone has now been added. VB resources include VB XNA documentation and VB WP7 code samples and starter kits and this post is intended to walk you through some of the...
The Visual Basic Team
Explanation of cross-targeting in Visual Studio
Posted
over 8 years ago
by
VBTeam
7
Comments
By Amanda Silver John Rivard , one of the two tech leads on the Visual Basic team, has entered the blogosphere! His first post is a doosey – it explains why Visual Studio 8.0 doesn’t cross target (let you target version 1.0 and 1.1 of the CLR and...
The Visual Basic Team
TableAdapters and Object Binding - Bridging the gap
Posted
over 8 years ago
by
VBTeam
7
Comments
In Whidbey we’ve done a lot of work to enable design time support for object based data binding. This leaves the question of how to load and save custom objects. How do developers get the rich functionality of DataSet but using their own object model? In this article I’ll describe some common infrastructure for building a set of base classes to enable round tripping your objects to/from the database....
The Visual Basic Team
What do the announcements at Mix mean for the Visual Basic developer?
Posted
over 6 years ago
by
VBTeam
7
Comments
At the Mix conference today in Las Vegas, Ray Ozzie and Scott Guthrie were dropping goodies like tootsie pops from a piñata. There was so much packed into their over two hour keynote that I thought it would be useful to distill the announcements down...
The Visual Basic Team
Visual Basic XML Transform - TechEd demo prep
Posted
over 6 years ago
by
VBTeam
7
Comments
Hello from Orlando! I’ve been at TechEd 2007 this week in very sunny Orlando. As part of my demo prep, I had to create a little xml transform to convert the TechEd schedule that I got off the www.msteched.com website in an Excel XML format into a more...
The Visual Basic Team
What is the difference between VB 9, VBx and Silverlight? (Scott Wisniewski)
Posted
over 6 years ago
by
VBTeam
7
Comments
I recently received an email from a customer asking for clarification as to what the difference was between VB 9 , VBx and Sliverlight . In particular, it seems as if we have been releasing so much information about cool new stuff that at least a few...
The Visual Basic Team
Whats New In VB2005 - Some parts of the TechEd demos
Posted
over 7 years ago
by
VBTeam
7
Comments
So I cleaned up my teched demos and editted the notes so hopefully, someone other than me (without access to what's inside my head ;-)) can follow along and see some of the cool new things in VB2005. Simply unzip the solution, open it, and remember to...
The Visual Basic Team
LINQ Cookbook, Recipe 5: Concatenating the selected strings from a CheckedListBox (Kit George)
Posted
over 6 years ago
by
VBTeam
7
Comments
Ingredients: - Visual Studio 2008 (Beta2 or Higher) Categories: LINQ-To-Objects, LINQ and WinForms Instructions: Open Visual Studio 2008, and Click ‘File/New Project’. Create a new Windows Forms Application project From the...
The Visual Basic Team
LINQ Cookbook, Recipe 2: Find all capitalized words in a phrase and sort by length (then alphabetically) (Kit George)
Posted
over 6 years ago
by
VBTeam
7
Comments
Ingredients: - Visual Studio 2008 (Beta2 or Higher) - Some text you want to search Categories: LINQ-To-Objects, LINQ and strings, LINQ and WinForms Instructions: - Open Visual Studio 2008, and Click ‘File/New Project’. Find and double...
The Visual Basic Team
Preparing for the Next Product Cycle (Matt Gertz)
Posted
over 5 years ago
by
VBTeam
7
Comments
I once had to learn how to juggle in a very brief time in order to get an “A” in my high school computer science class. I am not making this up. The idea was that juggling, being a systemic process, was somehow analogous to writing programs and… well...
The Visual Basic Team
LINQ for the Web Using VB (By Paul Yuknewicz)
Posted
over 6 years ago
by
VBTeam
7
Comments
Happy holidays! It's been a long time since I've written a post, so I figure I can bring in the new year answering some great questions submitted by you. Just this week someone gave me this feedback: "I am having a difficult time finding information...
The Visual Basic Team
Higher Algebra with Operator Overloads (Brian Beckman)
Posted
over 6 years ago
by
VBTeam
6
Comments
Recently I did a Channel 9 interview with Beth Massi where I walked through a Visual Basic program that used Generics and Operator overloads to perform some higher mathematics. I thought I'd follow up with a post explaining the details of exactly what...
The Visual Basic Team
LINQ Cookbook, Recipe 12: Calculate the Standard Deviation (Doug Rothaus)
Posted
over 6 years ago
by
VBTeam
6
Comments
Ingredients: · Visual Studio 2008 (Beta2 or Higher) Categories: LINQ to Objects Introduction: LINQ Cookbook, Recipe 11 showed how you can use LINQ queries to perform calculations on sets of data using a set of standard aggregate functions...
The Visual Basic Team
New Community Article - Windows Workflow 101 (Beth Massi)
Posted
over 5 years ago
by
VBTeam
6
Comments
Yesterday on the Visual Basic Developer Center we released a new article by VB MVP , Maurice DeBeijer on getting started with Windows Workflow called Windows Workflow 101 . This is the first in a series of Workflow articles by Maurice. If you're struggling...
The Visual Basic Team
Recap of European Launch Events for Visual Studio 2008 (Amanda Silver)
Posted
over 5 years ago
by
VBTeam
6
Comments
Last week I had the privilege of speaking in Lisbon, Portugal & Birmingham, England at launch events for Visual Studio 2008. There seemed to be a lot of buzz and excitement in the air at both events -- no doubt due to the recent release of Visual...
The Visual Basic Team
New Community Article - The Power of Custom Workflow Activities (Part 2) (Beth Massi)
Posted
over 5 years ago
by
VBTeam
6
Comments
On Wednesday we released onto the VB Developer Center the second part of Maurice de Beijer's article on Windows Workflow. In this second article about developing custom Workflow Activities , Maurice takes a look at some of the more advanced aspects of...
The Visual Basic Team
LINQ Cookbook, Recipe 3: Find all the prime numbers in a given range (Jonathan Aneja)
Posted
over 6 years ago
by
VBTeam
6
Comments
Ingredients: - Visual Studio 2008 (Beta2 or Higher) Categories: LINQ-To-Objects Instructions: - Open Visual Studio 2008, and Click ‘File/New Project’. Find and double-click the ‘Console Application’ Icon - Add the following code:...
The Visual Basic Team
Owner Draw in VB (Matt Gertz)
Posted
over 6 years ago
by
VBTeam
6
Comments
I hate going so long without blogging, but it’s getting really busy around here as we get closer to the endgame for Visual Studio 2008. That, combined with “review time,” creates a bit of a problem for writing apps for the blog, and I wasn’t able to give...
The Visual Basic Team
Linq Cookbook, Recipe 6: Your first Linq Application using Northwind (Kit George)
Posted
over 6 years ago
by
VBTeam
6
Comments
This example is intended as a ‘primer’ for following recipes (so we don’t repeat the same instructions multiple times). This recipe takes you through everything you need, and assumes only that you've installed Visual Studio (and in so doing, you've installed...
The Visual Basic Team
LINQ Cookbook, Recipe 9: Dynamic Sort Order (Doug Rothaus)
Posted
over 6 years ago
by
VBTeam
6
Comments
Ingredients: · Visual Studio 2008 (Beta2 or Higher) Categories: LINQ-To-XML Introduction: You can use the Order By clause to easily sort the results of a LINQ query in Visual Basic. A common requirement for sorted data, however, is that...
The Visual Basic Team
Petzold Chapter 3 (Young Joo)
Posted
over 6 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...
Page 6 of 22 (548 items)
«
4
5
6
7
8
»