Web
In my last blog we learned how to create an OpenAccess Domain Service that can be consumed by LightSwitch. In this post we will continue down this path, and get the service loaded as a data source in a LightSwitch application. Adding the Service Our first task today is to add a LightSwitch Project to our solution. Do this through the standard “Add New Project” dialog. You should see “LightSwitch” as one of the installed templates in the tree view on the left. Select C#/VB, give the project a name, and click Ok. Our solution explorer should now look like this: Right click on “Data...