Organize Server UserCode as 1 File per Table
It is way to tiresome to switch back and forth between file view and logical view. One main reason I do that is because I have files in the UserCode folder organized differently.
I typically would put all the "Table" methods in a file named "Table.cs" instead of having one monster "ApplicationDataService.cs" class with all the methods for all the tables in it.
I would love it if I could go from Logical view straight to my method signature. As it stands LightSwitch just generates a new method signature in the ApplicationDataService.cs file.
Take us to warp 9 Scotty!
1
vote