You are not logged in.
Pages: 1
I was looking at the roadmap and I saw this entry:
Direct connection of interface-driven services from a rich C# client, with a code generation tool
What's the idea for this feature? I'm very interested in it, what can I do to help you with it?
Offline
We plan to create some C# wrappers as we are preparing for AJAX clients.
See http://synopse.info/forum/viewtopic.php?id=1066
That is, generate the C# classes needed to interact with a mORMot server, directly via HTTP and JSON over a standard WCF RESTful client.
First step could be to prepare some wrapper code handling authentication and RESTful HTTP/JSON process on the C# side.
http://it-ebooks.info/book/389 may help.
Then, when the C# client is able to connect to both remote ORM server and interface-based services, create the C# code generator, on the server side.
Just like the "mex" endpoint for WCF can expose a WSDL, we would like to expose both SmartMobileStudio source code and C#, on request.
Offline
Pages: 1