LINQ To SQL
Posted by: Jesse Liberty - Silverlight Geek,
on 26 Mar 2008 |
View original | Bookmarked: 0 time(s)
A number of folk have written to me in response to my 3rd tutorial asking that I spend some time focusing on how to obtain data from a SQL database. This is the topic for tutorial #4, to be released on April 1.
A few interesting issues arose when writing that tutorial, and so I thought I'd start to discuss them even before the tutorial appears.
Architecture
The most straightforward way to deal with using Silverlight to present data from a Database is to create a Web Service whose job is to query...