I've just found out about Visual Studio LightSwitch, Microsoft's new Silverlight-centric RAD tool.

Does this occupy the same space as WCF RIA Services?

Is WCF RIA effectively dead?

link|improve this question

feedback

3 Answers

up vote 5 down vote accepted

I've been doing some reading, and it seems that LightSwitch actually builds on top of RIA. I saw the following in a review in The Register -

Database connectivity and user authentication in LightSwitch uses WCF RIA Services, Microsoft's web service framework for Silverlight, though developers are shielded from the details. This means there is a middle tier running on Microsoft's IIS web server.

link|improve this answer
feedback

Lightswitch does not make RIA Services obsolute. They are both valuable but are aimed at different audiences. RIA Services is aimed at professional programmers that want a high degree of control. Lightswitch is aimed at non-professional programmers. You can think of it as a Microsoft Access for building Silverlight applications.

link|improve this answer
1  
Thanks for the comment Phil, though I did recently read the following from Eric Nelson, comparing Web Matrix and LightFoot - "WebMatrix is ...targeted at non-professional developers to make it easier to create new websites from scratch...In contrast, LightSwitch is targeted at professional developers and power users looking to create custom LOB applications..." – Craig Schwarze Sep 13 '10 at 6:44
feedback

I don't know where you found that quote "LightSwitch is targeted at professional developers and power users looking to create custom LOB applications", but that's NOT what LightSwitch was intended for at all. Power users, yes, professional developers, no.

LightSwitch is targeted at the non-developer, the type of user who creates "departmental" apps, who would perhaps currently use Excel, or Access. Though a number of professional developers (myself included) have recognised that LS is a fantastic tool for us to use as well, we were NOT the target audience at all.

As for RIA services being dead? Not at all! In fact RIA services is one of the main ways of accessing data that LS currently has trouble with (aggregation, projected entities etc). Using RIA services in LightSwitch is VERY easy. We're hoping, with the interest expressed by developers, that things will improve in that direction in future versions.

I agree with Phil, I tend to think of LS as Access.NET, even though it's far more than just that. Think of "forms over data" with all the latest technologies. Silverlight (both in browser & desktop), MEF, Entity Framework, RIA services etc.

Yann

link|improve this answer
Hi Yann, the quote is from Eric Nelson, a technology evangelist at Microsoft. You can find it easily enough using google. Cheers, Craig. – Craig Schwarze May 13 '11 at 4:46
@Craig, yes I'm sorry about that. I did actually run across that article, not long after I posted my reply. I didn't mean to have a go at you, it's just totally opposite from everything I've ever heard about LightSwitch, especially from Microsoft & the LS team themselves. They've certainly changed their story since that comment was made. I was stunned when I saw it for myself. Again, my apologies. Yann – Yann May 16 '11 at 5:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.