12
shouts

LINQ shortcut when using Silverlight and ADO .NET Data Services - Stephen Forte

published 131 days, 4 hours, 10 minutes ago posted by StevesSteves 132 days, 17 hours, 32 minutes ago
Friday, November 06, 2009 8:00:38 PM GMT Thursday, November 05, 2009 6:39:16 AM GMT

I have a simple demo application that uses ADO.NET Data Services as a data service back end for a Silverlight application.  My ADO.NET Data Service uses the Entity Framework to map the Northwind database tables of Customers, Orders, and Order Details. Once the Silverlight applications sets a service reference to the ADO.NET Data Service, you can use the client side LINQ libraries to build your application. My application looks like this, it has a drop down filled with customers, a grid with Order and a g...

category: Architecture | clicked: 35 | | source: www.stephenforte.net | show counter code
tags: ADO.NET, ADO.NET Data Service, ADO.NET Data Services, Linq, Silverlight