• Skip to primary navigation
  • Skip to content
  • Skip to footer
NicolD blog
  • posts by year
  • tags
  • my old MSDN blog
    Nicola Delfino

    Nicola Delfino

    I meet people, I do things for @Microsoft and @CaledosLab. My opinions and my tweets are my own, not the views of my employer and should NEVER be taken seriously.

    • Italy
    • Twitter
    • Facebook
    • GitHub
    • Instagram
    • Flickr
    • Linkedin
    • Email

    NicolTIP#027- How to update the UI from a worker thread on Windows Phone 7?

    less than 1 minute read

    Use “Deployment.Current.Dispatcher.BeginInvoke”.

    sample:

    Deployment.Current.Dispatcher.BeginInvoke(delegate()
    {
            LoadingBar = Visibility.Collapsed;
    });

    Tags: NicolTIP, Threading, Windows Phone 7

    Updated: August 21, 2011

    Share on

    Twitter Facebook LinkedIn
    Previous Next

    You may also enjoy

    Implementing cross HUBs routing in Azure

    13 minute read

    In this blog article, I’ll show you how to arrange the routing between two Hubs that are peering with each other so that all spokes in both Hubs can communic...

    Measuring latency between Azure Availabity Zones and the impact of an NVA in between

    15 minute read

    In this post I measure the latency between virtual machines in various network configurations on Azure

    Azure AD OAuth client credential flow with custom certificate walk-through

    9 minute read

    In this walk-through I show how to use a certificate to request an access token to Azure Active Directory, using the OAuth 2.0 client credential flow

    Allowing DNS resolution of Azure resources from on-premise

    13 minute read

    How can I integrate my on-premises DNS with Azure?

    • Follow:
    • GitHub
    • Feed
    © 2023 NicolD || NicolGit || Nicola Delfino. Powered by Jekyll & Minimal Mistakes.