(X) Hide this Watch a recording of the recent webinar by Brian Noyes: Querying and Updating Data From Silverlight Clients with WCF RIA Services
See the recording | Read WCF RIA Services Article series by Brian Noyes | More SilverlightShow webinars
Become a member to receive all webinar news by email, or follow all webinar news on Twitter | Facebook | LinkedIn
Skip Navigation LinksHome / Shows / View Show

Search

 
Results Per Page

Found 9 results for WCF Data Services.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  Feb 07, 2011 (2 days ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on Twitter Shawn Wildermuth recently recorded a couple of series of videos for MSDN's Data Dev Center to help people get up and running with OData.

    Source: MSDN

    These videos give you an introduction to the basic use of WCF (ADO.NET) Data Services with different data sources and different application types.


  • 0 comments  /  posted by  Silverlight Show  on  Jan 25, 2011 (2 weeks ago)

    Our colleague Emil Stoychev is happy to announce that he will be presenting a session on OData/WCF Data Services with Silverlight on March 2nd at the Seattle Silverlight UG meeting.

    Source: Emil Stoychev's Blog

    The MVP Summit this year takes place at Bellevue and Redmond on February 28 – March 2 and as an MVP I decided to come by this time. It will be my first time there and I’ve only heard how cool it is, so I’m eagerly waiting to see it myself.

    During that period there will be also a Seattle Silverlight UG meeting.  
  • 0 comments  /  posted by  Svetla Stoycheva  on  Jan 13, 2011 (3 weeks ago)

    Free Silverlight Show Webinar: Building Line-of-Business Applications with Silverlight and WCF Data Services
    February 23rd, 2011, 10 am - 11.10 am PST (see your local time)

    Register for this webinar
     

    In this live session Silverlight MVP Emil Stoychev will go through the basics of the OData protocol, dive into WCF DataServices client for Silverlight and focus on key scenarios in LOB applications like lazy loading, dynamic queries, filtering/sorting/grouping/paging on the client and on the server, change tracking.

    Sign up as a Silverlight Show member to get notified about next scheduled SilverlightShow webinars. Or, visit our webinars page.
     
    Webinar agenda:

     

    1. WCF

    • What is WCF?
    • What is WCF Data Services? OData?
    • Service architecture

    2. Working with data

    • Querying data
    • Hierarchical data
    • Filtering, grouping, sorting, paging
    • Lazy Loading
    • CRUD
    • Tracking Changes

    About the speaker:
    Emil Stoychev is a Silverlight MVP, founder of the Silverlight User Group in Bulgaria, CTO of CompletIT - the company behind SilverlightShow. Emil is the key figure behind CompletIT Silverlight operations, being responsible for the architecture of the company's Silverlight projects and acting as the main trainer for the company's training activities.
    Emil is a frequent speaker at local and intenational events, and blogs about all things Silverlight at http://emil.silverlightshow.net/. You may find him on twitter @estoychev.

    Who is this webinar appropriate for:
    Silverlight developers with basic knowledge in WCF
      
    Duration:
    60 minutes, including Q&A

    Technical Requirements:
    Internet connection and computer speakers for audio.

    Want to see more scheduled or past webinars? Check SilverlightShow Webinars page.

     

  • 0 comments  /  posted by  Silverlight Show  on  Dec 14, 2010 (1 month ago)
    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on Twitter

    This video is the first in a series dealing with WP7 and starts by showing you how to get a project that talks to a web service (via WCF Data Services) set up and running.

    Source: MyVBProf

    I have decided to take my Silverlight MVVM Golf Handicap application and build it with WP7. This first tutorial just gets things set up and displays the courses stored in the database. Subsequent tutorials will add functionality to the application with the goal of creating a WP7 application with all the functionality of the Silverlight version.

  • WCF DataServices & the Processing Pipeline?

    0 comments  /  posted by  Silverlight Show  on  Jul 20, 2010 (6 months ago)
    Tags: WCF Data Services , .NET 4 , Mike Taulty
    In this post, Mike Taulty wants to revisit the WCF Data Services framework and to give some useful links.

    I spent quite a lot of time with WCF Data Services (‘Astoria’/’ADO.NET Data Services’ as it was) in its first iteration.

    It’s a framework that I really like so I’m feeling a little guilty that I haven’t found time to completely revisit it as it becomes part of a ‘much bigger thing’ (i.e. OData) and as it got rev’d in .NET 4.0 and (from a client perspective) Silverlight 4.

  • 0 comments  /  posted by  Silverlight Show  on  Jul 12, 2010 (7 months ago)
    A while ago Shawn Wildermuth wrote a post about the state of data access in Silverlight and now he decided to update it with some new information.

    The three options for data access are still the same "Web Services, WCF Data Services and WCF RIA Services". My major issue with data access today in Silverlight persists: there is no perfect answer. There is give and take with each approach and giving good advice about the right one is difficult.

  • 0 comments  /  posted by  Silverlight Show  on  May 25, 2010 (8 months ago)
    In this post Azret Botash talks about the OData WCF Data Service Provider for XPO.

    The simplest way to expose your data as OData is by using the WCF Data Services, which currently comes with a couple of out of the box providers (EF, Reflection etc…). Each provider requires it’s own data model and if you have made XPO your ORM of choice, switching to another model is out of the question. Adding an additional data layer is not something you would want to do either, maintaining more than one is rarely a good practice.

  • 2 comments  /  posted by  Alexey Zakharov  on  Jul 24, 2009 (more than a year ago)

    1. Introduction

    In my previous article about WCF Data Services I showed you how to get a full control under the proxy generation process using T4 templates. But to tell you the truth, I don’t like code generation in all of its forms. Today I am going to show you how to use WCF Data Services without code generation at all.

    Download source code (Requires Silverlight 3 RTM).

  • 7 comments  /  posted by  Alexey Zakharov  on  Feb 26, 2009 (more than a year ago)

    1. Introduction

    This is the first article of my series about deep dive into  WCF Data Services. In this article I'm going to show you how to implement your own WCF Data Services proxy with T4 templates.

    Source code and database backup

    2. Content

    2.1 Problem

    WCF Data Services is a very powerful toy, but as many other cool Microsoft technologies it needs some workarounds to become usable in the real world applications.

    Most of the problems are connected with the auto generated proxy which is created after the addition of a service reference.