Skip to content

hiregroundholdings/Linq2Rest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 94.4%
  • PowerShell 5.3%
  • Other 0.3%