Articles

TwitterFacebook
Get flash to fully experience Pearltrees

Tip: How to handle the MouseLeftButtonDown and MouseLeftButtonUp

http://www.silverlightshow.net/items/Tip-How-to-handle-the-MouseLeftButtonDown-and-MouseLeftButtonUp-events-of-the-Button-control.aspx Have you ever noticed that the MouseLeftButtonDown and MouseLeftButtonUp events are not fired when a Silverlight button is clicked?
In RIA’s it often happens that you need some kind of drag and drop support. Flex has provided in this support, with it’s DragManager class.

A complete Silverlight 3 Drag and Drop solution, inspired by Fle

http://blogs.infosupport.com/a-complete-silverlight-3-drag-and-drop-solution/
http://msmvps.com/blogs/theproblemsolver/archive/2009/02/18/getting-started-with-the-repository-pattern-in-silverlight.aspx

Getting started with the repository pattern in Silverlight - The

Getting started with the repository pattern in Silverlight The repository pattern is quite a common design pattern when working with databases.

Consuming an ADO.NET Data Service from Silverlight - The Problem

Consuming an ADO.NET Data Service from Silverlight http://msmvps.com/blogs/theproblemsolver/archive/2009/01/06/consuming-an-ado-net-data-service-from-silverlight.aspx
< ResourceDictionary xmlns = "http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x = "http://schemas.microsoft.com/winfx/2006/xaml" http://www.mostlydevelopers.com/blog/post/2009/07/06/Silverlight-Custom-Content-Control-with-Events.aspx

Silverlight Custom Content Control with Events

http://www.mostlydevelopers.com/blog/post/2009/03/30/Silverlight-Custom-Content-Control.aspx

Silverlight Custom Content Control

As a Silverlight control developer, you may encounter a need to create a custom content control.
Table of Contents Introduction Long before Silverlight 1.0 was released, it was actually called WPF/E or WPF Everywhere.

Reusing .NET Assemblies in Silverlight

http://www.netfxharmonics.com/2008/12/Reusing-NET-Assemblies-in-Silverlight

Understanding WCF Services in Silverlight 2

http://www.netfxharmonics.com/2008/11/Understanding-WCF-Services-in-Silverlight-2 Also Available for Download: XPS or PDF (74-pages) If you like this document, please consider writing a recommendation for me on my LinkedIn account .
http://devblog.ailon.org/devblog/post/2009/11/05/Writing-WPFSilverlight-compatible-code-Part-2-Dependecy-Properties.aspx Note for future readers : These series discuss WPF and Silverlight versions that are current stable versions at the time of this writing – WPF 3.5 and Silverlight 3. These are ongoing series of posts on the subject of WPF/Silverlight compatibility. New posts will be added to the Table of Contents post as they are written so bookmark that post or just subscribe to my RSS feed .

Writing WPF/Silverlight compatible code. Part 2: Dependency Prop

Les applications Silverlight n'ont pas accès aux ressources de l'ordinateur client.

Tutoriel : Upload de fichier en Silverlight 2 en C# sur un serve

This post is part of a short series I am doing on MVVM infrastructure. In this series, I will share some thinking and code that has helped to produce cleaner, simpler MVVM code in my applications.

View Models: POCOs versus DependencyObjects