Sign in Sign up
nuget

netfx-System.Net.Http.HttpEntityClient

Strong-typed Linq to Web API. Builds on top of HttpClient and provides the easiest way to interface with typed REST services that are modeled around typed entities or contracts. Example: var products = client .Query<Product>("products") .OrderBy(x => x.Downloads) .Skip(25) .Take(25) .ToList();

nuget View on Nuget

Activity

Latest release
15y ago
Total releases
24
Cadence
~daily
Last 12 months
0

Details

First release
May 20, 2011
Releases
Version Released
1.1.1.39 patch
1.2.0 minor
1.1.1.37 patch
1.1.1.33 patch
1.1.1.26 patch
1.1.1.24 patch
1.1.1.21 patch
1.1.1.19 patch
1.1.1.16 patch
1.1.1.5 patch
1.1.1.3 patch
1.1.1.2 patch
1.1.1.1 patch
1.1.0.54 patch
1.1.0.2 minor
1.0.0.39 patch
1.0.0.30 patch
1.0.0.26 patch
1.0.0.24 patch
1.0.0.22 patch
1.0.0.21 patch
1.0.0.20 patch
1.0.0.19 patch
1.0.0.17 initial