Read the original article by Karthikeyan Anbarasan at DZone
In this short tutorial we are going to see how to use the Search task available in Windows Phone development. Search Task is one of the types of Launchers available with the Windows Phone SDK With Search Task we can provide a selected query to be searched over the web and provide the result with the web search application. We can use this task in our application development, letting the user search for some specified result or a query within the application or to search over the web. By using the available Launchers provided by Windows Phone, we can make a unique user experience to the end users. Let us see the demo on how to use the search task in our application step by step.