I'm new to Windows phone7 development. Can i know whether there is permission to access the call history from Windows phone7 using Windows phone SDK?
And what programming languages are preferred for developing applications in Windows phone7?
I'm new to Windows phone7 development. Can i know whether there is permission to access the call history from Windows phone7 using Windows phone SDK?
And what programming languages are preferred for developing applications in Windows phone7?
It is not possible to access the call history (privacy). You can only select a contact to get his number with PhoneNumberChooserTask
Allows an application to launch the Contacts application. Use this to obtain the phone number of a contact selected by the user.
Languages to develop applications for Windows Phone are C # and VB.NET. You can find examples on this page
Refer Windows Phone 7 call history - Mango API
You can use C# or VB.net for backend coding and xaml for ui.