Showing results for 2011 - Page 4 of 4 - Visual Basic Blog

Feb 28, 2011
Post comments count0
Post likes count0

Visual Basic Windows Phone 7 Series #4. How to implement a model-view-viewmodel pattern in a Windows Phone application

VBTeam
VBTeam

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-view-viewmodel pattern is used to separate data from the user interface. This pattern allows th...

Feb 24, 2011
Post comments count0
Post likes count0

Visual Basic Windows Phone 7 Series #2. How to create a microphone application for Windows Phone 7

VBTeam
VBTeam

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 from a microphone and then play back the captured audio. I will now demonstrate how easy it is to cr...

Feb 23, 2011
Post comments count0
Post likes count0

Visual Basic Windows Phone 7 Series #1. How to create a mini browser application for Windows Phone 7

VBTeam
VBTeam

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 a mini browser application for Windows Phone 7. I will now demonstrate how easy it is to deve...

Feb 8, 2011
Post comments count0
Post likes count0

Visual Studio is Hiring

VBTeam
VBTeam

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 PM at varying levels on many projects across Visual Studio Professional.  W...

Jan 10, 2011
Post comments count0
Post likes count0

VB Core – New compilation mode in Visual Studio 2010 SP1

VBTeam
VBTeam

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 initial SP1 blog posts such as Jasonz blog.     This is a strategi...