.NET RIA Services May 2009 Preview

Today we posted a minor update to .NET RIA Services.  This release is mainly focused on addressing bug fixes we have heard in the forums and delivering on a few key areas… There are a lot of other long lead work items that will fall into future releases. 

Download it today from: https://code.msdn.microsoft.com/RIAServices 

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. New Business application Template… This template adds login\create new user to the Silverlight Navigation Application template.

    image

    imageimage   

  3. Authentication Sample

  4. XML Metadata provider Sample…  We have heard very clearly that folks want an option to store validation metadata outside of custom attributes.  This sample shows how to find metadata in an Xml file, but you could easily extend to find validation information from a database.

  5. Linq2Sql Domain Provider Sample..  Out of the box we support POCO (plain old CLR object), Linq2Sql and Entity Framework, but we know folks are actively looking into building support for nHibernate, Sharepoint, etc.   This is a great sample that shows you the ends and outs of writing a provider.  It is the actual product code we use for the Linq2Sql provider (plus a little clean up).

  6. Updated asp:DomainDataSource that works great with asp Dynamic Data

All the samples (March 2009 and May 2009) can be found at https://code.msdn.microsoft.com/RIAServices

We’d love to hear what you think and what you’d like to see in the next preview!