vitek0585
- 1,552 total downloads
- last updated 10/15/2016
- Latest version: 1.0.0.1
Constants that represent information about device.
- 1,408 total downloads
- last updated 2/22/2016
- Latest version: 0.1.0
This package for ASP .Net MVC
- 1,223 total downloads
- last updated 2/22/2016
- Latest version: 0.1.0
This package for ASP .Net MVC
- 1,151 total downloads
- last updated 3/2/2016
- Latest version: 1.0.0
var fb = new ConditionalFilterGenerator<Your Entity>(Request.RequestUri.ParseQueryString(), new ConditionalFilterBuilder());
COMMENT:
first example
fb.And<int>((e, i) => e.Id > i, "id")
.And<int>((e, i) => e.Id < 4, "Id")
.Or<string>((e, s) => e.Name.StartsWith(s),...
More information
- 943 total downloads
- last updated 5/28/2016
- Latest version: 1.0.0
Library for manage app domains.