Here is the second part for my Silverlight Sharepoint contacts coverflow!
In the first part, I created the Silverlight coverflow without any link to Sharepoint.
In this second part, I'll customize my Sharepoint to allow this link.
Here is my updated TOC :
In my previous post :
- Implement the Silverlight coverflow
In this post post :
- Customize a sharepoint contacts library
In a next post :
3. Implement the Sharepoint contacts extraction
4. Deploy the XAP in Sharepoint
5. Add the Silverlight application to a Sharepoint page
Customize a sharepoint contacts library
To customize a contacts library, I need, of course, a contact list and a pictures library for the pictures of contacts.
Here is my contact library :
And here is my pictures library :

Now, I must create a column in my contacts list to add a picture to each contact item :

For each contact, I can then add a picture link to the picture library :

And finally, here is the result :
That's all for this time! I guess those steps were easily made if you've already played with Sharepoint!
See you later!