What is Ado.net data services. Where can i download latest version anf how to use in my asp.net ajax application?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ADO.NET Data Services is ‘a combination of patterns and libraries that enable the creation and consumption of data services for the web’ (from the MS site)
Basically it’s a framework to simplify the access and update of data via rest-like URLs, with JSon or AtomPub.
It’s installed with .NET 3.5 sp1 (look for the System.Data.Services namespace in your GAC)