Wmv | 1024×768 | 15fps 320kbps | wmav2 128kbps 44100Hz | 620 MB
Authored by Yacine Khammal | Duration: 8h 20m | Level: Intermediate, Advanced | Released: 9/3/2010
Genre: eLearning
WCF RIA Services simplifies the development of n-tier solutions for Rich Internet Applications (RIA), such as Silverlight applications.
A common problem when developing an n-tier RIA solution is coordinating application logic between the middle tier and the presentation tier.
To create the best user experience, you want your RIA Services client to be aware of the application logic that resides on the server, but you do not want to develop and maintain the application logic on both the presentation tier and the middle tier. RIA Services solves this problem by providing framework components, tools, and services that make the application logic on the server available to the RIA Services client without requiring you to manually duplicate that programming logic. You can create a RIA Services client that is aware of business rules and know that the client is automatically updated with latest middle tier logic every time that the solution is re-compiled.
Microsoft WCF RIA Services provides a pattern to write application logic that runs on the mid-tier and controls access to data for queries, changes and custom operations. It also provides end-to-end support for common tasks such as data validation, authentication and roles by integrating with Silverlight components on the client and ASP.NET on the mid-tier.