Follow us on X (Twitter)  Like us on Facebook  Connect with us on LinkedIn  Subscribe to our YouTube Channel  Subscribe to our WhatsApp Group

Continuing my Windows Phone 7 Tutorials on Launchers and Choosers. Today in this blog post we will discuss about the Windows Phone 7 class named “SaveRingtoneTask”. We will first describe about the internal class implementation of the SDK itself. Later we will see how to implement it in your application.

 

Continue reading to learn about the API and code implementation. Don’t forget to share your thoughts and feedbacks at the end in the comments section. Also, share this to your friends/colleagues who might feel it useful too.

Published by on under Mango | Silverlight

Do you want to create an application or game for your Windows Phone 7 that can share links to various social networking sites of users choice? Then this post will help you to integrate the same in your application.

 

Continue reading the complete post to know more about the API, the internal implementation of the WP7 SDK and the way to include it in your application. Don’t forget to share your feedback and if you like the post, please share it to others as this might be helpful for them too.

Published by on under CodeProject | Mango

Today I received a great offer from my blog partner who is giving away few eBooks on "Windows 7" for my blog readers. In this post, I am going to share 3 FREE eBooks on the same topic. You can request to download by clicking the "Request Now" button

 

Stay tuned to get more free eBook offers on various topics.

Published by on under Book | eBook

Today while debugging a Silverlight application, I noticed that, my Visual Studio 2010 was taking too much time to load the referenced assemblies and the browser was freezing for some time while loading the XAP. First I thought that it is due to the solution file but after doing some investigation I noticed that it is happening for all Silverlight application.

 

Finally I found the solution and thought to share with you. In case you come across same situation, this post will help you to resolve it easily.

Published by on under Silverlight | Tips

Do you want to develop an application or game which will update your status or game result in some social networking sites like Facebook, Twitter, Linked-In and/or Windows Live? Then this post will help you to integrate such task in your app.

 

Using “ShareStatusTask” of the Windows Phone 7 SDK, you can update your status line on the social networking sites. Continue reading the post for more details of the API and the implementation steps.

Published by on under CodeProject | Mango

In last few articles I was discussing on Launchers and Choosers of Windows Phone 7. In today’s blog post I am going to continue on that again. This time we will discuss on “SmsComposeTask” of the WP7 SDK, which you can use to create SMS from code.

 

SmsComposeTask launches the Messaging application with a new SMS message displayed and requires user intervention to send the message. Continue reading to learn in depth of the API implementation and uses of the API.

Published by on under CodeProject | Mango

In last two blog posts we learnt how to save email address in WP7 and how to send email. We also learnt the internal implementation of the APIs used by the Windows Phone 7 SDK.

 

Today in this blog post we will explore how to retrieve email address from contact list with a simple example (including the internal implementation of the API). Don’t forget to provide your feedback. If you have any queries, let me know. I will try to answer you as early as I can.

Published by on under CodeProject | Mango

In the last blog post we learnt “How to Save Email Address in WP7 using the SaveEmailAddressTask?” where we shared code snippet of the internal implementation of the SaveEmailAddressTask along with the code implementation of a demo app.

 

Today in this blog post we will learn how to compose an email using the Windows Phone 7 SDK class called “EmailComposeTask”. Also sharing the decompiled version of the class, so that you can know the SDK implementation. Continue reading and at the end don’t forget to leave your feedback.

Published by on under CodeProject | Mango

Do you want to build an application which will allow you to save an email address? Then this post will allow you to understand the API of Windows Phone 7 SDK. In this post we will learn about SaveEmailAddressTask class and it’s API with a simple demo.

 

Continue reading to learn about it. Also, I will share the code snippet of the internal implementation of the SaveEmailAddressTask, which will help you to understand the actual implementation of the API of WP7 SDK.

Published by on under CodeProject | Mango

In the last blog post, we learnt “How to Call a Number in WP7 using the PhoneCallTask?” We also learnt, “How to Save Phone Number in WP7 using the SavePhoneNumberTask?” So, how can you programmatically retrieve a phone number from existing contact list?

 

This post will help you to understand it. After reading this post, you will be able to programmatically retrieve the phone number in your application (this requires user’s interaction) using the PhoneNumberChooserTask. Don’t forget to read the complete post as this will help you to know about the internal implementation of the SDK API too.

