Skip to main content
Home Forums Silverlight Programming .NET RIA Services Annoucement: .NET RIA Services May 2009 Preview is Live!
0 replies. Latest Post by mohnani.deepesh on May 11, 2009.
(0)
mohnani....
Member
251 points
48 Posts
05-11-2009 9:15 PM |
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 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:-
1. Visual Studio 2008 SP1 or Visual Web Developer Express 2008 SP1
2. Silverlight 3 beta ( Runtime,SDK and Tools)
Installation Instruction:-
1. Uninstall the March 2009 preview
2. Install the May 2009 Preview
Here is a list of what is available in the May 2009 Preview:-
1. Tons of bug fixes. Most of the bugs reported in the forum have been addressed.
2. EF and LTS DomainService base classes now infer and propagate DAL Level validation metadata
a. StringLength
b. Required
c. ConcurrencyCheck
d. Timestamp
3. Validation metadata propagated for EntityRefs
4. MetatdataProvider registration refactoring
a. LTS/EF metadata providers now reusable on non LTS/EF DomainServices
5. New Business application Template
6. XML Metadata provider Sample
7. Authentication Sample
8. Linq2Sql Domain Provider Sample
9. Testability Sample (Coming Soon)
All the samples (March 2009 and May 2009) can be found at http://code.msdn.microsoft.com/RIAServices
Right here, on the .NET RIA Services forums. You can also read our overview document and can be found here.
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