Open Bing Map Directions from Windows Phone App code (C#)

Some time we need to show direction between two points. For this we use Google Map or Bing Map or Yahoo Map and So on. But, When your creating application in Windows Phone it is best to go with Bing Maps. We no need to write more lines also. Just we need to open Bing Map app from Our application with few lines of code. This Bing map is more interactive too. We will get step by step direction guide on go. I like the way they show me a promote saying don't look at Phone when you're in drive, take...
More

Open Web browser using Web Browser Task in Windows Phone App

Some times we need to open external web site in our app. We can use WebBrowser Control to load web site. But we need to enable script by set IsScriptEnabled value to true, and also it takes app memory. Think when your app is running in 256 RAM device. Please check with this below line. "The way that memory is used/allocated is different on 256 MB phones when compared to 512 MB devices. Apps running on 256 MB phones will still have the same total amount of memory available (90 MB), but everyt...
More

Metro Studio for Windows Phone and Windows 8 app development

Metro Studio for developing metro style app (Windows Phone and Windows 8). This software comes with 600 icons. which we can use as XMAL or PNG image file. We have options to set image size and apply padding for image. Even we can set border like application bar icons with circle borders and we can set color for that. We can fill icon with color. We can also use search to get images what your looking for. Please check with image below. At this point it is free of cost. You just need to registe...
More