#1 2013-03-12 12:39:40

colbert
Member
Registered: 2013-03-02
Posts: 38
Website

Roadmap C#

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

#2 2013-03-12 13:19:54

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,660
Website

Re: Roadmap C#

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

Board footer

Powered by FluxBB