959
Downloads
664
Downloads of v 1.2.0.0
2011-06-28
Last update
NETFx HttpEntityConventionClient
1.2.0.0
Strong-typed Linq to Web API with resource names conventions. Builds on top of HttpEntityClient and HttpClient and provides the easiest way to interface with typed REST services that are modeled around typed entities or contracts.
Example:
var products = client
// Note: resource path inferred from Product type
.Query<Product>()
.OrderBy(x => x.Downloads)
.Skip(25)
.Take(25)
.ToList();
To install NETFx HttpEntityConventionClient, run the following command in the Package Manager Console
PM> Install-Package netfx-System.Net.Http.HttpEntityConventionClient
Owners
Authors
Tags
Dependencies
-
- netfx-System.Net.Http.HttpEntityClient (≥ 1.2.0.0)
Version History
| Version | Downloads | Last updated |
|---|---|---|
| NETFx HttpEntityConventionClient 1.2.0.0 | 664 | Tuesday, June 28 2011 |
| NETFx HttpEntityConventionClient 1.1.0.7 | 65 | Wednesday, June 15 2011 |
| NETFx HttpEntityConventionClient 1.1.0.6 | 47 | Wednesday, June 15 2011 |
| HttpEntityConventionClient: strong-typed Linq to Web API with resource names conventions 1.1.0.3 | 44 | Wednesday, June 15 2011 |
| HttpEntityConventionClient: strong-typed Linq to Web API with resource names conventions 1.1.0.1 | 48 | Monday, June 13 2011 |
| HttpEntityConventionClient: strong-typed Linq to Web API with resource names conventions 1.0.0.27 | 46 | Saturday, June 11 2011 |
| HttpEntityConventionClient: strong-typed Linq to Web API with resource names conventions 1.0.0.19 | 45 | Saturday, June 11 2011 |