Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
MSDN Blogs
>
WCF Data Services Team Blog
Server & Tools Blogs
>
Data Platform Blogs
>
WCF Data Services Blog
Data Development
ADO.NET (Managed Providers, DataSet & EF)
WCF Data Services
SQL Server Customer Advisory Team
SQL Server Protocols
Microsoft XML Team
JDBC
Microsoft Drivers for PHP for SQL Server
Sync
SQL Server Data Tools
StreamInsight
Data Quality Services
Data Quality Services
SQL Server Customer Advisory Team
DQS with Jessica Meats
All MSDN DQS Postings
OLTP
SQL Server Team
ADO.NET (Managed Providers, DataSet & EF)
SQL Server Customer Advisory Team
SQL Release Services
SQL OS
Running SAP on SQL Server
Conor vs. SQL
SQL AlwaysOn Team
SQL Server Manageability
Integration Services
SSIS
Data Quality Services
SQL Server Customer Advisory Team
All MSDN SSIS Postings
Data Security & Storage
SQL Server Security
SQL Server Storage Engine
SQL OS
SQL Server Customer Advisory Team
Data in the Cloud
Windows Azure
Your Data in the Cloud
SQL Server Team
Silver Lining
WCF Data Services Blog
Live Now on Server & Tools Blogs
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Tags
Actions
ADO.NET Data Services
Authentication
Data Services
Design Notes
Design Video
How To
Media Resource
NuGet
OAuth
OData
OData V3
PDC
Prerelease
Project Codename "Astoria"
Release
Samples
Sharepoint
Silverlight
Streaming
Tutorial
WCF Data Services
What's New
Workarounds
X-Domain
More
▼
Less
▲
Archives
Archives
May 2013
(2)
April 2013
(1)
March 2013
(1)
February 2013
(1)
January 2013
(1)
December 2012
(2)
October 2012
(4)
September 2012
(1)
August 2012
(6)
July 2012
(1)
May 2012
(4)
April 2012
(9)
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)
More
▼
Less
▲
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
WCF Data Services Team Blog
Announcing WCF Data Services March 2011 CTP2 for .NET4 & SL4
Posted
over 2 years 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
over 2 years ago
by
dpblogs
5
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
over 2 years ago
by
dpblogs
7
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 2 years 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 2 years ago
by
dpblogs
5
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 3 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 3 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 3 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...
WCF Data Services Team Blog
Named Resource Streams
Posted
over 3 years ago
by
dpblogs
2
Comments
One of the new WCF Data Services features in the October 2010 CTP is something called Named Resource Streams. Background Data Services already supports Media Link Entries which allows you to associate a single streamed blob with an entry. For example...
WCF Data Services Team Blog
Introduction to Multi-Valued Properties
Posted
over 3 years ago
by
dpblogs
1
Comments
Although you may see both the terms, “Bags” and “Multi-Valued Property”, they refer to the same thing. While this naming change was not included with the latest WCF Data Services 2010 October CTP release, based on community feedback, we’ve decided to...
WCF Data Services Team Blog
Data Services Client for Win Phone 7 Now Available!
Posted
over 3 years ago
by
dpblogs
3
Comments
Today, at the PDC , we announced that a production-ready version of the WCF Data Services client for Windows Phone 7 is available for download from http://odata.codeplex.com . This means that it is now simple to create an app that connects...
WCF Data Services Team Blog
Walkthrough: OData client for Windows Live Services
Posted
over 3 years ago
by
dpblogs
1
Comments
Background As described recently on the Windows Live team blog , programming against your Windows Live artifacts (Calendar, Photos, etc) is now possible using OData. This blog post will walk through how to use our recently released WCF Data Services CTP...
WCF Data Services Team Blog
Announcing WCF Data Services Oct 2010 CTP1 for .NET4 & SL4
Posted
over 3 years ago
by
dpblogs
6
Comments
Today we are releasing CTP1 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 of .NET 4 & SL4. With...
WCF Data Services Team Blog
WCF Data Services Client Library and Windows Phone 7 – Next Steps
Posted
over 3 years ago
by
dpblogs
2
Comments
We’ve received a fair number of questions regarding our current CTP library for Windows Phone 7 and what our RTM plans are. The goal of this post is to address many of those questions by describing our plans for the coming months…. Background The CTP...
WCF Data Services Team Blog
ASP.NET Security Vulnerability
Posted
over 3 years ago
by
dpblogs
2
Comments
Over the weekend the ASP.NET team released a Microsoft Security Advisory about a security vulnerability found in ASP.NET: http://www.microsoft.com/technet/security/advisory/2416728.mspx The WCF Data Services team looked into the issue and don’t believe...
WCF Data Services Team Blog
What do you want to see added/changed in WCF Data Services?
Posted
over 3 years ago
by
dpblogs
8
Comments
As we’ve posted a few times before on this blog the data services team is beginning to explore improvements and new features for our next release. As part of this process, it’s critical that we hear your feedback, as it helps us ensure that what...
WCF Data Services Team Blog
Data Services Streaming Provider Series-Part 2: Accessing a Media Resource Stream from the Client
Posted
over 3 years ago
by
dpblogs
2
Comments
In this second post in the series on implementing a streaming data provider, we show how to use the WCF Data Services client library to access binary data exposed by an Open Data Protocol (OData) feed, as well as has how to upload binary data to the data...
WCF Data Services Team Blog
OData and Authentication – Part 8 – OAuth WRAP
Posted
over 3 years ago
by
dpblogs
2
Comments
OAuth WRAP is a claims based authentication protocol supported by the AppFabric Access Control (ACS) which is part of Windows Azure . But most importantly it is REST (and thus OData) friendly too. The idea is that you authenticate against an ACS server...
WCF Data Services Team Blog
Data Services Streaming Provider Series: Implementing a Streaming Provider (Part 1)
Posted
over 3 years ago
by
dpblogs
12
Comments
The Open Data Protocol (OData) enables you to define data feeds that also make binary large object (BLOB) data, such as photos, videos, and documents, available to client applications that consume OData feeds. These BLOBs are not returned within the feed...
WCF Data Services Team Blog
OData and Authentication – Part 7 – Forms Authentication
Posted
over 3 years ago
by
dpblogs
11
Comments
Our goal in this post is to re-use the Forms Authentication already in a website to secure a new Data Service. To bootstrap this we need a website that uses Forms Auth. Turns out the MVC Music Store Sample is perfect for our purposes because: It uses...
WCF Data Services Team Blog
OData and Authentication – Part 6 – Custom Basic Authentication
Posted
over 3 years ago
by
dpblogs
6
Comments
You might remember, from Part 5 , that Basic Authentication is built-in to IIS. So why do we need ‘Custom’ Basic Authentication? Well if you are happy using windows users and passwords you don’t. That’s because the built...
WCF Data Services Team Blog
Deploying an OData Service in Windows Azure
Posted
over 3 years ago
by
dpblogs
1
Comments
Windows Azure and SQL Azure are the new Cloud service products from Microsoft. In this blog post, I am going to show you how you can take a database that is hosted in SQL Azure and expose it as OData in a rich way using WCF Data Services and Windows Azure...
WCF Data Services Team Blog
OData and Authentication – Part 5 – Custom HttpModules
Posted
over 3 years ago
by
dpblogs
3
Comments
In the last post we saw how to add custom authentication inside your Data Service using the ProcessingRequest event. Unfortunately that approach means authentication is not integrated or shared with the rest of your website. Which means for all...
WCF Data Services Team Blog
OData and Authentication – Part 4 – Server Side Hooks
Posted
over 3 years ago
by
dpblogs
1
Comments
If you secure an OData Service using Windows authentication – see Part 2 to learn how – everything works as expected out of the box. What however if you need a different authentication scheme? Well the answer as always depends upon your...
WCF Data Services Team Blog
Join the OData Mailing List
Posted
over 3 years ago
by
dpblogs
0
Comments
Today we released an OData Mailing List. This is the list to use if you have OData questions, comments on OData or want to discuss how OData should evolve over time. To sign up to the list go here and follow the instructions provided. ...
Page 3 of 8 (191 items)
1
2
3
4
5
»