Asynchronous Image Loading in Silverlight

Posted by: HackingSilverlight, on 04 Jan 2010 | View original | Bookmarked: 0 time(s)

So one task that was bugging me today was doing image loading asynchronously so as to not drag the app down. Now there are some 'xaml' ways of doing this in wpf and supposedly in SL but alas I have not seem it work well. I'm working on a larger class that does this better but here is the basics of how I got it to work in C# code... to start with lets take a look at the following code:WebClient client = new WebClient();client.OpenReadCompleted += new OpenReadCompletedEventHandler(wc_OpenReadCompleted);if...

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: XAML | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 1794 | Hits: 61

Similar Posts

  • Data-binding Telerik CoverFlow for Silverlight + some Routed Commands goodness more
  • Silverlight MVP more
  • Quick and painless Byte Array to Image converter for RadGridView for Silverlight more
  • API changes introduced by the new CoverFlow control more
  • Building a Silverlight 3 based RIA Image Magagement System (1) more
  • Building a Silverlight 3 based RIA Image Management System - 1 more
  • Telerik Launches RadControls for Silverlight 3 for Line-of-Business Application Development more
  • Why Embedded Silverlight Makes Sense more
  • Silverlight 3 more
  • ASP.NET AJAX Release History : Q2 2009 BETA (version 2009.2.616) more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD