While working on an application last weekend, I was in need to pass an object as query string parameter to the other page of my Windows Phone application. NavigationService does not allow you to pass any complex object.

 

Then I found a cool idea by which you will be able to send the whole object to the other page. In this blog post, I am going to share you the trick.

Published by on under Silverlight | WP7DEV

If you are a Silverlight application developer and using Telerik RadDiagram control, you might have seen that you can zoom and pan the diagram control and move it to any boundary. In some scenarios, we need to restrict it to a positive quadrant.

 

In such case, based on your business logic, you have to restrict the diagram to some quadrant value. In this small post, we will learn how to set it’s viewport to a specific bounds.

Published by on under Silverlight | Telerik

Ambiguity is the ability to express more than one interpretation in normal way. This can happen in any manner; in our code too. If you are working on WCF RIA Services in Silverlight, you might encounter this issue too with class references.

 

Today in this blog post, I will share you a small trick by which you will be able to fix this error in your Silverlight project. Continue reading to further discussion.

Published by on under RIA Service | Silverlight

Microsoft released Windows 8.1 RTM and Windows RT 8.1 RTM on 17th October for general public to update their Windows 8 system. Many people already updated their Surface RT devices but as an exception, few people reported on Twitter and Forums that they are not able to update their RT devices.

 

If you are unable to update your Surface RT or unable to find the update in Windows Store, you are one of them who are victim of a small issue reported by Microsoft.

Published by on under Surface | Windows

Here comes an opportunity for Windows Phone Developers to try out the GDR3 update before it reaches to the actual consumers. If you are a WPDev, you can now download Update 3 in your unlocked WP8 device and test your applications against it.

 

Windows Phone 8 GDR3 comes with a plenty of features and enhancements including bigger screen resolutions, screen rotations and more. Read to get the GDR3 bits in your device.

Published by on under News | WP8

So Microsoft finally came up with an official list of new features in Windows Phone 8 General Distribution Release, named as GDR3. Also, they are now opening a “Developer Preview Program” for the WPDev’s to test their apps against the new OS build before it comes to consumer.

 

In this post, I am going to share you the set of features that you are going to see in the next update of your Windows Phone 8 device.

Published by on under News | WP8

Here comes my another application for Windows Phone users, named “Place Explorer”. The app is currently available in Windows Phone Store for free. Using this app, you will be able to find out the favourite places around the city near your current location for food, drinks, shopping, accommodations etc.

 

Find out more details about the app and a downloadable link to install in your Nokia Lumia series of Windows Phone 8 devices.

Published by on under Nokia | Windows Phone Apps

Last month as part of the 5th anniversary celebration of my blog (www.kunal-chowdhury.com), we organized a big contest where we had lots of licenses and subscriptions valued $50,000 above to give away. Thanks to all the Sponsors who came up to celebrate with us.

 

Now the time came to announce the winners of the contest. Are you excited to know who are the winners? You might be one of them too. Let’s check out the list.

Published by on under GiveawayContest |

As a WPDev, you already know about the NavigationService class that we use regularly to navigate from one page to another. But what if you want to navigate to a web URL? If you use the same class for web navigation, you will face a ArgumentException unhandled in your App class.

 

If you are one of the victim and came to this page by searching online for the solution, this post will help you today to resolve the exception in your code.

Published by on under WP8 | WP8Dev

Do you want to add a functionality in your Windows Phone device which can actually listen to users voice or commands? Do you want the app to record the speech or convert the speech into a text string which you can save as a document?

 

Okay, this blog post will cover that topic for you today. Here we will discuss how to use the API to enable the speech recognition in your WP device.

Published by on under WP7DEV | WP8

October 1st 2010, the day when I first received a mail from the Microsoft mentioning as one of the Microsoft Most Valuable Professional (MVP) awardees of the quarter as a Silverlight contributor. I was holding that title on Silverlight platform for last 3 consecutive years.

 

Like last three years, this time also I have been awarded for this prestigious title but… I am no longer a Silverlight MVP now. Microsoft awarded me as “Client Development MVP” this time.

Published by on under Achievements | Awards