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
Productivity Improvements for the Entity Framework
Posted
over 3 years ago
by
VBTeam
11
Comments
Background We’ve been hearing a lot of good feedback on the recently released update to the Entity Framework in .NET 4. This release marks a significant advancement from the first release that shipped with .NET 3.5 SP1. I’m not going to...
The Visual Basic Team
Troubleshooting Errors When Embedding Type Information (Doug Rothaus)
Posted
over 3 years ago
by
VBTeam
1
Comments
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...
The Visual Basic Team
Removing duplicate namespaces in XML Literals (Shyam Namboodiripad)
Posted
over 3 years ago
by
VBTeam
2
Comments
A common problem that one often runs into with XML literals and the LINQ to XML API is duplicate XML namespaces. Consider the following example. The code imports a default XML namespace - “hello”. Code: Imports < xmlns = " hello " >...
The Visual Basic Team
VB XML Cookbook, Recipe 7: Enumerating Large XML Files (Doug Rothaus)
Posted
over 3 years ago
by
VBTeam
0
Comments
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...
The Visual Basic Team
Using HTML entities in XML Literals (Avner Aharoni)
Posted
over 3 years ago
by
VBTeam
2
Comments
One of the common use-cases of XML literals is creating HTML. However, HTML entities cannot be used in XML literals since LINQ to XML directly supports only the Data type definitions (DTD) defined in the XML 1.0 spec. You can read more about it here ...
The Visual Basic Team
Channel 9 Interview: Array and Collection Initializers in Visual Basic 2010 (Beth Massi, Spotty Bowles)
Posted
over 3 years ago
by
VBTeam
0
Comments
I’ve written about collection initializers on my blog before , but I thought I’d catch up with the VB Team to tell me more about how they really work. In this interview Spotty Bowles, a tester on the VB Compiler team, shows us a couple of new language...
The Visual Basic Team
Visual Basic 2010 is here!
Posted
over 3 years ago
by
VBTeam
6
Comments
It was a very exciting time this week, with the launch of Visual Studio 2010 and .NET 4. On April 12th, 5 launch events took place around the world in Beijing, Kuala Lumpur, Bangalore, London and Las Vegas. The video from Bob Muglia’s VS 2010 Launch keynote...
The Visual Basic Team
Back to the future! – New version of the VB6 InteropForms toolkit is released!!
Posted
over 3 years ago
by
VBTeam
1
Comments
Along with all the new goodies that we released yesterday as part of Visual Studio 2010, one additional thing we did yesterday as well is release an update to the popular interopforms toolkit. This update brings VS 2010 (and VS 2008!) support to the toolkit...
The Visual Basic Team
Crystal Reports for Visual Studio 2010
Posted
over 3 years ago
by
VBTeam
98
Comments
Crystal Reports has been a part of Visual Basic since 1993, and a part of Visual Studio since its first release in 2002. Crystal Reports has been a very successful component of these products. With the release of Visual Studio 2010, SAP and Microsoft...
The Visual Basic Team
Editing XML Literals Embedded Expressions in Visual Basic 2010 (Avner Aharoni)
Posted
over 3 years ago
by
VBTeam
2
Comments
The implicit line continuation feature in Visual Basic 2010 provided an opportunity to improve the code editing experience in XML literals embedded expressions. In Visual Studio 2008, pressing Enter inside an embedded expression would result in the cursor...
The Visual Basic Team
On The Blink (Matt Gertz)
Posted
over 3 years ago
by
VBTeam
5
Comments
One of the really fun things about being associated with the Visual Basic team is getting to see all of the varied usages to which our customers put it. From enterprise software to games, our customer base covers a wide range. The most fun to see, however...
The Visual Basic Team
New Learning Resources on the Visual Basic Developer Center (Beth Massi)
Posted
over 3 years ago
by
VBTeam
2
Comments
Today we revamped some of the Visual Basic Developer Center Learn pages with more content that allows you to pivot on more fine-grained topics and tasks related to Visual Basic programming. We’ve started with the Introductory Topics and Language Syntax...
The Visual Basic Team
What didn't get into VB10: a wish-list for future versions of VB
Posted
over 3 years ago
by
VBTeam
6
Comments
Visual Studio 2010 is almost out the door. Now is a good time to look back at what we didn't get into the language in this release, but would have wanted to, and so will consider for future releases. Over the coming weeks, each day, I'll blog on blogs...
The Visual Basic Team
The many cases of ByRef
Posted
over 3 years ago
by
VBTeam
6
Comments
One of the overlooked or simply misunderstood features of the VB language is calling a function which has a ByRef parameter. Most languages support only a single method of passing parameters by reference [1], that is the scenarios directly supported...
The Visual Basic Team
Fun With Dynamic Objects (Doug Rothaus)
Posted
over 3 years ago
by
VBTeam
7
Comments
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...
The Visual Basic Team
There’s No Such Thing As Too Much Euchre! (Matt Gertz)
Posted
over 4 years ago
by
VBTeam
8
Comments
“Oh, no!” I hear you cry, “not another blog about Euchre!” Well, I do like the game, to be sure. But, more importantly, the Euchre scenario enables me to try out any new technologies on a reasonably complex problem (using Visual Basic, of course)....
The Visual Basic Team
Hidden Gems in VB2010 – Serializing Objects that Raise Events (Jonathan Aneja)
Posted
over 4 years ago
by
VBTeam
3
Comments
By now you've likely heard about the major new features coming in VB 2010, but there's also a number of smaller additions in the language and IDE that might not be as readily noticeable. "Hidden Gems" will be a multi-part series where we'll explore some...
The Visual Basic Team
Spot the Bug! – The Key to using Anonymous Types (Jonathan Aneja)
Posted
over 4 years ago
by
VBTeam
4
Comments
This one’s going to be long, but for those of you who’ve felt the first 3 in this series were too easy I promise this one’s tougher J . Let’s say you want to list all the customers from a table in a ComboBox, and update the UI based on which one...
The Visual Basic Team
Spot the Bug! – Is it in VB or XAML? (Jonathan Aneja)
Posted
over 4 years ago
by
VBTeam
1
Comments
What’s wrong with the following WPF code? Class Window1 Sub OK_Click(sender As Object , e As RoutedEventArgs) Handles OK.Click MsgBox( "Button Clicked" ) End Sub End Class < Window x : Class ="Window1" xmlns ="http...
The Visual Basic Team
Linking Zune media items with LinQ, Part 2 (Matt Gertz)
Posted
over 4 years ago
by
VBTeam
2
Comments
In this post, I’ll continue on with coding the new playlist shuffler. If you haven’t read part 1 yet, I highly recommend it so that this post will make more sense. J Code for the controls (continued) The Title TextBox When the title changes,...
The Visual Basic Team
Linking Zune media items with LinQ, Part 1 (Matt Gertz)
Posted
over 4 years ago
by
VBTeam
5
Comments
Way back in October 2007, I wrote up a few posts ( here and here ) on my experiments with the Windows Media Player object model. The problem I was trying to solve was that, when I had a playlist set to “shuffle,” WMP would break up songs that should always...
The Visual Basic Team
Spot the Bug! – Much ado about Nothing… Part 2! (Jonathan Aneja)
Posted
over 4 years ago
by
VBTeam
11
Comments
In yesterday’s post we saw that the use of the wrong comparison operator with Nothing in an If block can lead to surprising results. Let’s look at a slightly different case today: Dim x As Integer = Nothing If x = Nothing Then MsgBox( ...
The Visual Basic Team
Spot the Bug! – Much Ado about Nothing… (Jonathan Aneja)
Posted
over 4 years ago
by
VBTeam
6
Comments
Microsoft has this neat mailing list called “Spot the Bug” where developers can send interesting snippets of code that look correct but actually have subtle bugs in them. The puzzles are a lot of fun and I’ve always thought it’d be a fun thing to try...
The Visual Basic Team
Visual Basic “How Do I” Videos
Posted
over 4 years ago
by
VBTeam
1
Comments
We’ve started two new “How Do I” videos series on the Visual Basic Developer Center . More to come, but here’s the latest!
The Visual Basic Team
Announcing Visual Studio 2010 Beta 2!
Posted
over 4 years ago
by
VBTeam
2
Comments
There were a lot of Microsoft announcements that happened yesterday! Many of these happened during Steve Ballmer’s keynote at the SharePoint Developers Conference ( Video , Twitter ). Here is the list: Visual Studio 2010 Beta 2 and compatible versions...
Page 3 of 22 (548 items)
1
2
3
4
5
»