Get some help with the video on this page: http://blogs.msdn.com/mitsu/archive/2008/05/14/show-your-flickr-pictures-in-a-silverlight-book.aspx
Read More...
Here is a control that everybody can easily use. This allow you to display Flickr pictures in a blog post or in any web page. For example this set of pictures ( http://www.flickr.com/photos/benjamingauthey/sets/72157604570177365/ ), taken by my friend
Read More...
I was getting really bored with testing .ContainsKey() at each time I wanted to read a value from a dictionary. Dictionary < string , string > dico; if (dico.ContainsKey( " key " )) value = dico[ " key " ]; else value = " default " ; A incredibly
Read More...