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
Why are the Data Components no longer on the Toolbox?
Posted
over 9 years ago
by
VBTeam
17
Comments
The short answer: We’ve updated from untyped, configured DataAdapters to Typed, Code Generated classes similar to the type DataSet for DataAdapters. Using the Data Sources Window, add a new Data Source then drag the results to your form...
The Visual Basic Team
Using the PrintForm component in Visual Basic (Matt Gertz)
Posted
over 6 years ago
by
VBTeam
20
Comments
(This is the fourth and final part of the Paint-by-Numbers series) Late last year, some clever guys on our Visual Basic team released the PrintForm component on the web. The idea behind the PrintForm component was to make printing and previewing your...
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
Data Design Time Changes Beta1 to Beta2
Posted
over 8 years ago
by
VBTeam
44
Comments
These are some of the feature changes we’ve made within the Data Design Time features. When I started writing this document I thought about making it a bulleted list, but then I realized this isn’t a Whidbey Feature list, it’s a delta from Beta1 to Beta...
The Visual Basic Team
My First Post - and more on VB6 support (by Rob Copeland)
Posted
over 8 years ago
by
VBTeam
20
Comments
Wouldn't you know it. I finally decide to create a blog and work on my first post and then technology gets in the way. We have some issues here creating new blogs on msdn, so I've decided to post here instead. When I get blogs.msdn.com/robertco up and...
The Visual Basic Team
Why can’t I drag from Server Explorer to my form?
Posted
over 9 years ago
by
VBTeam
10
Comments
This was one of the hardest decisions we had to make. We know this is a very intuitive way to work. I’ve got my database, and I want it on my form (period). Background First, lets look at what we had in 2002, 2003. In 2003 you could drag from Server Explorer...
The Visual Basic Team
NEW VB LINQ CTP: Now live on MSDN!
Posted
over 7 years ago
by
VBTeam
6
Comments
I’m very excited to announce that the next tech preview of Visual Basic 9.0 which includes support for Language INtegrated Query (codename LINQ) and XML integration atop the XLinq API is now available on the VB Future and the LINQ project websites. This is the result of a ton of hard work for a significant portion of the team and we’re very happy to get it out to you. ...
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
TL12: Future Directions for Microsoft Visual Basic (Lisa Feigenbaum)
Posted
over 5 years ago
by
VBTeam
8
Comments
Didn't make it to the PDC? No problem. You can still check out the *hottest* presentation at the Professional Developers Conference this year, available publicly on demand! Paul Vick (Principal Architect) and Lucian Wischik (VB Specification Lead &...
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
Converting SQL to LINQ, Part 2: FROM and SELECT (Bill Horst)
Posted
over 6 years ago
by
VBTeam
24
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
Extension methods (part 1)
Posted
over 6 years ago
by
VBTeam
21
Comments
Hi. I'm Scott Wisniewski, a dev on the VB Compiler Team. I've been here for a while now (about a year and a half), but this is my first blog post. I've been spending the past seven months or so working on Orcas, and finally decided it would be a good...
The Visual Basic Team
Edit & Continue - Rude Edits
Posted
over 8 years ago
by
VBTeam
2
Comments
by Bill Horst Edit and Continue is a new VB debugging feature which allows the user to make edits to code while the debugger is in "Break Mode" and then to continue debugging with the new edits applied, without having to start execution over again...
The Visual Basic Team
Save Time – Use Keyboard Shortcuts! (Lisa Feigenbaum)
Posted
over 6 years ago
by
VBTeam
8
Comments
Visual Studio is all about developer productivity. To help developers be more efficient, Visual Studio has built keyboard shortcuts into the product for most of the functions normally found through the user interface – just like CTRL-C for copy. To help...
The Visual Basic Team
VB Curioddities #1: Enum, Enum, my kingdom for an Enum.Parse
Posted
over 7 years ago
by
VBTeam
20
Comments
Hey folks, my name's Kit George and I've joined the VB team from the CLR. VB is after all, the best language, so of course, it makes sense to work directly on it! Like all languages, VB has it's little 'oddities', so i thought i would start a series...
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
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
Converting SQL to LINQ, Part 9: Full Outer Join (Bill Horst)
Posted
over 5 years ago
by
VBTeam
9
Comments
This post assumes you’ve read the previous posts in this series. It makes the same assumptions as Part 8, and I will pick up where I left off, covering Full Outer Join. Once again, I recognize this isn’t an ideal situation, so if you’d like to see better...
The Visual Basic Team
Visual Studio 2005 IDE: Top Ten Feature List (by LisaFeig)
Posted
over 8 years ago
by
VBTeam
2
Comments
For our first VB IDE post on the VB team blog , I’d like to give you my list of the top 10 new features in the Visual Studio 2005 IDE. Now that the product has been released, you can take advantage of these today! 1. Edit and Continue You are again...
The Visual Basic Team
Visual Basic -- NEXT (by Amanda Silver)
Posted
over 8 years ago
by
VBTeam
8
Comments
The first preview of the next version of Visual Basic goes live this morning! I’m sitting in Bill and Jim’s keynote right now, waiting for our announcement to be made public. The release is part of the .NET Language Integrated Query Framework, code-named...
The Visual Basic Team
TableAdapter and Multiple Result Sets
Posted
over 6 years ago
by
VBTeam
1
Comments
Several people asked me whether TableAdapter can be used to retrieve multiple result sets from stored procedures. The quick answer is... No, you can't do that with TableAdapter.Fill() method that gets generated as a part of Typed Dataset. But there's...
The Visual Basic Team
Partial Methods
Posted
over 6 years ago
by
VBTeam
17
Comments
About two weeks ago I had the opportunity to attend the product group dinner associated with the Global MVP Summit that was behind held here at Microsoft. Besides a free meal, this also gave me the excellent opportunity to meet with some of our MVPs and...
The Visual Basic Team
Let the Music Play! (Matt Gertz)
Posted
over 6 years ago
by
VBTeam
44
Comments
Oh, boy. Sorry I haven’t written any posts lately, but I’ve transitioned to a new job within Visual Studio and have been getting my sea legs there. One of the job tasks is getting Visual Studio 2008 out to you folks, and while I’ve always been involved...
The Visual Basic Team
Interop Roadmap – UserControls, MDI, and Data
Posted
over 7 years ago
by
VBTeam
5
Comments
Recently the VB team released the Interop Forms Toolkit , which allows VB6 developers to extend their existing applications using .NET. The toolkit allows developers to write a regular Windows Form in VB.NET, click “Generate Wrapper Classes”, and then...
The Visual Basic Team
DTEE is BACK!!! by Kathleen Tamanaha
Posted
over 8 years ago
by
VBTeam
5
Comments
Running Code at Design Time from the Immediate Window Back in Visual Basic 6.0, developers were able to evaluate expressions from the Immediate Window at design time (we’ll call this feature ‘DTEE’ – Design Time Express Evaluation from now on)....
Page 2 of 22 (548 items)
1
2
3
4
5
»