Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. דוגמא ליצירת פרוייקט סילבר לייט עם דטה בייס
  2. http://www.dreamincode.net/forums/topic/173124-silverlight-connecting-to-remote-database-wcf/
  3. http://www.codeproject.com/Articles/37522/7-Simple-Steps-to-Connect-SQL-Server-using-WCF-fro
  4.  
  5. מאמר הקדמה לסילבר לייט
  6. http://www.codeproject.com/Articles/59562/An-Introduction-to-Silverlight
  7.  
  8.  
  9. there are different ways for connecting to a database, e.g.:
  10.  
  11. ADO.NET Data Services ( new name in .NET 4.0 is WCF Data Services)
  12. RIA Services (new name is WCF RIA Services)
  13. classic WCF or ASP.NET Webservice
  14. ...
  15. ADO.NET and RIA Services are the most common. I think RIA Services is the way to start. So first you should watch this video, there you see everything you need to connect to a database and you'll find also a link to download C#-Code:
  16.  
  17. http://www.silverlight.net/learn/videos/all/silverlight-data-part1/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement