Commit Graph

  • 8c90c39144
    Update README.md dlebee 2018-03-14 19:53:33 -0500
  • 08fc18b4aa
    Update README.md dlebee 2018-03-14 19:51:31 -0500
  • ed88de7c02 1.1.0 David Lebée 2018-03-14 19:49:11 -0500
  • 7b93b03050 common builder interface makes sense probably for future. David Lebée 2018-03-14 19:36:26 -0500
  • 9ab186b811 cleaner like this. everyone respects the builder concept with a build method. David Lebée 2018-03-14 19:34:41 -0500
  • 18a3756f51 got rid of generic depedancy. :) David Lebée 2018-03-14 19:25:47 -0500
  • c4a398a8cb order by is refactored to not force generics anymore. David Lebée 2018-03-14 18:50:43 -0500
  • d6265c3b8d refactoring with names that make more sense. David Lebée 2018-03-14 18:26:30 -0500
  • b5331a7837 refactoring. David Lebée 2018-03-14 18:23:23 -0500
  • cc6fc09d79 renamed. David Lebée 2018-03-14 18:18:55 -0500
  • f146c00ac4 renamed to better names. David Lebée 2018-03-14 18:17:25 -0500
  • 71b207ef78 seperate sort builder from filter builder. makes logic more seperated. David Lebée 2018-03-14 18:12:22 -0500
  • 0540554877 so much effort ent into this another day the cleaning will be done and the support of regular selects. David Lebée 2018-03-13 22:22:10 -0500
  • ba702d3e81 Aggregates are advancing well. David Lebée 2018-03-13 22:16:58 -0500
  • e4ce956d8a group and select works to an extent. David Lebée 2018-03-13 21:01:21 -0500
  • 30d1d9072b prep the field for building the select statement next. David Lebée 2018-03-12 22:26:41 -0500
  • 436bd5ab98 select builder started. David Lebée 2018-03-12 22:01:41 -0500
  • 23d1161667 used dynamic type from Dynamic Linq of .net core. David Lebée 2018-03-12 21:55:20 -0500
  • 9dd5d59b85 supporting equality comparer :) David Lebée 2018-03-12 18:00:02 -0500
  • 165cc15d0a Allow possibility of specifying the type to group with :) David Lebée 2018-03-12 17:23:02 -0500
  • 9db5d74284 Next allow the possibility to specify the class type to group by :) David Lebée 2018-03-11 22:16:51 -0500
  • b624797330 create anonymous type and group by it. :) David Lebée 2018-03-11 21:54:13 -0500
  • 515d0bee37 anonymous type creation linq. David Lebée 2018-03-11 00:58:32 -0600
  • 7278dea56d creating anonymous types :) David Lebée 2018-03-08 23:22:12 -0600
  • 64d60b6942 simple grouping. David Lebée 2018-03-08 21:59:18 -0600
  • 17dcbb492f started grouping: David Lebée 2018-03-08 20:18:43 -0600
  • dd1c96f436 1.0.6 David Lebée 2018-03-07 21:40:23 -0600
  • 524c30feba Merge branch 'master' of https://github.com/PoweredSoft/DynamicLinq David Lebée 2018-03-07 20:16:16 -0600
  • fce55178bb adding extension method straight on where. David Lebée 2018-03-07 20:16:15 -0600
  • 55afafa5ca
    Update README.md dlebee 2018-03-07 20:00:00 -0600
  • 07eed00f00
    Update README.md dlebee 2018-03-07 19:59:37 -0600
  • 74a68c70c1 completed tests for in :) David Lebée 2018-03-06 22:40:01 -0600
  • d9547fd544 Merge branch 'master' of https://github.com/PoweredSoft/DynamicLinq David Lebée 2018-03-06 21:15:01 -0600
  • 8846a5c720 nugget release. David Lebée 2018-03-06 21:15:00 -0600
  • 35594a91ef
    Update README.md dlebee 2018-03-06 21:09:24 -0600
  • 60dedaecf4 supporting in and not in. David Lebée 2018-03-06 21:04:54 -0600
  • 47f31d5b74 removed the namespace extensions which was just useless. David Lebée 2018-03-06 19:59:17 -0600
  • 2ee15c08e6 same extension methods on IEnumerable. David Lebée 2018-03-06 19:56:43 -0600
  • cbd60bad8c StringComparison Support. David Lebée 2018-03-06 19:43:49 -0600
  • a8981e9ad7 nuget release. David Lebée 2018-03-06 18:37:31 -0600
  • ccb1506bd9 Merge branch 'master' of https://github.com/PoweredSoft/DynamicLinq David Lebée 2018-03-06 18:34:29 -0600
  • deff96e68c fix forgot to specify second param. David Lebée 2018-03-06 18:34:28 -0600
  • 435f7e2456
    Update README.md dlebee 2018-03-01 09:48:09 -0500
  • 353a7fe985
    Update README.md dlebee 2018-03-01 09:35:56 -0500
  • 1e0f110cb0
    Update README.md dlebee 2018-03-01 09:35:38 -0500
  • 667f306598 package version. David Lebée 2018-03-01 07:54:20 -0600
  • 0d07173e60
    Update README.md dlebee 2018-02-28 22:30:02 -0600
  • 49acab93cf shotcut are tested and its completed. David Lebée 2018-02-28 22:27:36 -0600
  • 0807d7cdd7 Almost done testing shortcuts. David Lebée 2018-02-28 18:10:33 -0600
  • c6a9aabd8a shortcuts. David Lebée 2018-02-28 17:07:34 -0600
  • 5ce208690c they are now nugget packages :D David Lebée 2018-02-22 17:49:38 -0600
  • 8396e24305 changed to .net standard. David Lebée 2018-02-20 21:21:23 -0600
  • f6ce5a45af fixed test. David Lebée 2018-02-14 08:12:30 -0600
  • 8be7ed2e94 Merge branch 'master' of https://github.com/PoweredSoft/DynamicLinq David Lebée 2018-02-14 07:49:50 -0600
  • 5808884a06 moved sorting to base. David Lebée 2018-02-14 07:49:49 -0600
  • 590271af9f
    Update README.md dlebee 2018-02-13 23:13:01 -0600
  • b348bdfe90 Entity framework testing is pretty good must say David Lebée 2018-02-13 23:09:58 -0600
  • 8abed33160 extracted alot of things in the base class. :) David Lebée 2018-02-13 22:47:03 -0600
  • bb309f9ffb test for sorting EF. David Lebée 2018-02-13 21:38:04 -0600
  • 46422bca42 testing with EF no changes required works quite well :) David Lebée 2018-02-13 21:18:58 -0600
  • f6241df9a5
    Update README.md dlebee 2018-02-13 11:32:23 -0600
  • bfe08900c0
    Update README.md dlebee 2018-02-13 11:32:02 -0600
  • 3b347f9207
    Update README.md dlebee 2018-02-13 11:31:06 -0600
  • 302c53e4ec
    Update README.md dlebee 2018-02-12 22:23:43 -0600
  • ee7b92a258 typo in readme. David 2018-02-12 21:34:09 -0600
  • 249a6ce18c trying. David 2018-02-12 21:33:01 -0600
  • 0fa0a37689 fix in documentation. David 2018-02-12 21:32:26 -0600
  • 97926fdcb7 documentation. David 2018-02-12 21:31:49 -0600
  • dab0972881 documentation. David 2018-02-12 21:28:35 -0600
  • e3660877ef collection handling. and auto null checking if enabled. David 2018-02-12 21:27:09 -0600
  • babce13871 complex query. David 2018-02-12 20:30:03 -0600
  • 6fa59c3035 Query builder now supports collections. Lots of refactoring for this support. David 2018-02-12 20:28:53 -0600
  • 507b64c34b almost ready to support more complex filtering. David 2018-02-12 11:15:22 -0600
  • bd213f8b3f
    Update README.md dlebee 2018-02-12 04:20:15 -0600
  • 7bdb84e896 added sortings. David 2018-02-12 04:18:44 -0600
  • a3139cb892 renamed. David 2018-02-12 03:35:27 -0600
  • 571ef78e86 Better naming. David 2018-02-12 03:33:51 -0600
  • b1db7a3604 added query convert strategy. David 2018-02-12 03:30:55 -0600
  • 8e88e13861 example using query builder. David 2018-02-12 03:18:42 -0600
  • abf15e30c4
    Update README.md dlebee 2018-02-11 20:44:19 -0600
  • c2517605f5 more documentation. David 2018-02-11 20:42:55 -0600
  • ce09ca34da trying read me changes. David 2018-02-11 20:42:05 -0600
  • 98388c6f90 fixed test. David 2018-02-11 20:11:35 -0600
  • c9cf79cd63 Merge branch 'master' of https://github.com/PoweredSoft/DynamicLinq David 2018-02-11 19:59:36 -0600
  • 50fc50225d Add project files. David 2018-02-11 19:55:29 -0600
  • f51b9350e4 Add .gitignore and .gitattributes. David 2018-02-11 19:55:28 -0600
  • 7f72e4da2f
    Initial commit dlebee 2018-02-11 19:52:44 -0600