Articles → Silverlight → WCF RIA Service
WCF RIA Service
Software Requirement
- Visual studio 2010 is installed on your machine.
- WCF RIA Services SP2 for Silverlight 4 and 5 are installed on your machine.
- WCF RIA Services Toolkit is installed on your machine.
Prerequisite Knowledge
- How ASP.NET application works?
- What is XAML file?
- How to bind a silverlight control like combobox from a datasource?
- What is ADO.NET entity model?
- How to query to data source using LINQ?
- What is IEnumerable and IQueryable interfaces?
ASP.NET Application Vs Silverlight Application
Click to Enlarge
Click to Enlarge
Creation Of A New Project
Click to Enlarge
Click to Enlarge
Click to Enlarge
Add Data Tables
Click to Enlarge
Add ADO.NET Entity Data Model
Click to Enlarge
Click to Enlarge
Click to Enlarge
Click to Enlarge
Click to Enlarge
Adding A Domain Service Class
Click to Enlarge
Click to Enlarge
Domain Service Code
Click to Enlarge
Adding Code In Xaml File
Click to Enlarge
Calling RIA WCF Service Through Code Behind
Click to Enlarge
Output
Click to Enlarge
Conclusion
WCF Vs WCF RIA Service