I am an experienced developer trying to add a WCF RIA Services class library to a LightSwitch 2013 desktop app and I'm a little confused on how to get started...
I know that Microsoft's WCF RIA Services will no longer be updated, it has been open-sourced and a newer version called Open RIA Services is available. I've never used either one before, and have been scouring these resources to no avail:
- http://www.openriaservices.net/
- https://openriaservices.codeplex.com/
- https://www.youtube.com/watch?v=nhMUG_6J8jk (tech demo by one of the people behind Open RIA Services)
The problem is, there is very little current documentation or tutorials or walkthroughs or even blog posts about Open RIA Services (or the WCF version, for that matter).
Am I just stuck in limbo between frameworks? Should I use one over another for some reason?
My main question is: Which NuGet package(s) do I get for a LightSwitch 2013 desktop app? I plan to use it to access a SQL Server backend, replacing LightSwitch's built-in data access (for performance reasons mainly).