Published by on under CodeProject | Mango

Last day we learnt “How to Save Phone Number in WP7 using the SavePhoneNumberTask?” There we discussed on the basics of the API and details about the implementation stuff with step-by-step details.

 

Today in this small blog post we will learn how to call a number programmatically in Windows Phone 7 by using the PhoneCallTask API. We will also know what are the limitations of this API class. Continue reading to know further.

Published by on under CodeProject | Mango

Do you want to integrate a task in your Windows Phone 7 application that will help users to save their contact details e.g. a phone number in their Contact List? If you want to do this, there is a class called SavePhoneNumberTask which will allow you to implement that task.

 

This small post will help you to understand the basics about the API and details about the implementation stuff with step-by-step details.

Published by on under CodeProject | Mango

In last two blog posts we learnt how to programmatically Save Contacts in WP7 and Retrieve Contact Information. Now after these, you may want to programmatically search for specific contact. So how to do this?

 

Windows Phone 7 SDK provides that API for you. You can use that API to asynchronously search for a contact by different parameters. Continue reading the complete post to learn more about the class and search mechanism. Don’t forget to read out my other blog posts too.

Published by on under CodeProject | Mango

Here comes the “Monthly Summary” post of March 2012. It was a hectic time for me and was busy with personal stuffs. During March 2012, I have published 9 blog posts, mainly on Windows Phone 7 development along with a good news that I have been officially added as the Telerik Insider.

 

In this post, sharing all the posts in category wise sorted for you, so that, you can find them easily from here.

Published by on under Archives | DZone

In the last post, we learnt “How to Save Contact in WP7 using the SaveContactTask?” Today in this small post we will learn how to retrieve saved contacts in WP7 using the Windows Phone 7 SDK APIs.

 

If you are developing any application for Windows Phone 7 and wants to provide user an option to get any contact details (e.g. Contact Name, complete Address of the Contact), AddressChooserTask class will allow you to get such information of the selected contact. Continue reading to get more details about this API.

Published by on under CodeProject | Mango

It’s a time for the great news. Feeling proud to announce that, officially I am now a Telerik Insider too along with the Telerik MVP award. After Lohith Goudagere Nagaraj (@kashyapa), I am the 2nd Telerik Insider from India.

 

Thanks to everyone for your continuous support. Read to know more about the program.

Published by on under Achievements | Awards

Windows Phone 7 SDK exposes API to provide user option to save any contact to the Contact list. In your app you may want to include contact saving option. This small post will help you to understand the API and after that, you will be able to use it in any of your applications.

 

The SDK has a sealed class called SaveContactTask, which you can use to implement this feature. Continue reading to know more about the class and implementation steps.

Published by on under CodeProject | Mango

Sometime in our application, we want to launch the Media Library of the Windows Phone 7 device and also want to provide user the option to view any existing image from that library. So if you want to do this, how will you implement the code?

 

Windows Phone 7 SDK provides provides API to do this. Using the PhotoChooserTask you can actually launch the photo chooser application and handle the selected image. Continue reading to read more about this process from this small tips.

Published by on under CodeProject | Mango

In last two post, we learnt about How to search in the WP7 Marketplace using the MarketplaceSearchTask? and How to Launch the WP7 Marketplace Hub using the MarketplaceHubTask? Today in this small post, we will learn how to launch the application details page.

 

If you searched application in Marketplace using the marketplace client, you would familiar about the application details page. The details page consists of information about the application including install & share button and reviews section. You might want to add that page in your application. Continue reading to learn about the API.

Published by on under CodeProject | Silverlight

In our previous Windows Phone 7 tips, we learnt how to search applications and/or music in the WP7 marketplace using the MarketplaceSearchTask API.

 

Today in this post, we will learn about the MarketplaceHubTask API to launch the Windows Phone 7 Hub client in your phone device. Using the code, you can also launch it in the phone emulator. Continue reading to learn more about it.

Published by on under CodeProject | Silverlight

In your Windows Phone 7 application, you may want to search for some application or music rom WP7 Marketplace. How will you do this? This small tips on Windows Phone 7 marketplace related API will help you to write code in your application.

 

