Sign in
Vitek's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Data Service Provider
Data Services
Data Services Expressions
Archive
Archives
June 2012
(1)
January 2012
(1)
November 2010
(1)
July 2010
(2)
June 2010
(3)
April 2010
(2)
March 2010
(1)
February 2010
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Vitek's Blog
Custom paging provider
Posted
over 1 year ago
by
Vitek Karas - MSFT
1
Comments
The OData protocol supports a feature called Server driven paging. It is used to limit the amount of data client can query with a single request while still providing a way from the client to get all the data (in multiple requests). A more detailed explanation...
Vitek's Blog
Projections in custom providers – Simple solution
Posted
over 1 year ago
by
Vitek Karas - MSFT
3
Comments
Implementing custom provider for WCF Data Services is complicated enough. The fact that for the really interesting providers it’s also necessary to implement a custom IQueryable makes things just so much more complicated. Based on feedback from multiple...
Vitek's Blog
Adding Multi-Value properties to untyped providers
Posted
over 3 years ago
by
Vitek Karas - MSFT
1
Comments
With the recent release of the WCF Data Services Oct 2010 CTP1 for .NET4 the WCF Data Services now has the ability to expose Multi-Value properties (formerly called “Bags”). These can come very handy when you want to include short collections of primitive...
Vitek's Blog
Data Services Expressions – Part 9 – Expansions
Posted
over 3 years ago
by
Vitek Karas - MSFT
4
Comments
Series: This post is the ninth part of the Data Services Expressions Series which describes expressions generated by WCF Data Services. In the last post we looked at projections, which leaves us with just one last big feature, expansions. The $expand...
Vitek's Blog
Data Services Expressions – Part 8 – Projections
Posted
over 3 years ago
by
Vitek Karas - MSFT
2
Comments
Series: This post is the eighth part of the Data Services Expressions Series which describes expressions generated by WCF Data Services. Projections feature is visible in the URL through the $select query option. It allows the client to ask the server...
Vitek's Blog
Data Services Expressions – Part 7 – Navigation
Posted
over 3 years ago
by
Vitek Karas - MSFT
0
Comments
Series: This post is the seventh part of the Data Services Expressions Series which describes expressions generated by WCF Data Services. In this post we will examine how navigations are expressed by the WCF Data Services and what the provider needs to...
Vitek's Blog
Data Services Expressions – Part 6 – Key lookup
Posted
over 3 years ago
by
Vitek Karas - MSFT
0
Comments
Series: This post is the sixth part of the Data Services Expressions Series which describes expressions generated by WCF Data Services. We will be looking into navigations in the next couple of posts. To be able to do that we first have to explain so...
Vitek's Blog
Data Services Expressions – Part 5 – Sorting
Posted
over 3 years ago
by
Vitek Karas - MSFT
0
Comments
Series: This post is the fifth part of the Data Services Expressions Series which describes expressions generated by WCF Data Services. This time we will look at how WCF Data Services translates sorting expressions. Sorting expression are used when the...
Vitek's Blog
Data Services Expressions – Part 4 – Accessing properties
Posted
over 3 years ago
by
Vitek Karas - MSFT
0
Comments
Series: This post is the fourth part of the Data Services Expressions Series which describes expressions generated by WCF Data Services. In this part we will talk about accessing properties in the expressions. WCF Data Services may need to access a property...
Vitek's Blog
Data Services Expressions – Part 3 – Filters
Posted
over 3 years ago
by
Vitek Karas - MSFT
0
Comments
Series: This post is the third part of the Data Service Expressions Series which describes expressions generated by WCF Data Services. In this part we will look at how filters are represented in the expressions. The Queryable.Where method Filters are...
Vitek's Blog
Data Services Expressions – Part 2 – The query root
Posted
over 3 years ago
by
Vitek Karas - MSFT
2
Comments
Series: This post is the second part of the Data Services Expressions Series which describes expressions generated by WCF Data Services. In this part we will first look how to watch the expressions generated by Data Services. Then we’re going to discuss...
Vitek's Blog
Data Services Expressions – Part 1 - Intro
Posted
over 3 years ago
by
Vitek Karas - MSFT
0
Comments
WCF Data Services uses Data Service Providers to determine the shape and actual values of the data to expose. There are two providers implemented already for you (Entity Framework provider and Reflection provider) and you can also implement a custom provider...
Vitek's Blog
The beginning
Posted
over 3 years ago
by
Vitek Karas - MSFT
0
Comments
It seems that I’ve finally got to start this blogging thing, exciting times… Let me introduce myself - I’m Vitek a developer on the WCF Data Services (aka Astoria) team. In the past I’ve worked on Microsoft’s XML technologies like XmlLite and System.Xml...
Page 1 of 1 (13 items)