Introduction

In this article we will learn about the Bing Data Sources of Windows Phone App Studio. We will create a sample application to demonstrate the use of this Data Source. The task our app is to just search for any keyword and provide its result on the App screen.

Bing Data Source

Bing is a web search engine from Microsoft. Earlier it was also called various names, like Live Search, Windows Live Search and MSN search. It is also known as a decision engine. It is ranked at the second position among other top web search engines (on the basis of Alexa rank). Microsoft integrated this power of web search with our Windows Phone apps by providing us a ready-made Bing Data Source component in Windows Phone App Studio. Now we can integrate this power of web search in just a few clicks without using any code. Not only that, a Bing Data Source also provides us a country-specific web search so that we can keep it relevant.

Adding Bing Data Source

Use the following procedure to create a sample showing how use a Bing Data Source in your app.

Bing Data Source Settings


Bing Data Source Demo App

Let's consider a scenario. In your app, you want to integrate the web search results of your company in your app. So to do this, we will first add a menu item for it. On clicking that menu item the user will be navigated to search results. So let's do that.

For the rest of the procedure to complete this app, the following article may help you:

Output

Summary

In this article we learned about the Bing Data Source. It is very handy in various applications. For example if you want to search for your company products or apps then you can show that search in your app using this component. Don't forget to comment and like this article. Thanks for reading.