ADO.NET Data Service - Not .NET

Does anyone come across an example of a non-.Net consumer ADO.NET data service? On the second day I look at what Astoria is and how it can be used. I am also trying to answer why should I use this instead of a web service?

After running my examples, I get a RESTful approach to getting data from the system. And connecting it to a .net client is incredibly easy. But then I thought about how a non-.NET consumer would talk about it.

Any ideas (pointers) are definitely appreciated ...

+3
source share
4 answers

, ADO.NET RESTful, , RESTful- URI, . , , .NET, X, , (Python, PHP, Anywhere) , RESTful. , ADO.NET ... , .

+2

PHP JAVA ADO.NET.

+1

ADO.NET, , , - HTTP- GET, POST, PUT DELETE- Accept.

Not all programming environments offer this, for example. Silverlight 2 and J2ME can only do GET and POST, not PUT and DELETE. This means that it is not possible to upgrade or uninstall from the Java Micro Edition client to the latest version of ADO.NET Data Services (1.5 CTP).

0
source

There is also a fairly mature AJAX-based client library for data services. See ASP.NET AJAX Management Toolkit for more information, or simply go to the OData.org page.

0
source

Source: https://habr.com/ru/post/1699317/


All Articles