Sign In
WCF Data Services Team Blog
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Download
WCF Data Services
Learn
Beginners Guide
Getting started
Hands on
Learn more
Videos
MSDN Documentation
OData Protocol
The OData Protocol
Team Member Blogs
Alex James
Arlo Belshee
Glenn Gailey
Pablo Castro
Peter Qian
Phani Raju
Vitek Karas
Feedback
Feature Suggestions
Submit a bug
Forum
Options
RSS for posts
Atom
RSS for comments
OK
Tags
ADO.NET Data Services
ASP.NET
Authentication
Claims Based Security
Compatibility
Data Services
Data Services Futures
Design Notes
Design Video
How To
HttpModule
JavaScript
Media Resource
OAuth
OData
PDC
PDC2008
Project Codename "Astoria"
Sharepoint
Silverlight
Streaming
Tutorial
WCF Data Services
What's New
X-Domain
Archive
Archives
January 2012
(1)
October 2011
(6)
September 2011
(2)
June 2011
(3)
May 2011
(2)
April 2011
(3)
March 2011
(2)
February 2011
(1)
January 2011
(2)
December 2010
(1)
November 2010
(4)
October 2010
(3)
September 2010
(4)
August 2010
(2)
July 2010
(5)
June 2010
(3)
May 2010
(8)
April 2010
(5)
March 2010
(3)
February 2010
(5)
January 2010
(3)
December 2009
(2)
November 2009
(5)
October 2009
(4)
September 2009
(8)
August 2009
(4)
May 2009
(2)
March 2009
(10)
February 2009
(1)
January 2009
(1)
December 2008
(1)
November 2008
(2)
October 2008
(5)
September 2008
(4)
August 2008
(4)
July 2008
(1)
June 2008
(1)
May 2008
(4)
April 2008
(5)
March 2008
(2)
February 2008
(4)
January 2008
(4)
December 2007
(6)
October 2007
(1)
September 2007
(4)
August 2007
(3)
July 2007
(2)
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
WCF Data Services Team Blog
Announcing OData T4 for C#, Preview 1
Posted
19 days ago
by
dpblogs
0
Comments
I’m very excited to announce the release of OData T4 for C# Preview 1, for the October 2011 CTP of the next version of WCF Data Services libraries, with support for code generation of service operations. The goal of this T4 preview and subsequent...
WCF Data Services Team Blog
Using Geospatial Data
Posted
3 months ago
by
dpblogs
2
Comments
This CTP of WCF Data Services adds support for geospatial data. The release allows use of all of the OData geospatial data types and the geo.distance() canonical function. This enables two key scenarios: Read and write geospatial data (all types supported...
WCF Data Services Team Blog
Actions in WCF Data Services
Posted
3 months ago
by
dpblogs
3
Comments
“Actions will provide a way to inject behaviors into an otherwise data-centric model without confusing the data aspects of the model, while still staying true to the resource oriented underpinnings of OData." The October 2011 CTP of WCF Data Services...
WCF Data Services Team Blog
Introducing the OData Library
Posted
3 months ago
by
dpblogs
2
Comments
This blog talks about a new feature delivered in the WCF Data Services October CTP that can be downloaded here . WCF Data Services’ latest CTP includes a new stand-alone library for working directly with OData. The library makes public some underpinnings...
WCF Data Services Team Blog
Vocabularies in WCF Data Services
Posted
3 months ago
by
dpblogs
5
Comments
One new feature in WCF Data Services October 2011 CTP is Vocabularies. You can learn more about vocabularies and how they are supported in OData here . In a nutshell, a vocabulary is a namespace containing terms where each term is a named metadata...
WCF Data Services Team Blog
Announcing WCF Data Services Oct 2011 CTP for .NET 4 and Silverlight 4
Posted
3 months ago
by
dpblogs
6
Comments
I’m very excited to announce the release of the October 2011 CTP of the next version of WCF Data Services libraries. This release includes libraries for .NET 4 and Silverlight 4 with new client and server features in addition to those included...
WCF Data Services Team Blog
OData Compression in Windows Phone 7.5 (Mango)
Posted
4 months ago
by
dpblogs
1
Comments
One of the most frequently requested features for OData is payload compression. We have added two events to DataServiceContext in the OData phone client included in the Windows Phone SDK 7.1 that enables you to work with compressed payloads: WritingRequest...
WCF Data Services Team Blog
Updated Item Templates for Microsoft Visual Studio 11 Express for Windows Developer Preview
Posted
4 months ago
by
dpblogs
10
Comments
Microsoft recently released the developer preview of the next version Windows as well as a developer preview of Visual Studio 11 for building apps on the new version of Windows. Some of you may have noticed that the “New Item” template for...
WCF Data Services Team Blog
Update to the OData Library Available on CodePlex and NuGet
Posted
5 months ago
by
dpblogs
2
Comments
We have just released a new drop of ODataLib and EdmLib on CodePlex as a shared source project. ODataLib is a library used for advanced OData serialization and deserialization scenarios, and EdmLib is a library used to manipulate entity data models. We...
WCF Data Services Team Blog
Announcing WCF Data Services June 2011 CTP for .NET4 & SL4
Posted
7 months ago
by
dpblogs
7
Comments
Today we are releasing June CTP of the next version of the WCF Data Services libraries targeting.NET 4 and Silverlight 4. Based on broad community feedback , in addition to features shipped as part of Oct 2010 CTP1 , I’m happy to announce that this...
WCF Data Services Team Blog
datajs V1 Now Available
Posted
7 months ago
by
dpblogs
1
Comments
Over the last few months, we have been hard at work on the datajs library, releasing four preview versions and working with web developers to fine-tune the library. Today, we’re proud to announce that the first version of datajs is now available for download...
WCF Data Services Team Blog
Announcing datajs version 0.0.4
Posted
7 months ago
by
dpblogs
0
Comments
We are excited to announce that datajs version 0.0.4 is now available at http://datajs.codeplex.com/ . The latest release adds support for Reactive Extensions for Javascript (RxJs), forward and backwards cache filtering, extended metadata, simplified...
WCF Data Services Team Blog
Any/All support in WCF Data Services
Posted
8 months ago
by
dpblogs
1
Comments
The latest CTP of WCF Data Services adds one of the most frequently requested features , namely support for Any/All queries. Prior to this CTP there was no way to filter results based on properties of a related collection (or a multi-value property)....
WCF Data Services Team Blog
Accessing an OData Media Resource Stream from a Windows Phone 7 Application (Streaming Provider Series-Part 3)
Posted
8 months ago
by
dpblogs
1
Comments
In this third post in the series on implementing a streaming data provider, we show how to use the OData client library for Windows Phone 7 to asynchronously access binary data exposed by an Open Data Protocol (OData) feed. We also show how to asynchronously...
WCF Data Services Team Blog
Using Microsoft WCF Data Services Reference Data Caching Extensions (CTP)
Posted
9 months ago
by
dpblogs
4
Comments
Introduction Last week at MIX we announced proposed extensions to the OData protocol for obtaining changes (deltas) to the results of an OData Request. The extensions provide a hypermedia-driven model for obtaining a "Delta Link" from a delta...
WCF Data Services Team Blog
Reference Data Caching Walkthrough
Posted
9 months ago
by
dpblogs
3
Comments
This walkthrough shows how a simple web application can be built using the reference data caching features in the “Microsoft WCF Data Services For .NET March 2011 Community Technical Preview with Reference Data Caching Extensions” aka “...
WCF Data Services Team Blog
Announcing datajs version 0.0.3
Posted
9 months ago
by
dpblogs
1
Comments
Today we are very excited to announce a new release of datajs. The latest release of datajs makes use of HTML5 storage capabilities to provide a caching component that makes your web application more interactive by reducing the impact of network latency...
WCF Data Services Team Blog
Announcing WCF Data Services March 2011 CTP2 for .NET4 & SL4
Posted
11 months ago
by
dpblogs
4
Comments
Today we are releasing CTP2 of the next version of the WCF Data Services libraries. This release targets .NET 4 and Silverlight 4 and includes new client and server features in addition to those that shipped as part Oct 2010 CTP1 . ...
WCF Data Services Team Blog
Introduction to Derived Properties
Posted
11 months ago
by
dpblogs
4
Comments
What is a derived property? A derived property is a property that does not exist on the EntityType associated with the EntitySet; rather it exists on a type that derives from the base type of the entity set. This feature has been among our customers top...
WCF Data Services Team Blog
New JavaScript library for OData and beyond
Posted
11 months ago
by
dpblogs
3
Comments
Today we are announcing a new project called ‘datajs’, a cross-browser JavaScript library that enables web applications to do more with data. datajs leverages modern protocols such as JSON and OData as well as HTML5-enabled browser features...
WCF Data Services Team Blog
Connecting to an OAuth 2.0 protected OData Service
Posted
over 1 year ago
by
dpblogs
1
Comments
This post creates a Windows Phone 7 client application for the OAuth 2.0 protected OData service we created in the last post . Prerequisites: To run this code you will need: An AppFabric Access Control Services (ACS) instance & OData Service...
WCF Data Services Team Blog
OData and OAuth – protecting an OData Service using OAuth 2.0
Posted
over 1 year ago
by
dpblogs
3
Comments
In this post you will learn how to create an OData service that is protected using OAuth 2.0, which is the OData team’s official recommendation in these scenarios: Delegation: In a delegation scenario a third party (generally an application...
WCF Data Services Team Blog
Using ASP.NET output caching with Data Services
Posted
over 2 years ago
by
dpblogs
0
Comments
A lot of our customers have asked us how to cache results from their Data Service. Which is why I want to point you to this excellent post by Peter Qian (a developer on the Data Services team) that shows you how to setup ASP.NET output caching. It...
WCF Data Services Team Blog
Entity Set Resolver
Posted
over 2 years ago
by
dpblogs
6
Comments
Problem Statement: In previous versions, the WCF Data Services .NET and Silverlight client libraries always assumed that all collections (aka entity sets) had the same base URI. This assumption was in place because the library used the URI provided...
WCF Data Services Team Blog
Additional Feed Customization Support
Posted
over 2 years ago
by
dpblogs
0
Comments
1. Problem: In the previous version, WCF Data Services introduced the feed customization feature. This feature enabled users to map properties to certain elements in the Atom document. As an example, users could map a name property...
Page 1 of 7 (158 items)
1
2
3
4
5
»
MSDN Blogs
>
WCF Data Services Team Blog