I'm pretty often asked the question "Can I use real (as in coming from a database) data in my Silverlight application?" the answer is “of course”, although this requires a lit more work than any other technology (WinForms, ASP.NET, WPF) you could use. The reason for that is, that as you probably already know, Silverlight runs on the client, so you’ll need a way to move the data from the server to the Silverlight Client application.
There are a number of ways you can achieve that... read more