You can easily achieve this by using the Marketplace Launchers task to call the search API. Continue reading to know more about it.

Published by on under CodeProject | Silverlight

Microsoft launched Visual Studio 11 Beta and .Net Framework 4.5 Beta with lots of new, enhanced and improved features. Jason Zander, announced the availability of Visual Studio 11 beta and .Net Framework 4.5 beta in his Weblog on 29th February 2012.

 

Continue reading this post to find out the links towards the Web Installer as well as the Offline / Standalone Installer of Visual Studio complete suite.

Published by on under News | VisualStudio

Here comes the “Monthly Summary” of February 2012. During February 2012, I have published 11 blog posts with mix categories. In this post, sharing all the posts in category wise sorted for you, so that, you can find them easily from here.

 

In February, I published three Windows Phone 7 applications which are absolutely free to download. I am sharing them here for your easy access.

Published by on under Archives | DZone
Here comes my 2nd Windows Phone 7 application in the Marketplace named “Easy Connect” to provide you easy access to the connectivity settings page in your device. Finding each page in the settings is little bit difficult and hence here is my application to help you.

 

Find details about the application and the free downloadable links from Windows Phone 7 marketplace. Don’t forget to review the app and share your feedback.

Published by on under DZone | Silverlight

The Microsoft .NET platform, originally introduced in 2002, is mature and it provides developers with great options for creating software that can meet the requirements of any project. With many options, though, it can be difficult for today’s .NET developer to choose the correct .NET technologies for a project.

 

Addressing this problem, Telerik has assembled its senior technical leaders to produce the Microsoft Platform Guidance 2012. This document attempts to provide prescriptive guidance for .NET developers trying to determine the best .NET technologies to use for specific software challenges.

Published by on under News | Telerik

If you have a Windows Phone 7 device and you are a WP7Dev, you may want to develop and test your WP7 application inside your device. All the time, the simulator doesn’t help us to test our application and hence you need the hardware device. The Phone 7 by default comes as a locked for development, but if you want, you can easily unlock it for testing and debugging purpose.

 

In this small post, I will help you to understand each steps in detail. Continue reading to be familiar with the process.

Published by on under Tips | WP7

If you are using Windows Phone 7 and want to activate the “Call Waiting Service”, this post will help you. You might came to this page by search engines if didn’t find any settings to activate this service in your phone. This post is not related to any sort of programming but just a small usages tips.

 

Continue reading and activate the service right now if you are searching for this.

Published by on under Tips | WP7

Microsoft Windows Phone 7 camps now in your city. If you are in India, you can now join the WP7 Camps in 6 major cities across India. Starting from 17th February to 29th February it will happen in Delhi, Bangalore, Indore, Ahmedabad, Mumbai and Trivandrum.

 

If you are in near by cities and want to join the camp, find the date and address in this post. Enjoy the event with Windows Phone influencers and learn more from them.

Published by on under Events | News

Sometime we may need to download images from external location to our Windows Phone 7 Media Library. Few days ago, I tried to implement the same in one of my application. Initially, I thought that it is very easy to implement but later noticed the complexity. I did few R&D with Mayur Tendulkar to implement the same and came up with a solution. Thanks to Mayur for helping me out.

 

It this post, I will discuss the way of implementation of it with the full code snippet. Continue reading to check out the downloading mechanism of external images to Media Library.

Published by on under Silverlight | WP7

Busy Indicator is a tool which you can add in your Silverlight or WP7 application to show a loading indication to your user while doing some sort of operations. This is just to let the user know that something is going on.

 

Here in this article, we will learn how to use Telerik BusyIndicator control in your Windows Phone 7 and let the user know that some operations are going on in the background.

Published by on under Silverlight | Telerik

Here comes the most popular 5 posts of the week (29th January 2012 to 4th February 2012) at silverlight-zone.com. This week most viewed posts were from Daniel Rubino, @f5Debug, SilverSpot, Barry Lapthorn and Joe Mayo.

 

Read more to find out the popular links read by the developer community. Don’t forget to follow @SilverlightZone on Twitter. Become a “Fan” of our Facebook Page by clicking the “Like” button to stay updated. Subscribe to our Newsletter in case you want to get digest mail notification.

