0

What's the best way (e.g. framework) to access a database using Silverlight?

2 Answers 2

7

Using WCF RIA services. This allows you to access your Data using RIA Service Layer that can also have some business logic in it. For more details visit this article on RIA:

http://msdn.microsoft.com/en-us/library/ee707344%28VS.91%29.aspx

Ragards.

Sign up to request clarification or add additional context in comments.

Comments

0

I guess it is difficult to define "best". I think is more a personal preference. I have used a webservice and linq2Sql in the past. I have used this (http://www.silverlightshow.net/items/Silverlight-2-Simple-Editing-of-Web-Service-Data-in-a-DataGrid.aspx) tutorial as a base.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.