I am new with Ria Services. I'm using VS2013 SP2. I just try to find out: Is it possible to use RIA Services WITHOUT Silverlight?
I do not see any principal contradictions to use Ria Services with any kind of client (standalone wpf app in my case). But....
- As I can see, client side code would be generated for silverlight app or silverlight class lib only
- and that's because of special option "wcf ria serivces link" i silverlight tab of project properties.
- I can not find any command line tool or msbuild target file to generate client code.
- Seems that google doesn't feels difference between "with" and "without" :(
- Official doc says about using ria services in asp.net web project. More specificall: DomainServiceSource in the same web application. By the way, custom datasource component is compleetly not what I need.
This looks like magic! I can not just imagine who generates client code!
Can anybody throw the light on this problem, or just kick me in the right direction?