(X) Hide this Watch a recording of the recent webinar: Building Line-of-business Applications with Silverlight & WCF Data Services
Sign up for the upcoming webinar on March 16th, 10 am PST: WCF RIA Services Validation by Brian Noyes Full info | Sign up | More webinars
Tweet @silverlightshow and win a SilverlightShow Tweet-shirt. Learn how >>
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 2 results for ADO.NET.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 1 comments  /  posted by  Gill Cleeren  on  Nov 22, 2010 (3 months ago)
    Tags: REST , RESTful , WCF , ADO.NET , Gill Cleeren

    This article is compatible with the latest version of Silverlight.

    Introduction

    For its data needs, Silverlight needs to connect to a service. Since Silverlight is a client-side technology, services are the way for Silverlight to get to data that resides on the server. In the current release, there is no support for any ADO.NET related functionality (so no DataReaders, DataSets and no LINQ-To-SQL). That means we can’t connect from Silverlight to a database available on some server by simple using a connection string and creating a connection from the Silverlight client.



  • 0 comments  /  posted by  Silverlight Show  on  Aug 20, 2010 (6 months ago)
    In this article,Mahesh Sabnis explains how to make use of the public properties bound with XAML elements.

    Source: DotNetCurry.com

    Using Binding Mode as TwoWay, the object can be constructed and this object can be send back to the Data access using CommandParameter. For this article, I will be using the ADO.NET EF data access library, which I have created in previous article of Creating Application using Windows Presentation Foundation (WPF) Commanding and ADO.NET Entity Framework – (Part I) Fetching Data

    In this article, we will discuss the use of CommandParameters property for passing values from XAML to the data access, using XAML only mechanism.