"YOU AND THE ART OF ONLINE DATING" is the only product on the market that will take you step-by-step through the process of online dating, provide you with the resources to help ensure success. Get it now!
If I can suggest an alternative appraoch.. I think you will find it beneficial in other situations as well if you can introduce a little process to the generation of your test data so that it is easier to either a) restore or b) generate You could for example have a debug build only feature to upload/download the files on the device to a wcf service running locally on your PC (a simplified version of what Rongchaua did here ) Or, more work, if you are willing, but offering even more additional benefits would be to develop some automated testing capability into your app.. starting with generation of initial test data. Here's something you could look at to get started on that path Claus Konrad Blog: WP7: How to unit test a MVVM Light WP7-application Granted these would take a bit of effort, but it's an approach that gives you some independence from manually generated test data, which in my experience invariably turns out to be a hassle at various times. And once solved, you find all sorts of reasons to thank yourself for doing it later.. whether it be saved time, or more robust testing because you can afford to be more aggresive with your test data/test execution and manage multiple test data configurations.
If I can suggest an alternative appraoch.. I think you will find it beneficial in other situations as well if you can introduce a little process to the generation of your test data so that it is easier to either a) restore or b) generate. You could for example have a debug build only feature to upload/download the files on the device to a wcf service running locally on your PC (a simplified version of what Rongchaua did here). Or, more work, if you are willing, but offering even more additional benefits would be to develop some automated testing capability into your app.. starting with generation of initial test data.
Here's something you could look at to get started on that path. Claus Konrad Blog: WP7: How to unit test a MVVM Light WP7-application Granted these would take a bit of effort, but it's an approach that gives you some independence from manually generated test data, which in my experience invariably turns out to be a hassle at various times. And once solved, you find all sorts of reasons to thank yourself for doing it later.. whether it be saved time, or more robust testing because you can afford to be more aggresive with your test data/test execution and manage multiple test data configurations.
The problem with the second approach is that I didn't use MVVM Lite in my app, just wrote my own viewmodels, so it might be a bit of work to get that integrated right now. Is there a lot of benefit to using the MVVM Lite framework? – Praetorian Jan 15 at 3:56 I recommend watching Laurent Bugnion's EX14 from mix.
You will get a quick understanding of what MVVM brings to the testability equation. Yes, that app will work with a device provided your device has network access to your PC whether through USB or net exposed http service.It needs updating from CTP though, or just read the code for ideas. – Mick N Jan 15 at 4:14 I'll definitely be looking into both of those recommendations.
But for the interim, do you know what VS files I should add to revision control so I can restore those and make VS think its not a clean rebuild? – Praetorian Jan 15 at 5:24 It shouldn't be hard to work out. Make a small change, copy the folder, do a rebuild in one and a build in the other, then use software the likes of BeyondCompare to compare the two folders for what's different besides the obvious object files that were recompiled.
You may find yourself renaming the xap's to zip and doing this exercise on the contents of that too. – Mick N Jan 15 at 6:09 No, of course it isn't hard to figure out, just tedious. I was hoping for the easy way out :) – Praetorian Jan 15 at 8:00.
There is a a workaround: open the solution configuration manager next to build is a deploy column, uncheck your project press F5 This will launch the app that is already on the device without overwriting it (and deleting its storage).
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.