Can someone explain it succinctly? Can it be used with non-Silverlight clients?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Basically, .NET RIA Services is a framework that hides away the network plumbing logic to handle over the wire RPC and bridges the code between the client and the server.
You can think of it as RAD for Client/Server development.
From Dinesh’s Blog:
1. Simplify n-tier development (and
really show you a better way to get
multi-tier story for your ORM
objects – LINQ to SQL or EF or
whatever)
2. Support Rich Internet Application
(RIA) development on Silverlight –
there is great end-to-end story for
validation, authentication, easy
databinding etc.
3. Extend your ASP.NET development
experience. This is based on what
you know and use already. There is
even an ASP.NET DomainDataSource and
templates for SEO there (and
hopefully some AJAX stuff soon –
fingers crossed).
To answer some of your other questions about the future Brad Abrams says:
ASP.NET Access – By following the RIA Services pattern, you will also be able to build ASP.NET applications easily while taking advantage of all the built in features of RIA Services such as data validation, authorization, etc. In the March preview, we are offering a asp:DomainDataSource control that enables very easy ASP.NET WebForms access to your domain logic. Building on top of that is a future version of ASP.NET Dynamic Data that makes it very easy to generate common, standard UI based on your domain logic.
Back in Redmond, we are working on provide a very clean access to your domain logic via ASP.NET MVC. The pattern here is very cool, and I can’t wait to talk about it in a future CTP.
If you combine the verity of data sources with the variety of presentation options we are aiming for with .NET RIA Services…