DotNetShoutout - Stories tagged with WCF data Service
12
Shouts

Configuring WCF Data Service using Lambda Expressions - Gil Fink on .Net

published 758 days, 1 hour, 58 minutes ago posted by gilfgilf 763 days, 15 hours, 45 minutes ago
Tuesday, April 26, 2011 10:03:13 PM GMT Thursday, April 21, 2011 8:16:46 AM GMT
One of the things that I avoid when I’m writing code is the use “magic strings”. Hardcoded strings are a code smell and should be rarely used. When using WCF Data Service configuration object you’ll have to pass the entity set’s string name to the configuration methods which as I wrote I would like to avoid. This is why in today’s post I’m going to extend the DataServiceConfiguration object. (more)
category: Web Dev | clicked: 4 | comment | | source: blogs.microsoft.co.il
tags: Configuration, WCF data Service, WCF
6
Shouts

Dean Hume - Custom OData API using WCF Data Services

published 932 days, 7 hours, 49 minutes ago posted by deanomachinodeanomachino 933 days, 9 hours, 44 minutes ago
Wednesday, November 03, 2010 4:12:33 PM GMT Tuesday, November 02, 2010 2:17:30 PM GMT
Custom OData API using WCF Data Services I have recently been glued to my screen watching some of the awesome presentations that were shown at the recent PDC 2010. There were some really amazing presentations and one of them really caught my eye. It was a talk about the power of ODATA and the support that Microsoft are building into Visual Studio for it. The presentation was entitled "Inside Some of The Top OData Services" by Pablo Castro. You should still be able to stream the presentation on the P... (more)
category: Web Dev | clicked: 1 | comment | | source: deanhume.com
tags: C#, API, PDC2010, WCF data Service, WCF, OData
3
Shouts

Expand and Load Fetching related entities in WCF Data Service : The CodeGain

posted by codegaincodegain 999 days, 18 hours, 21 minutes ago
Saturday, August 28, 2010 5:40:38 AM GMT
In this post, I will show you how to retrieve data from related entities in WCF Data Service. (more)
category: How To | clicked: 1 | comment | | source: codegain.com
tags: WCF data Service, WCF