WCF RIA Services Preview and the Visual Studio 2010 RC

Warning: This is my experimentation and cannot be taken as a recommendation!

I gave it to my temptation and installed the Visual Studio 2010 RC despite having a lot of upcoming WCF RIA Services talks.  (One is scheduled right tomorrow !(https://geekswithblogs.net/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/regular_smile.gif) and it would be disastrous to try anything fancy)

Much has been explained around the non-availability of Silverlight 4 Tools updated version for this RC release and subsequently the inability to work with WCF RIA Services and SL4.  Infact, Tim Heuer has put up a nice FAQ on

However, I went ahead and installed VS 2010 RC and the WCF RIA Services Preview for VS 2010 Beta 2, hoping to get it work at least for catering to ASP.NET Development. 

Much to my surprise, it did work! I could just grab the DLLs from C:\Program Files\Microsoft SDKs\RIA Services\v1.0\Libraries\Server onto my project reference and grab the System.Web.DomainServices.WebControls.dll file onto my toolbox and then was able to use the DomainDataSource control in the Webform.  Similarly the “Domain Service Class” template was also available as a “Add – New Item” which I could use to generate the middle tier.  I have written a detailed step by step on this in my earlier post

However, note that, this only works and doesn’t provide any warranty.  Also, the SL4 Tools don’t work which means, this is not going to help on the Silverlight development front.

I will be posting my first hand experience with the RC build related to web development and other general features in a separate post.  Till then,

Cheers!!!

This article is part of the GWB Archives. Original Author: Harish Ranganathan

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.