DCSIMG
Migrating your Windows 8 Consumer Preview app to Windows 8 Release Preview - Essential XAML

Migrating your Windows 8 Consumer Preview app to Windows 8 Release Preview

Lately, Microsoft released Windows 8 Release Preview, and also Visual Studio 2012 RC.

If you’re a Metro Style application developer, you might wonder what has changed from the last Beta.

As one who have already developed Metro Style apps, I can say that there are braking changes!

One of my favorite is in the Dispatcher (CoreDispatcher class) which no longer contains BeginInvoke pre-historic operation style of the old version of asynchronous pattern. Instead it contains the modern ‘async’ convention method called RunAync, which is of course Windows Runtime asynchronous method.

Here’s the signature of it:

public IAsyncAction RunAsync(CoreDispatcherPriority priority, DispatchedHandler agileCallback);

If you really want to spare the trial and error step, finding what was remove, what was change or replaced, you can find all changes in the following white paper:

http://go.microsoft.com/fwlink/?LinkId=251943

Published Sunday, June 03, 2012 12:13 AM by Tomer Shamam

Comments

# re: Migrating your Windows 8 Consumer Preview app to Windows 8 Release Preview

Tuesday, June 05, 2012 7:33 AM by Yoichi Nakayama

I've downloaded Migrating_Consumer_Preview_App_to_Release_Preview.docx

(SHA-1: 8BEE6A177DE0B129A9A3277245B6BF514BD79B88)

But I cannot open it. Microsoft Word Viewer shows error dialog with message "The file appears to be corrupted."

# re: Migrating your Windows 8 Consumer Preview app to Windows 8 Release Preview

Tuesday, June 05, 2012 9:27 PM by Tomer Shamam

Hi Yoichi,

Works great for me.

Send me your email, I'll send a PDF version of it.

Regards.

Leave a Comment

(required) 
(required) 
(optional)
(required) 

Enter the numbers above:
Powered by Community Server (Commercial Edition), by Telligent Systems