Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
Browse by Tags
MSDN Blogs
>
The Visual Basic Team
>
All Tags
>
doug rothaus
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
Recent posts
Kinect SDK v1.5 - Now with VB Samples !!!
Posted
8 days ago
by
VBTeam
0
Comments
Async Targeting Pack for Visual Studio 11, now available for .NET 4 and Silverlight 5
Posted
1 month ago
by
VBTeam
4
Comments
Visual Basic 11 Beta Available for Download!
Posted
3 months ago
by
VBTeam
14
Comments
New VB XNA Sample - showing Xbox, Windows and Phone targetting
Posted
5 months ago
by
VBTeam
2
Comments
Tags
Beth Massi
Interview
Kathleen McGrath
LINQ Cookbook
LINQ/VB9
Troubleshooting
VB XML Cookbook
VB2008
VB2010
XML
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
▲
Tagged Content List
Blog Post:
Troubleshooting Errors When Embedding Type Information (Doug Rothaus)
VBTeam
Visual Studio 2010 has a new feature, Embed Interop Types , that can simplify application deployment and solve those pesky issues that can arise when using COM Interop and Primary Interop Assemblies (PIAs). If you’ve ever had to ship multiple versions of an application that automates Microsoft...
on
11 Jun 2010
Blog Post:
VB XML Cookbook, Recipe 7: Enumerating Large XML Files (Doug Rothaus)
VBTeam
VB XML Cookbook, Recipe 7: Enumerating Large XML Files (Doug Rothaus) It’s been a while since I wrote one of these XML cookbook entries. Here’s some info on a common problem: Really big XML files. I’m going to show you two things in this recipe. The first is a tip on reading very...
on
7 Jun 2010
Blog Post:
Fun With Dynamic Objects (Doug Rothaus)
VBTeam
A while back, I remember being asked if there was a simple way to expose a source XML document as an object with properties. That is, if the root XML element had a child element <Name>Doug</Name> , then the object would have a Name property that was a string and returned “Doug”. The catch...
on
20 Jan 2010
Blog Post:
Testing Events for Nothing/Null (Doug Rothaus)
VBTeam
While helping some Windows API folks with some sample code this week, I stumbled upon...uh...I mean “carefully researched” an issue that you might find handy. You may be aware that the RaiseEvent statement automatically checks to verify if an event handler exists before raising the event. If the event...
on
25 Sep 2009
Blog Post:
Implicit Line Continuation (Kathleen McGrath)
VBTeam
In the second part of my interview with Doug Rothaus, he describes the new implicit line continuation feature in Visual Basic 2010. Learn about the most common scenarios that no longer require the underscore character (_) in the topic, Statements in Visual Basic . See the Video: implicit Line Continuation...
on
19 Jun 2009
Blog Post:
Auto-Implemented Properties (Kathleen McGrath)
VBTeam
In this interview, Doug Rothaus, a programming writer on the Visual Studio User Education team, describes the auto-implemented properties in Visual Basic 2010. He also demonstrates some of the code examples in his Help topic: Auto-Implemented Properties . See the Video: Auto-Implement Properties . ...
on
12 Jun 2009
Blog Post:
Community Interview with Doug Rothaus (Beth Massi)
VBTeam
This past month we've been posting interviews with the team from our Italian Visual Basic MVP Alessandro Del Sole . This time we have Doug Rothaus, a writer on the documentation side. Doug has blogged up an XML cookbook here on the team blog with a bunch of "recipes" on how to use different...
on
11 Nov 2008
Blog Post:
VB XML Cookbook, Recipe 6: Writing an XSLT Transform in VB (Doug Rothaus)
VBTeam
Most XSLT programmers are familiar with this XSLT transform to copy an XML file. <? xml version = " 1.0 " encoding = " utf-8 " ?> < xsl:stylesheet version = " 1.0 " xmlns:xsl = " http://www.w3.org/1999/XSL/Transform " > < xsl:output method = " xml " indent = " yes " /> ...
on
6 Oct 2008
Blog Post:
VB XML Cookbook, Recipe 5: The “Halloween” Problem (Doug Rothaus)
VBTeam
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” problem. Let’s take a look at what the problem...
on
8 May 2008
Blog Post:
VB XML Cookbook, Recipe 4: Get Inner XML from the Nodes Property (Doug Rothaus)
VBTeam
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 in Recipe 3 that you will need for fully-functioning...
on
1 May 2008
Blog Post:
VB XML Cookbook, Recipe 3: Identity Transforms (Doug Rothaus)
VBTeam
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 a documentation structure for news articles. Whenever...
on
25 Apr 2008
Blog Post:
VB XML Cookbook, Recipe 2: Descendants and Ancestors (Doug Rothaus)
VBTeam
This entry in the cookbook shows how you can access descendant and ancestor elements in an XML document using Visual Basic, XML Axis properties, and LINQ to XML objects. Descendants Visual Basic provides XML Axis properties that enable you to easily refer to child nodes and attributes. As is often...
on
19 Mar 2008
Blog Post:
VB XML Cookbook, Recipe 1: XML Transformations using XML Literals (Doug Rothaus)
VBTeam
I was working on a blog entry about replacing XSLT transforms with Visual Basic XML Literals. As the entry progressed, I noticed that it was really, really long. So, Avner Aharoni and I talked things over and we decided to break it up into multiple entries and start a series, much like the LINQ Cookbook...
on
21 Feb 2008
Blog Post:
LINQ Cookbook, Recipe 12: Calculate the Standard Deviation (Doug Rothaus)
VBTeam
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 such as Average , and Sum . In this recipe,...
on
18 Dec 2007
Blog Post:
LINQ Cookbook, Recipe 11: Desktop Search Statistics (Doug Rothaus)
VBTeam
Ingredients: · Visual Studio 2008 (Beta2 or Higher) Categories: LINQ to DataSet Introduction: You can use aggregate functions in LINQ queries to perform calculations on sets of data. Visual Basic includes a set of standard aggregate functions for LINQ queries: All , Any , Average ,...
on
13 Dec 2007
Blog Post:
LINQ Cookbook, Recipe 10: Pre-compiling Queries for Performance (Doug Rothaus)
VBTeam
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 up queries that you will call numerous times...
on
6 Nov 2007
Blog Post:
LINQ Cookbook, Recipe 9: Dynamic Sort Order (Doug Rothaus)
VBTeam
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 user be able to choose the fields that the...
on
17 Oct 2007
Blog Post:
LINQ Cookbook, Recipe 8: Querying XML Using LINQ (Doug Rothaus)
VBTeam
Ingredients: · Visual Studio 2008 (Beta2 or Higher) Categories: LINQ-To-XML Instructions: · Create a new Console Application in Visual Basic. · Create an RSS document. Add the following code to Sub Main . Dim rss = <? xml version = " 1.0 " ?> < rss version = " 2.0...
on
1 Oct 2007
Page 1 of 1 (18 items)