Published by on under Silverlight | SilverlightZone

It’s time for you to sharpen your .Net Ninja skills. The latest Telerik release is just around the corner and Telerik has tons of new stuff to show off. If you are eager to see the new bits and sharpen your .NET skills, be sure to sign up for Release Webinar Week.

 

This 3-day event is packed with hour-long webinar sessions on the coolest new features shipping with the Q1 2012 release.  Release Webinar Week will be held on February 20 – 22, so mark your calendars and win some cool stuffs from Telerik.

Published by on under HTML | HTML5

Here comes the “Monthly Summary” of January 2012. During January 2012, I have published 16 blog posts with mix of mood. In this post, sharing all the posts in category wise sorted for you, so that, you can find them easily from here.

 

January was a great month for me. Celebrated 1 yr. of silverlight-zone.com. My Telerik and Codeproject MVP awards were renewed in this month. Also, I had a chance to visit Florida to attend the Telerik Influencers Summit. It was a hectic time at the end of the month.

Published by on under Archives | CodeProject
This is another small guest post on SQL Server submitted by Joydeep Das. In the previous post, he described about "Join Hint in SQL".

In this post, he will guide you to illustrate the concepts of Database Compression on SQL Server 2008. It is the concepts behind the compression only. For details level of learning you need to follow the MSDN or any MS Notes.

Read more to understand the concept from Joydeep and don’t forget to ask your SQL Queries in the comments section.
Published by on under GuestPost | Joydeep-Das
Here comes the weekly Silverlight-Zone digest for the week 15th January 2012 to 21st January 2012. This week major posts were on Silverlight and Windows Phone 7.

Popular posts were from Christine L., who showcased "Water ScrollViewer", a must read if you didn't yet read; followed by Steve Adey, Stephan Wick, @dotMorten and @mbcrump. Read the complete post to find out the popular 5's and links towards the daily news digest, if you missed any one issue, you can get it here.

Published by on under Silverlight | SilverlightZone
We all know the process to embed a Silverlight application inside a Webpage using div and object tag. When we create a new Silverlight application project, those tags automatically generates by the IDE inside the html and aspx pages.

In many cases we need to dynamically add the Silverlight application inside a webpage. In this post, we will learn the process to host it using JavaScript. Looks interesting? Read to know more.
Published by on under JavaScript | Silverlight
Pune User Group in association with Microsoft is hosting a 4 days FREE training program for technology professionals in Pune. In this training program, attendees will learn about application development for Microsoft Windows Phone devices.

Registration for this training program is absolutely FREE for any technology professional, who wants to learn Windows Phone Application Development. Continue reading this post to know more about this program, session agenda and venue details. At the end, submit 3 applications and claim your FREE Windows Phone 7 device. See you all there.
Published by on under Events | PUG

Few days ago, I received an offer from uCertify to review their Exam Preparation Kit and then I started reviewing 70-515 Exam .NET 4.0 Preparation Kit (PrepKit) from uCertify. In the previous post “I am reviewing 70-515 Exam .NET 4.0 Preparation Kit from uCertify” I shared few information about the product and informed that, I will share in-depth report after the review period.

 

Today in this blog post, I am sharing the complete review report of the Preparation Kit. Read how it will help you to prepare yourself for the Exam. Also, there is a contest available for you. Participate in the contest to win a Free License from me.

Published by on under Certification | Exam

This is a small guest post on SQL Server submitted by one of my friend Joydeep Das. In this post, he will guide you to understand the basics of Join hint and when to use that.

 

He will also guide you on various types of Join hint used in SQL Server with algorithm and code example. So, why are you waiting for? Read more to understand the concept from Joydeep and don’t forget to ask your SQL Queries in the comments section.

Published by on under CodeProject | GuestPost

Few days ago, I started with the Windows Phone 7 tips and published a post on “How to Pin an Application to the Start Screen?” where we demonstrated how to pin an application for easy access.

 

Today in this post, we will learn how to unpin the pinned application from Windows Phone 7 start screen. So, read on to learn it. Again, this is a beginner level tips & tricks to start with Windows Phone 7 device.

Published by on under DZone | Mango