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

Apr 19, 2011
Post comments count0
Post likes count0

Silverlight 4 Firestarter Series #2: How to migrate an ASP.NET Web Forms Application to Silverlight

VBTeam
VBTeam

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: Before you begin you need to download the offline kit from the Firestarter Labs, to use the existing applications. ...

Apr 18, 2011
Post comments count0
Post likes count0

Silverlight 4 Firestarter Series #1: How to migrate a Visual Basic Windows Form Application to Silverlight

VBTeam
VBTeam

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 is preserved. Here are some topics that we will cover: Before you begin you ...

Apr 13, 2011
Post comments count0
Post likes count0

Async Feature Control Flow (Alan Berman)

VBTeam
VBTeam

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, sending the email and getting a response is synchronous. But another time you send an email and then f...

Mar 18, 2011
Post comments count0
Post likes count0

Visual Basic Windows Phone 7 Series #11. How to create an accelerometer for Windows Phone 7

VBTeam
VBTeam

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 acceleration of the device. It is a sensor that measures acceleration forces caused by moving the ...

Mar 14, 2011
Post comments count0
Post likes count0

Visual Basic Windows Phone 7 Series #10. How to create a panorama and pivot effect for Windows Phone 7

VBTeam
VBTeam

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 representation of a physical space, whether in painting, drawing, photography, or a three-dimensio...

Mar 7, 2011
Post comments count0
Post likes count0

Visual Basic Windows Phone 7 Series #7. How to create a Bing Maps application for Windows Phone 7

VBTeam
VBTeam

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 application for Windows Phone 7. This application will provide the feature to view maps in road ...

Mar 4, 2011
Post comments count0
Post likes count0

Visual Basic Windows Phone 7 Series #6. How to create an application bar for Windows Phone 7

VBTeam
VBTeam

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 menu functionality. It also will allow you to adjust the visibility and opacity of the applicat...