Microsoft .NET RIA Services simplifies the traditional n-tier application pattern by bringing
together the ASP.NET and Silverlight platforms. The 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.
The go-live restriction from the EULA has been dropped in response to repeated requests. But please remember that this is
a preview, use it at your own risk and expect breaking changes
What’s new in the preview?
Here is a list of what is available in the July 2009 Preview:-
A new and improved model for handling operations on the client – you can more easily specify callback/event for an operation, track its status and cancel it.
Improved class library support
Extensibility points in generated code
Cleaner user model and better extensibility support for Application services
Better DomainDatasource capability for handling paging and updates.
Significantly simplified shared code support
First wave of ADO.NET Data Services alignment ( add a DomainService to DataService for writing app logic / expose DomainService as DataService).
Bug fixes and initial performance improvement on the server
Dinesh Kulkarni
Member
313 Points
98 Posts
.NET RIA Services July 2009 CTP Available
Jul 10, 2009 06:34 PM | LINK
What is .NET RIA Services?
Microsoft .NET RIA Services simplifies the traditional n-tier application pattern by bringing together the ASP.NET and Silverlight platforms. The 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.Where can I download the July 2009 Preview from?
The installer can be found here or at http://silverlight.net/getstarted/silverlight3/default.aspx. You will need the following pre-requisites to install .NET RIA Services:- Visual Studio 2008
SP1 or Visual Web Developer Express 2008 SP1
- Silverlight 3.0 (Runtime,SDK and Tools)
Installation Instructions:- Uninstall the March/May 2009 preview
- Install the July 2009 Preview
The go-live restriction from the EULA has been dropped in response to repeated requests. But please remember that this is a preview, use it at your own risk and expect breaking changesWhat’s new in the preview?
Here is a list of what is available in the July 2009 Preview:-All the samples can be found at http://code.msdn.microsoft.com/RIAServices. Most have already been updated for the new CTP.
Where can I get more information?
Right here, on the .NET RIA Services forums. You can also read our overview document and can be found here.
How do I provide feedback and report bugs?
We want your feedback and want to know about the issues you find. Please post feedback and bugs in the forums. Let us know what you think.