So just calling the promise and not attaching an empty done() handler, what will happen?
I assume the done() swallows the exceptions? And if no handler is attached the app will terminate in an error case?
See the documentation for a description:
http://msdn.microsoft.com/en-us/library/windows/apps/xaml/br211867.aspx
and then the section in there about done and specifically chaining promises.
Jeff Sanders (MSFT) @jsandersrocks - Windows Store Developer Solutions @WSDevSol Getting Started With Windows Azure Mobile Services development? Click here Getting Started With Windows Phone or Store app development? Click here My Team Blog: Windows Store & Phone Developer Solutions My Blog: Http Client Protocol Issues (and other fun stuff I support)