Just a quick note to say I’ve released the first version of the Flickr.Net library to support Silverlight (3.0 and 4.0) and the new Windows Phone 7 SDK.
The release can be downloaded from flickrnet.codeplex.com – use the FlickrNetSilverlight.dll file in the binary download.
The new asynchronous methods added for silverlight (as all network traffic is async in silverlight) are also included in the existing Flickr.Net API for .Net 2.0+
Examples and documentation to come in the near future.
Let me know if you have any feedback.
Hi, Sam.
Have you provided any Silverlight Flickr.Net examples (asynchronous methods)? I’m developing a simple app in Visual Studio 2010 using your api and am getting stuck with the asyn call back stuff. It’s new to me. Thanks for you time! -Greg
There is a small sample at the bottom of this discussion topic here: http://flickrnet.codeplex.com/discussions/266602.
I haven;t done anything bigger yet, although I am nearly close to releasing a sample Windows Phone 7 app, which uses the same techniques.
Sam