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
Extension Methods Best Practices (Extension Methods Part 6)
Posted
over 6 years ago
by
VBTeam
5
Comments
This is the sixth installment in my series of posts about extension methods. You can find links to the rest of the series here . Today I am going to talk about some best practices for using extension methods. Most of this content is geared toward authors...
The Visual Basic Team
Making your VB code ready to go global (Matt Gertz)
Posted
over 6 years ago
by
VBTeam
4
Comments
Greetings, all! I’m Matt Gertz, the Dev Manager for Visual Basic team. I’ve been on the team for a bit over 12 years, via the Blackbird/Visual InterDev side of the product, and in that time have been a dev on various features (mostly IDE-related),...
The Visual Basic Team
March 2007 Orcas CTP Available
Posted
over 6 years ago
by
VBTeam
13
Comments
The March 2007 Orcas CTP is now available for download. You can see Soma's anouncement about it here . This is the first Orcas CTP to include new VB 9.0 features and is the first update of VB LINQ since last year's May 2006 LINQ CTP. Amongst...
The Visual Basic Team
Extension methods and Generics (Extension Methods Part 5)
Posted
over 6 years ago
by
VBTeam
9
Comments
This is the 5th installment in my series of posts about extension methods. You can find links to the rest of the series here . Originally I had planned on discussing extension method versioning issues, but I've decided to postpone that topic to my next...
The Visual Basic Team
Extension methods and late binding (Extension Methods Part 4)
Posted
over 6 years ago
by
VBTeam
8
Comments
This is the fourth installment in my series of posts about extension methods. You can find links to the rest of the series here . Today I'm going to talk about extension methods and late binding. Essentially there isn't much to say about it, other...
The Visual Basic Team
Extension Methods (part 3)
Posted
over 6 years ago
by
VBTeam
3
Comments
In my previous 2 posts I talked about some of the benefits of extension methods and then delved into the details of our new binding rules for consuming them in your programs. Today I'm going to talk about some perils to be aware of when defining extension...
The Visual Basic Team
Extension Methods (part 2)
Posted
over 6 years ago
by
VBTeam
10
Comments
In my previous post I gave a high level overview of some of the benefits of using Extension Methods in VB 9.0. Today I'm going to delve into some of the details about how to define extension methods and then use them in your programs. Defining Extension...
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
Visual Studio 2005 SP1 and Visual Basic 2005 Command-line Compiler (VBC.exe) Hotfix Released!
Posted
over 6 years ago
by
VBTeam
2
Comments
Visual Studio 2005 SP1 is now available for download. We’d like to thank everyone in the Visual Basic community for providing feedback on SP1 and helping us identify and address issues for this service pack. In some areas, more than 50% of the bugs addressed...
The Visual Basic Team
Holiday fun with LinQ, and LinQ technologies in mind
Posted
over 7 years ago
by
VBTeam
3
Comments
OK, so when you're playing around with LinQ and all it's various additional bits, you really do get to have a bit of fun. I've made this available simply because i enjoyed doing it. The basic idea is to time and then compare the duration of various...
The Visual Basic Team
Key VB Hotfixes Available for Download
Posted
over 7 years ago
by
VBTeam
10
Comments
We’ve heard from you that popular hotfixes should be a public download rather than requiring a call to support. Based your feedback, we’ve launched a pilot program that will allow you to download the most frequently requested Visual Basic 2005 hotfixes...
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
Notes from a recent tour to Hong Kong, Taiwan, and the Phillipines (well, almost!)
Posted
over 7 years ago
by
VBTeam
1
Comments
All, I recently went on a trip to 3 Asian countries, and thought I would share the notes. Here’s my summary of the recent trip a colleague and I made to Asia . The trip was cut short due to a typhoon in Manila , which was a real shame: my colleague...
The Visual Basic Team
Check out "Live from Redmond series #3" from the .NET FX product teams
Posted
over 7 years ago
by
VBTeam
0
Comments
The .NET Framework teams are providing several Live Meeting presentations spanning application technologies like Smart Clients, Web 2.0 (AJAX) and Mobile. Check out SimonMu 's blog for more information: http://blogs.msdn.com/simonmu/archive/2006/10/09...
The Visual Basic Team
VB Developer's Introduction to ASP.NET
Posted
over 7 years ago
by
VBTeam
3
Comments
by Kathleen McGrath If you're a Visual Basic developer who wants to learn about ASP.NET, you should check out this new MSDN article: A Visual Basic Developer's Introduction to ASP.NET 2.0 There's also a number of introductory webcasts and multimedia...
The Visual Basic Team
Video Screencast: Microsoft Interop Forms Toolkit 1.0
Posted
over 7 years ago
by
VBTeam
13
Comments
by Kathleen McGrath I've created a screencast that shows you how to create a Windows form in Visual Basic 2005 that you can call from your Visual Basic 6 application using the Microsoft Interop Forms Toolkit 1.0 . The screencast is about 6 minutes...
The Visual Basic Team
Visual Basic 2005 Power Pack!
Posted
over 7 years ago
by
VBTeam
10
Comments
I’m excited to announce that the Microsoft Visual Basic 2005 Power Pack has been released and is now available for download on MSDN! In this release we have two components: Microsoft Interop Forms Toolkit 1.0 - This toolkit is aimed at simplifying...
The Visual Basic Team
Create Add-ins for Office 2007 with Visual Basic
Posted
over 7 years ago
by
VBTeam
8
Comments
By Kathleen McGrath The beta release of Visual Studio Tools for the 2007 Microsoft Office System (VSTO 2005 SE) was announced today. VSTO 2005 SE is a free add-on for Visual Studio (Professional or above) that enables you to create add-ins for the...
The Visual Basic Team
Visual Basic Express Edition Videos
Posted
over 7 years ago
by
VBTeam
18
Comments
by Kathleen McGrath Have you ever wished that you could have someone show you how to accomplish a programming task instead of having to read through the steps on how to perform the task? Or maybe you just need a little more clarification about where...
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
Generics Patterns and Practices: ideas and suggestions for when to use generics
Posted
over 7 years ago
by
VBTeam
3
Comments
So at TechEd-2006, I gave a chalktalk on generics patterns and practices. I've zipped the content up here so folks can check it out if they want. I start by giving a quick background on generics (the GenericsBasics solution attached), then looking...
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
VB6 Collections: The Missing LINQ
Posted
over 7 years ago
by
VBTeam
2
Comments
By Jonathan Aneja Hi, my name’s Jonathan and I’m a Program Manager on the VB team, working mainly on LINQ features. One of the things I love about LINQ is it’s not just limited to querying over databases and XML – you can query over any collection...
The Visual Basic Team
EMEA Tour Followup
Posted
over 7 years ago
by
VBTeam
1
Comments
PaulYuk and I just returned from the EMEA tour where we demoed tons of new VB 2005 features to groups in Brussells, Amsterdam, Stockholm, Belfast, and Dublin. Here (as promised) are links to more information on what I presented. If you didn't make it...
The Visual Basic Team
Paper on XML features of VB9
Posted
over 7 years ago
by
VBTeam
13
Comments
Just wanted to point out a paper Brian Beckman and Erik Meijer wrote on the XML features of VB9.
Page 19 of 22 (548 items)
«
17
18
19
20
21
»