Chris Woodruff Blog

LINQ

Today the WCF Data Services team released a new update for the OData Client Library for Windows 7 (get a copy of the source here). There are some things that changed. Most notably, the ability to LINQ on the DataServiceContext created with the new version of the code generation tool. This new tool (get source [...]

Read More
22
Mar2010

Over the weekend a fellow developer asked me about how to get a query result from OData using the OData feed from last week’s MIX10 conference http://api.visitmix.com/OData.svc to accomplish the following: “give me all sessions with an WMV that are tagged Silverlight” I started looking at it and tried to create a LINQ statement for [...]

Read More