Web
In the last blog we looked at creating an OpenAccess domain model to expose to LightSwitch. In this blog we continue down the path of integrating OpenAccess and LightSwitch. Today we will set up an OpenAccess Domain Service that can be consumed by LightSwitch. Creating the Service The first thing we need to do is add a new “WCF RIA Service Class Library” to our solution: This will add a new folder to our solution containing 2 projects, one is the RIA Service library(Demo.OALightSwitch.Web), and the other is a Silverlight client project(which we can ignore for these blogs). After we add the new projects, we...