marklogic-samplestack
marklogic-samplestack copied to clipboard
.net sample code
Hi, would it possible to share simple client code for .net? Is this feasible? Or do you know some other place where I could find sample code? Thanks, Florian
There currently is no equivalent to Samplestack for .NET. The best place to start would be the REST Client API. Your .NET program can communicate with MarkLogic via JSON or XML over HTTP, in the same way that the Java and Node clients do. We’re looking at various ways to better support .NET in the future.