Showing results for May 2010 - OData

May 26, 2010
0
0

Service Operations and the WCF Data Services Client

DB Blogs
DB Blogs

Service Operations in WCF Data Services allow you to create WCF style methods on your service. In general it is good practice to do most of your CRUD operations directly on the entities exposed by your WCF Data Services model but every once in a while you may have a need to do some custom operation that isn’t covered by the model and this is where ...

May 24, 2010
0
0

OData and Authentication – Part 3 – ClientSide Hooks

DB Blogs
DB Blogs

So far in this series we’ve looked at Windows Authentication. For both Windows and Basic Authentication, Data Services does the authentication handshake and subsequent sending of authentication headers – all without you directly setting a http header. It can do this because there is a higher level abstraction – the Credentials p...

ODataAuthenticationOAuth
May 21, 2010
0
0

Using Restricted Characters in Data Service Keys

DB Blogs
DB Blogs

If your Data Service includes entities with a string key, you can run into problems if the keys themselves contain certain restricted characters. For example OData has this uri convention for identifying entities: ~/Feed('key') So if the 'key' contains certain characters it can confuse Uri parsing and processing. Thankfully though Peter Qian, a de...

ODataWorkaroundsTips
May 10, 2010
0
0

OData and Authentication – Part 2 – Windows Authentication

DB Blogs
DB Blogs

Imagine you have an OData Service installed on your domain somewhere, probably using the .NET Data Services producer libraries, and you want to authenticate clients against your corporate active directory. How do you do this? On the Serverside First on the IIS box hosting your Data Service you need to turn on integrated security, and you may wan...

ODataAuthenticationSilverlight
May 10, 2010
0
0

OData and Authentication – Part 1

DB Blogs
DB Blogs

Here on the Data Services team we hear many people ask about authentication. Questions like: The answer to these questions, depends a lot upon scenario, in fact each authentication scenario presents unique challenges: As you can see lots of questions. And there is a real risk that people will get their answer wrong. ...

ODataAuthentication
May 8, 2010
0
0

ADO.NET Data Services Update for .NET Framework 3.5 SP1 – Refresh

DB Blogs
DB Blogs

The Data Services team has released a refresh of the ADO.NET Data Services Update for .NET Framework 3.5 SP1 today and provides fixes for issues reported to us in the update to .NET Framework 3.5 SP1. For Windows Vista, Windows XP, Windows Server 2003 and Windows Server 2008 the refresh can be downloaded here. For Windows 7 and Server 2008 R2 the r...

May 7, 2010
0
0

Windows Phone Developer Tools April 2010 Refresh and the OData Client

DB Blogs
DB Blogs

Two months ago we released an OData Library for the Windows Phone 7 – see the blog post here. If you have downloaded the recent April 2010 Refresh of the Windows Phone Developer Tools you will have found that there is an issue in the refresh of the tools with loading the OData library. If you reference the System.Data.Services.Client.dll assembly f...

May 5, 2010
0
0

OData Roadshow

DB Blogs
DB Blogs

We are taking the MIX10 Services Powering Experiences content on the road. New York, NY – May 12, 2010 Chicago, IL – May 14, 2010 Mountain View, CA – May 18, 2010 Shanghai, China – June 1, 2010 Tokyo, Japan – June 3, 2010 Reading, United Kingdom – June 15, 2010 Paris, France – June 17, 2010 One full day of OData and Azure f...