In this article, we are going to see how to build the Window Phone to get the package (.XAP ) file and deploy the application to a device or to an emulator for testing the application before publishing it to the marketplace. For simplicity, we will take the sample project that we developed in our earlier articles to build and deploy the application.
Here, we are going to see both the approaches of deploying the application to the device directly. In addition, we are going to see the approach of deploying it to the Emulator (Virtual Device) to test the same and move it to the marketplace. Let us begin the process on how to achieve the above tasks.
Read More