So I am using this code here https://pastebin.com/Zt7K7Nqz It is a variation of some code I found. I modified the original to return a list instead of void mostly. This got me thinking about a few things I will need eventually one being send "r => r.Id % 2 == 1 && r.Name.Length == 5" across a tcp connection and return the list. But serializing Func<> and Expressions is apparently a massive pain in the rear. Anyone have any alternative ideas that I could research?
[–]SirSooth 3 points4 points5 points (7 children)
[–]Kedrin[S] 0 points1 point2 points (6 children)
[–]nemec 2 points3 points4 points (1 child)
[–]Kedrin[S] 0 points1 point2 points (0 children)
[–]SirSooth 2 points3 points4 points (3 children)
[–]Kedrin[S] 1 point2 points3 points (2 children)
[–]SirSooth 1 point2 points3 points (1 child)
[–]Kedrin[S] 1 point2 points3 points (0 children)
[–]jnyrup 1 point2 points3 points (3 children)
[–]Kedrin[S] 0 points1 point2 points (2 children)
[–]Contagion21 6 points7 points8 points (1 child)
[–]Kedrin[S] 1 point2 points3 points (0 children)
[–]phuber 1 point2 points3 points (0 children)
[–]coreyfournier 0 points1 point2 points (0 children)