Skip to content

kendarorg/Linq2Rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome

I wrote a quick tutorial on how to get started with Linq2Rest on my site.

In short, in your web application, if 'source' is an IEnumerable, then it can be filtered using:

#!c#

var filteredSource = source.Filter(Request.Params);

To set up a client read Peter Goodman's post on how to use Linq2Rest as a client for a WebApi service.

Have fun!

Supported by ReSharper

Releases

No releases published

Packages

No packages published

Languages