Windows Phone camp in 6 cities of India from 17th Feb to 29th Feb

Windows Phone camp is coming to your city. Be ready to learn from experts and enhance your Windows Phone application creation skills. City Date Register Trivandrum 29th February Register here Ahmedabad 24th February Register here Indore 22nd February Register here Bangalore 20th February Register here Mumbai 27th February Register here Delhi 17th February Register hereContinueContinue reading “Windows Phone camp in 6 cities of India from 17th Feb to 29th Feb”

Code to send game invite to multiple user in Windows Phone

You can send game invite to multiple users in Windows Phone using GameInviteTask chooser. GameInviteTask chooser is used to send invitation to other users in multi-player game. It provides an invite screen to user where they can configure Email address of other users to send game invitation. Invitation will be sent by GameInviteTask chooser isContinueContinue reading “Code to send game invite to multiple user in Windows Phone”

Launchers related to MarketPlace in Windows Phone

In this post we will discuss three important launchers related to Windows Phone Market Place MarketPlaceHubTask launcher MarketPlaceReviewTask launcher MarketPlaceDetailTask launcher MarketPlaceHubTask launcher This is used to launch Windows Phone Market Place client application. You can launch market place client application along with music content as below, You can set content type of the searchContinueContinue reading “Launchers related to MarketPlace in Windows Phone”

WebBrowserTask and MediaPlayerLauncher in Windows Phone

In this post, we will see WebBrowserTask launcher and MediaPlayer launcher. WebBrowserTask launcher launches web browser application and display specified URL. This is defined as below, You can set target URL either as string or as Uri. User will be asked for the confirmation. You can navigate to a URL as below, On running youContinueContinue reading “WebBrowserTask and MediaPlayerLauncher in Windows Phone”

Code to search location on Bing Map

BingMapTask launcher is used to search a location and mark it on the Bing map. It is defined as below, Search term need to be set as string. If geo coordinate of center is not provided then BingMapTask will search a location on basis of user’s current location. Hospitals can be located and marked onContinueContinue reading “Code to search location on Bing Map”

MarketPlaceSearchTask in Windows Phone

MarketPlaceSearch Task launcher is used to launch Marketplace client application with the searched result set in the criteria. It helps to search to marketplace from the application. MarketPLaceSearchTask is defined as below, You can see in the definition that, you can set MarketplaceContentType and SearchTerms. MarketPlaceContentType is defined as below, So it can take eitherContinueContinue reading “MarketPlaceSearchTask in Windows Phone”

Clipboard API in Windows Phone

In this post we will see Clipboard API support in Windows Phone. Clipboard API support came as part of Windows Phone 7.5 and it was not part of Windows Phone 7. Class is defined in System.Windows namespace as below, You can set text as below, In above snippet txtSource is a text box. You canContinueContinue reading “Clipboard API in Windows Phone”

MongoDB with CSharp

Before you start working with MongoDB using C Sharp, I recommend you to read MongoDB on Windows quick start in 5 minute and download MongoDB for CSharp from here Start MongoDB server If you would have gone through MongoDB on Windows quick start in 5 minute then you know how to start MongoDB server. HoweverContinueContinue reading “MongoDB with CSharp”

MongoDB on Windows quick start in 5 minute

In this 5 minute post, we will do quick start for MongoDB on Windows. I will show you the way to connect to MongoDB Server and to start the administrative shell. Very first you need to download 64 bit binaries for Windows 64 bit from here . After downloading unzip downloaded ZIP file at anyContinueContinue reading “MongoDB on Windows quick start in 5 minute”