There is also XCC .NET Which is a lower level library but works quite well for low level things like storing and reading documents. http://docs.marklogic.com/guide/xcc/intro
The choice of libraries would depend on whats more important to your application, ease of use, feature set, efficiency. The Rest API based libraries are a higher level and provide better ease of use and feature set but at the expense of slight efficiency. The XCC library is lower level, harder to use but is the most efficient at direct things like storing documents. ----------------------------------------------------------------------------- David Lee Lead Engineer MarkLogic Corporation [email protected]<mailto:[email protected]> Phone: +1 650-287-2531 Cell: +1 812-630-7622 www.marklogic.com<http://www.marklogic.com/> This e-mail and any accompanying attachments are confidential. The information is intended solely for the use of the individual to whom it is addressed. Any review, disclosure, copying, distribution, or use of this e-mail communication by others is strictly prohibited. If you are not the intended recipient, please notify us immediately by returning this message to the sender and delete all copies. Thank you for your cooperation. From: [email protected] [mailto:[email protected]] On Behalf Of Ganesh Vaideeswaran Sent: Saturday, September 14, 2013 1:42 AM To: MarkLogic Developer Discussion Subject: Re: [MarkLogic Dev General] .net marklogic integration Your best bet might be to use the REST APIs. You can find the documentation here - http://docs.marklogic.com/REST/client http://docs.marklogic.com/guide/rest-dev http://developer.marklogic.com/learn/rest <== Learn more about MarkLogic Client REST APIs Some other resources that might be of use to you http://docs.marklogic.com/guide/java <== MarkLogic Java Client API is built on top of a MarkLogic REST API http://developer.marklogic.com/labs/mldotnet <== .NET APIs built on top of MarkLogic Client REST APIs that covers a small subset of what the Client REST API provides (provided via MarkLogic Labs) http://developer.marklogic.com/labs/mlphp <== PHP APIs built on top of MarkLogic Client REST APIs that covers a subset of what the Client REST API provides (provided via MarkLogic Labs) http://developer.marklogic.com/labs/mljs <== JS wrapper for some common uses of MarkLogic Client REST APIs (provided via MarkLogic Labs) Hope this helps. Ganesh Vaideeswaran Senior Director of QA MarkLogic Corporation [email protected]<mailto:[email protected]> Phone: +1 650 655 2398 www.marklogic.com<http://www.marklogic.com/> This e-mail and any accompanying attachments are confidential. The information is intended solely for the use of the individual to whom it is addressed. Any review, disclosure, copying, distribution, or use of this e-mail communication by others is strictly prohibited. If you are not the intended recipient, please notify us immediately by returning this message to the sender and delete all copies. Thank you for your cooperation. From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of partha sarathy Sent: Friday, September 13, 2013 10:02 PM To: [email protected]<mailto:[email protected]> Subject: [MarkLogic Dev General] .net marklogic integration Hi all, Can some one help me with a sample that upload word document using c# to marklogic server.
_______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
