====== Silverlight ======
{{:informatique:silverlight_logo.png }}
Information sur silverlight :
* Une [[http://fr.wikipedia.org/wiki/Silverlight|présentation]] sur Wikipedia (fr)
* Pour [[http://silverlight.net/GetStarted/|Commencer avec Silverlight]] et le [[http://silverlight.net/forums/|Forum]] sur silverlight.net (en)
* La [[http://dotnet.developpez.com/faq/silverlight/|FAQ Silverlight]] et les [[http://dotnet.developpez.com/cours/?page=csharp#silverlightcs|Tutoriaux]] sur Developpez.com.
* Scott Guthrie's [[http://weblogs.asp.net/scottgu/pages/silverlight-posts.aspx|Silverlight Tips, Tricks, Tutorials and Links Page]] (en)
===== Tutoriels =====
[[http://weblogs.asp.net/scottgu/pages/silverlight-2-end-to-end-tutorial-building-a-digg-search-client.aspx|Scott Guthrie's 8-part blog series]]
C'est un tuto complet, commençant par un [[http://weblogs.asp.net/scottgu/pages/silverlight-tutorial-part-1-creating-quot-hello-world-quot-with-silverlight-2-and-vs-2008.aspx|Hello World]] dans le browser jusqu'à l'[[http://weblogs.asp.net/scottgu/pages/silverlight-tutorial-part-8-creating-a-digg-desktop-application-using-wpf.aspx|application Desktop avec WPF]]. Les copies d'écran montrent que le boulot est fait sur un Macintosh ;-).
[[http://silverlight.net/learn/tutorials.aspx|The Silverlight Geek Tutorials]] by Jesse Liberty.
===== Tips =====
==== Sandbox ====
Sandbox, Sandbox ... N'empêche que si l'on fait une boucle infinie c'est tout le navigateur qui est bloqué (onglets et fenêtres avec FF3).
==== TextBox ====
=== Auto scroll to caret ===
[[http://blogs.developpeur.org/neurocypher/archive/2009/01/05/silverlight-textbox-scrollable-auto-scroll-to-caret.aspx|Silverlight TextBox scrollable / Auto scroll to caret]] de NeuroCypher sur blogs.developpeur.org.
==== Threading ====
[[http://msdn.microsoft.com/fr-fr/library/system.componentmodel.backgroundworker(VS.95).aspx|Silverlight's BackgroundWorker]] on msdn.