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
Community Article: Creating a Text-to-speech add-in for Word (Beth Massi)
Posted
over 5 years ago
by
VBTeam
2
Comments
Just released onto the Visual Basic Developer Center , a new article Creating a Text-to-speech add-in for Microsoft Word 2007 with Visual Studio 2008 from a member of our Italian .NET community, Alessandro Del Sole . The article shows how to use Visual...
The Visual Basic Team
TechEd US 2008: Presentation Materials for TLA325 (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
3
Comments
This week I presented "Microsoft Visual Basic IDE Tips and Tricks" at TechEd US 2008. Thanks to those of you who attended. The presentation materials are listed below. Slide deck 2008 solution - post demo version 2005 solution - post demo...
The Visual Basic Team
Come hear about VB 2008 Tips & Tricks at TechEd US! (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
2
Comments
The VB team has two great sessions coming up on Wednesday June 4th, covering tips & tricks for the language and IDE. Abstracts are below. Hope to see you there! TLA319 Microsoft Visual Basic 2008: Microsoft LINQ Language Tips, Tricks, and Best...
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
LINQ Deep Dive and Best Practices Presentation Materials (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
2
Comments
I presented the following talk this week at VSLive! Orlando 2008 : Visual Studio 2008: LINQ Deep Dive and Best Practices LINQ (Language Integrated Query) is a key platform innovation introduced with Visual Studio 2008 which brings SQL-style query expressions...
The Visual Basic Team
VB 2008 IDE Tips & Tricks Presentation Materials (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
5
Comments
Last week I went on a user group tour around Southern California. I've uploaded the materials from my talk: Powerpoint presentation Solution at the Start of the Demo Solution at the End of the Demo You can find these all posted together...
The Visual Basic Team
How LINQ to Dataset works in VB (Jonathan Aneja)
Posted
over 5 years ago
by
VBTeam
8
Comments
LINQ at its core requires any data source to be queryable , which basically means it must implement IEnumerable. (It’s actually a bit more complicated than that, for a full explanation see section 11.21.2 of the Visual Basic 9.0 Language Specification...
The Visual Basic Team
Using LINQ to Dataset in an .aspx page (Jonathan Aneja)
Posted
over 5 years ago
by
VBTeam
5
Comments
Recently I got a customer question about how to use LINQ to Dataset in an .aspx file. The compiler was complaining that it couldn't find the AsEnumerable method that allows LINQ to work over a DataTable ("AsEnumerable is not a member of 'DataTable'")...
The Visual Basic Team
Visual Basic "Learn" Section of MSDN - Give it a Spin (Beth Massi)
Posted
over 5 years ago
by
VBTeam
3
Comments
The Learn tab of the Visual Basic Developer Center is being updated with a bunch of new content and VS 2008 topics. If you look at the center of the page you'll see the list of topics and when you click one, you should now see some fresh stuff. Currently...
The Visual Basic Team
VB XML Cookbook, Recipe 5: The “Halloween” Problem (Doug Rothaus)
Posted
over 5 years ago
by
VBTeam
2
Comments
In the last two XML cookbook entries, we talked about the technique of using the ReplaceWith method to perform an identity transform. While this technique may meet your needs, it can introduce a problem in your code commonly referred to as the “Halloween...
The Visual Basic Team
Converting SQL to LINQ, Part 10: Like (Bill Horst)
Posted
over 5 years ago
by
VBTeam
10
Comments
This post assumes you’ve read my previous Converting SQL to LINQ posts. I haven’t had much in the way of specific requests for more LINQ posts, so I’d still welcome any suggestions that people want to offer. I did get one request about how to mimic...
The Visual Basic Team
Come join me on a Southern California user group tour (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
5
Comments
I will be presenting on the VB IDE in Southern California this week at a series of user group meetings. The events will be held in the San Diego and the Los Angeles area . Charlie Calvert from the C# team will be flying down from Redmond to speak as well...
The Visual Basic Team
VB XML Cookbook, Recipe 4: Get Inner XML from the Nodes Property (Doug Rothaus)
Posted
over 5 years ago
by
VBTeam
2
Comments
Recipe 3 showed one way to work with mixed XML content using the XML Descendant axis property and the ReplaceWith method. This is one way to do an identity transform and we’ll look at another method in a later post. There is a key capability not mentioned...
The Visual Basic Team
VB XML Cookbook, Recipe 3: Identity Transforms (Doug Rothaus)
Posted
over 5 years ago
by
VBTeam
4
Comments
An identity transform in XSLT does just what the name implies: replace the identity of an element or attribute with a new identity. Identity transforms are especially critical when dealing with XML markup that is less rigid in its structure. Consider...
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
"Git Over Here": Making Your Windows Mind Their Manners (Matt Gertz)
Posted
over 5 years ago
by
VBTeam
16
Comments
Supporting the “pajama programmer” Telecommuting is a great thing, and as the environmentally-conscious person that I strive to be, is something I wholeheartedly endorse when it can be done practically. My current job involves a lot of face-to-face...
The Visual Basic Team
VSLive San Francisco Content (Amanda Silver)
Posted
over 5 years ago
by
VBTeam
8
Comments
All - I'm about to go on for my LINQ Deep Dive and Tips &Tricks session at VSLive in San Francisco. I posted all demos & slides here: https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=LaunchVB&ReleaseId=805
The Visual Basic Team
Milestone Quality & Dogfooding (Matt Gertz)
Posted
over 5 years ago
by
VBTeam
10
Comments
After some hard but fruitful work, we’ve just finished our “milestone quality” (MQ) efforts, the goal of which was to get ourselves ready for developing the next versions of Visual Studio, Team System, and .NET. Although not specific to Visual Basic,...
The Visual Basic Team
LINQ to SQL (and LINQ to Entities) performance improvements (Tim Ng)
Posted
over 5 years ago
by
VBTeam
2
Comments
Over the last few months, the VB and Data Programmability teams were working on fixing a performance problem with LINQ to SQL (which also manifested in LINQ to Entities). The issue was that LINQ to SQL was generating sub optimal T-SQL queries when the...
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
STAThread vs. MTAThread (WHorst)
Posted
over 5 years ago
by
VBTeam
1
Comments
I recently ran into an interesting threading problem that I wanted to share, so that perhaps I can save some people from the same confusion I had. I started with a C# application someone else had written. I’ll call it “DeltaEngine” for the purpose...
The Visual Basic Team
New "How Do I" Videos Available on the Visual Basic Developer Center (Beth Massi)
Posted
over 5 years ago
by
VBTeam
1
Comments
If you missed it, last week 48 new How Do I videos ( Forms over data , Windows development , Office development and Security ) were added to the Visual Basic Developer Center in addition to adding new download formats for 12 others. Many thanks to Rob...
The Visual Basic Team
Silverlight Ux Musings: New Control Skin Set [Corrina Barber]
Posted
over 5 years ago
by
VBTeam
2
Comments
One more set of control skins is up and ready for use. I had hoped to have two ready, but one set needed some additional tweaking work that I can't get to until I return to Seattle on 4/14. This new set is very rough and organic in appearance and maybe...
The Visual Basic Team
Hotfix available for VB performance issue in VS2008 (DJ Park)
Posted
over 5 years ago
by
VBTeam
12
Comments
I wanted to let you know about a hotfix we recently released that may help solve some performance issues you may have run into using Visual Studio 2008. Details The hotfix is a 3.98MB download and can be found at: http://support.microsoft.com...
The Visual Basic Team
New Community Article - The Power of Custom Workflow Activities (Part 1) (Beth Massi)
Posted
over 5 years ago
by
VBTeam
3
Comments
MVP Maurice de Beijer is at it again with another great article on Workflow Foundation (WF), this time showing us how to create custom workflow activities in " The Power of Custom Workflow Activities (Part 1) ". This is the first of a two part series...
Page 11 of 22 (548 items)
«
9
10
11
12
13
»