So, here\'s the deal. I\'ve set up an app for wp7 where there\'s an array with 50 quotes. When the user clicks a button, a random quote from the array is showed. Problem is, the quotes always appears
I have a ListPicker in my Windows Phone 7 app where both the ItemsSource and SelectedIndex properties are bound to my ViewModel. SelectedIndex is using Two Way binding. The items and the SelectedIndex
Is there any tool or method present to convert my s开发者_如何学编程qlite database to (*.sdf)? I need this for porting a iPhone project to WP7.This morning a new tool (SQLite2CE) was released which ha
I\'m currently looking to add some debug only code to a windows phone project. This debug code will drag in some debug class library references (nunit helpers) and some WCF service client references,
in my app for WP7(mango) I need to navigate the user from one point to another. I know there is the Map control that lets you draw staff on it, but how do you ask it to draw the path for you? (based o
I want to create an application that has both an ASP.NET MVC 3 web client and a Windows Phone 7 phone client. The application data is stored in SQL Server and needs to be accessed from both clients.
I am working on a small hobby app - which would show some charts, and would be accessible by people using their mobile devices. I come from a Microsoft development background- have used Telerik, Infra
I want to write unit tests for my private methods in WP7 app code. So I would like to know how to call private methods from Silverlight Unit Test code. Below is a code snippet for which I would like t
I used the sample code below for testing. I could not figure out what went wrong. Appreciate if you can point out what I need to do on setting up or using Reminder.
I would like tho know how to add an image to a button dynamically in the code rather than in xaml. Someone had suggested to proceed the following way