If n - tier deployment is a required feature of your EF v1 project, consider using ADO.NET Data Services
(formerly codenamed “ Project Astoria ” ) with an EDM data source as its data source. Astoria uses Representational State Transfer (REST) architecture to create Windows
Communication Foundation (WCF) Web services that use JavaScript Object Notation (JSON) or the Atom
Publishing Protocol (AtomPub or APP) instead of plain - old XML (POX) as the wire protocol for GET -
based querying as well as inserting, updating, and deleting entities with HTTP POST, PUT, and DELETE
operations. Astoria also offers a subset of the LINQ Standard Query Operators for constructing URI -
based queries.
No comments:
Post a Comment