(X) Hide this
    • Login
    • Join
      • Generate New Image
        By clicking 'Register' you accept the terms of use .

Using Microsoft.Net.Http to Make Smooth Multithreaded Windows Phone Apps

(0 votes)
0 comments   /   posted by Silverlight Show on Nov 26, 2013
Tags:   windows-phone , wpdev , tanzim-saqib

Read original post at Tanzim Saqib's Blog

Microsoft HTTP Client Libraries is a portable class library that makes it simple to make HTTP calls across the platforms which also aids in reusing the code across the clients. Adding async/await pattern and Task Parallel Library to that, really makes it smooth and easy to make multithreaded app. A very common usage of this is in the news apps where the client cannot wait for all RSS feeds to load before displaying the user interface, in addition, the UI needs to remain responsive while the data packets are on the move. This simple and quick code snippet uses Microsoft.Net.Http nuget package at the core that you can obtain by executing this command in the Package Manager Console [...]


Comments

No comments

Add Comment

Login to comment:
  *      *       

Our News on Twitter