ADO.NET Data Services

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    1 Favorite

    ADO.NET Data Services - Presentation Transcript

    1. Problem How do I work with data on my website? ? Database
    2. House of cards Visual Studio WCF Client Visual Studio WCF Service
    3. Problem Revised How do I work with data on my website where I am not restrained? ? Database
    4. Solution Expose data differently = REST
    5. What is REST? It is an architectural style for connecting distributed applications
    6. Solution ADO.NET Data Services is a RESTful implementation
    7. Architecture HTML + JavaScript Client 2 Client HTTP URL ADO.NET Data Services METHOD LINQ to Entities Entity Framework 1 Server SQL SQL Server
    8. Step 1 Build the RESTful Service
    9. Layers HTTP URL ADO.NET Data Services METHOD http://[site]:[port]/coolmail.svc/Mails(guid'id') LINQ to Entity Framework Entities var result = (from m in Mails where m.Id=new Guid('id') select m).First(); SQL SQL Server SELECT m.Id, m.Sent, m.Subject, m.Sender FROM Mails WHERE m.Id = ‘id’
    10. Enhance the Service
    11. Step 2 Build the Client
    12. What have I skipped? It can do Create/Update/Delete - as easy as changing the HTTP method Can consume just like a WCF service
    13. Want More? www.sadev.co.za The slide deck Expanded demo code www.drp.co.za ADO.NET Data Services Cheat Sheet

    + Robert MacLeanRobert MacLean, 6 months ago

    custom

    1235 views, 1 favs, 2 embeds more stats

    Presentation I gave at Microsoft on the 8th May 200 more

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 1235
      • 1210 on SlideShare
      • 25 from embeds
    • Comments 0
    • Favorites 1
    • Downloads 28
    Most viewed embeds
    • 24 views on http://www.sadev.co.za
    • 1 views on http://sadev.co.za

    more

    All embeds
    • 24 views on http://www.sadev.co.za
    • 1 views on http://sadev.co.za

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories