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
WebMatrix Series #1: How to Create Visual Basic Websites Using WebMatrix
Posted
over 2 years ago
by
VBTeam
1
Comments
Microsoft WebMatrix is an exciting new product that makes the creation of custom ASP.NET Web sites possible without all the complexity of the full Visual Studio environment. WebMatrix supports web site development in both C# and Visual Basic. In this...
The Visual Basic Team
Silverlight 4 Firestarter Series #3: How to work with Panels, XAML, and Controls in Silverlight
Posted
over 2 years ago
by
VBTeam
0
Comments
I am back with details on how to work with Panels, XAML, and Controls in Silverlight. In this walkthrough, we will see how to work with Panels, XAML, and Controls to create a Data-Driven Silverlight Interface. During this walkthrough we will cover...
The Visual Basic Team
Silverlight 4 Firestarter Series #2: How to migrate an ASP.NET Web Forms Application to Silverlight
Posted
over 2 years ago
by
VBTeam
0
Comments
In this walkthrough, I will demonstrate how to convert an existing ASP.NET/jQuery application that consumes data from a Windows Communication Foundation (WCF) service to Silverlight. Here are some topics that we will cover: How to use the Visual...
The Visual Basic Team
Silverlight 4 Firestarter Series #1: How to migrate a Visual Basic Windows Form Application to Silverlight
Posted
over 2 years ago
by
VBTeam
1
Comments
In this walkthrough, I will demonstrate how to convert an existing Windows Forms application that consumes data from a Windows Communication Foundation (WCF) service to Silverlight. Also in the process of conversion we will ensure that the existing functionality...
The Visual Basic Team
Async Feature Control Flow (Alan Berman)
Posted
over 2 years ago
by
VBTeam
4
Comments
What is asynchronous programming? Let's say you send out an email, then wait and do nothing for the two minutes it takes to get a response back. You do nothing while you're waiting. It's worth waiting because it'll be back fast. When that happens,...
The Visual Basic Team
Visual Basic Windows Phone 7 Series #11. How to create an accelerometer for Windows Phone 7
Posted
over 2 years ago
by
VBTeam
2
Comments
Previously , I explained how to create a panorama and pivot effect for Windows Phone 7. In this blog post, I want to share a sample that will help you to create an accelerometer for Windows Phone 7. An accelerometer is a device that measures the proper...
The Visual Basic Team
Visual Basic Windows Phone 7 Series #10. How to create a panorama and pivot effect for Windows Phone 7
Posted
over 2 years ago
by
VBTeam
0
Comments
Previously , I explained how to create a keyboard input scope application for Windows Phone 7. In this blog post, I want to share a sample that will help you to create a panorama and pivot effect in Windows Phone 7. A Panorama is any wide-angle view or...
The Visual Basic Team
Visual Basic Windows Phone 7 Series #9. How to create a keyboard input scope application for Windows Phone 7
Posted
over 2 years ago
by
VBTeam
1
Comments
In our last post , I explained how to create a settings page for Windows Phone 7. In this blog post, I want to share a sample that will help you to create a keyboard input scope application for Windows Phone 7. This application will have the feature that...
The Visual Basic Team
Visual Basic Windows Phone 7 Series #8. How to create a settings page for Windows Phone 7
Posted
over 2 years ago
by
VBTeam
4
Comments
I have experienced lot of fun creating Windows Phone 7 applications in Visual Basic and writing about them here. In our last post , I explained how to create a Bing Maps application for Windows Phone 7. In this blog, I want to share a sample that will...
The Visual Basic Team
Visual Basic Windows Phone 7 Series #7. How to create a Bing Maps application for Windows Phone 7
Posted
over 2 years ago
by
VBTeam
1
Comments
In our previous post , I explained how to create an application bar for Windows Phone 7. Bing Maps is one of the applications that is commonly used on phones these days. In this blog post, I want to share a sample that will help you to create a Bing Maps...
The Visual Basic Team
Visual Basic Windows Phone 7 Series #6. How to create an application bar for Windows Phone 7
Posted
over 2 years ago
by
VBTeam
0
Comments
In our last post , I explained how to create a control tilt effect application for Windows Phone 7. In this blog post, I want to share a sample that will help you to create an application bar for Windows Phone 7. This application will allow you to add...
The Visual Basic Team
Visual Basic Windows Phone 7 Series #5. How to create a control tilt effect application for Windows Phone 7
Posted
over 2 years ago
by
VBTeam
0
Comments
In our last post , I explained how to implement a model -view-viewmodel pattern in a Windows Phone application. In this blog post, I want to share a sample that will help you to create a control tilt effect application for Windows Phone 7. This application...
The Visual Basic Team
Visual Basic Windows Phone 7 Series #4. How to implement a model-view-viewmodel pattern in a Windows Phone application
Posted
over 2 years ago
by
VBTeam
0
Comments
In our last post , I explained how to create a custom indeterminate progress bar application for Windows Phone 7. In this blog, I want to share a sample that will help you to implement a model-view-viewmodel pattern in a Windows Phone application. A model...
The Visual Basic Team
Visual Basic Windows Phone 7 Series #3. How to create a custom indeterminate progress bar application for Windows Phone 7
Posted
over 2 years ago
by
VBTeam
0
Comments
In our last post , I explained how to create a microphone for Windows Phone 7. In this blog, I want to share a sample that will help you to create a custom indeterminate progress bar for Windows Phone 7. You can create an indeterminate progress bar that...
The Visual Basic Team
Visual Basic Windows Phone 7 Series #2. How to create a microphone application for Windows Phone 7
Posted
over 2 years ago
by
VBTeam
3
Comments
In our last post , I explained how to create a mini browser for Windows Phone 7. In this blog, I want to share a sample that will help you to create a microphone application for Windows Phone 7. This application will have the feature to capture audio...
The Visual Basic Team
Visual Basic Windows Phone 7 Series #1. How to create a mini browser application for Windows Phone 7
Posted
over 2 years ago
by
VBTeam
1
Comments
I have experienced a lot of fun writing Windows Phone 7 applications in Visual Basic. Web browser is one of the applications that is commonly used on phones these days. In this blog post, I want to share some sample source code that will help you to create...
The Visual Basic Team
Visual Studio is Hiring
Posted
over 2 years ago
by
VBTeam
0
Comments
Do you want to work on a product used by millions of developers around the world? I do! Come join me to deliver Visual Studio, the set of developer tools used across Microsoft and around the world. We have open positions available across Test, Dev and...
The Visual Basic Team
VB Core – New compilation mode in Visual Studio 2010 SP1
Posted
over 2 years ago
by
VBTeam
18
Comments
While most servicing releases do not include new functionality, Visual Studio 2010 SP1 introduced an important new compiler feature that enables Visual Basic to target new platforms that were not previously supported. This was mentioned in some of the...
The Visual Basic Team
Visual Basic Code Examples
Posted
over 2 years ago
by
VBTeam
0
Comments
One of the top requests we hear from the Visual Basic community is for more code examples. Microsoft is committed to making all of our technologies equally accessible from both VB & C#, as part of the C#/VB Co-Evolution strategy . In addition to product...
The Visual Basic Team
Using Entity Framework in Silverlight with Visual Basic
Posted
over 3 years ago
by
VBTeam
0
Comments
If you’re looking for ways to get started with Entity Framework 4.0 in Visual Basic then be sure to check out this month’s issue of CODE Magazine. In it the Entity Framework team has put together a walkthrough that shows how to use EF4 in...
The Visual Basic Team
VB Goes Mobile: Announcing “Visual Basic for Windows Phone Developer Tools - RTW"
Posted
over 3 years ago
by
VBTeam
4
Comments
With the release of Windows Phone Developer Tools in September, and the availability of Windows Phone 7 devices in stores, the Windows Phone platform is growing. Today marks another milestone in the progression of Windows Phone. Today we are announcing...
The Visual Basic Team
Microsoft Help Viewer 1.1 - Updates Planned for Visual Studio 2010 SP1 (Kathleen McGrath)
Posted
over 3 years ago
by
VBTeam
0
Comments
Paul O’Rear, a Program Manager on the Library Experience team, describes the changes to the Microsoft Help Viewer planned for Visual Studio 2010 SP1. He demonstrates the new functionality of the viewer in an early build of Help Viewer 1.1. See Microsoft...
The Visual Basic Team
Announcing the Async CTP for Visual Basic (and also Iterators!)
Posted
over 3 years ago
by
VBTeam
13
Comments
We're very happy to announce today the Async CTP for Visual Basic and C#. Async CTP homepage : http://msdn.com/vstudio/async Installer : http://go.microsoft.com/fwlink/?LinkId=203690 Async discussion forums : http://social.msdn.microsoft.com...
The Visual Basic Team
Announcing Microsoft Visual Basic CTP for Windows Phone Developer Tools
Posted
over 3 years ago
by
VBTeam
13
Comments
Today we announced availability of the Microsoft Visual Basic CTP for Windows Phone Developer Tools . You can download the release here: http://go.microsoft.com/fwlink/?LinkId=201859 This CTP is to be used with the Windows Phone Developer...
The Visual Basic Team
Channel 9 Interview: Multi-Targeting Deep Dive (Beth Massi, Spotty Bowles)
Posted
over 3 years ago
by
VBTeam
3
Comments
I’m back with Spotty Bowles , a tester on the VB compiler team, shows us the ins and outs of how multi-targeting works in Visual Basic projects in Visual Studio 2010 in this Channel 9 interview: Channel 9 Interview: Multi-Targeting Deep Dive with Visual...
Page 2 of 22 (548 items)
1
2
3
4
5
»