Posts by Jedi31 • 181 points
4 posts
-
1
votes1
answer675
viewsA: Generic Query with Predicatebuilder and Linqkit
Solved. The big secret is that Linqkit has other really useful tools like Asexpandable, Expand and Invoke. Because of these methods, it is possible to combine expressions without having problems.…
-
3
votes1
answer675
viewsQ: Generic Query with Predicatebuilder and Linqkit
I’ve been using Linqkit to create generic queries for a long time. One thing that always bothered me is that I always have to test if the value sent in the filter is valid. For example: Suppose I…
-
1
votes2
answers190
viewsA: System modularization
A question about the business itself. The balance is integrated into your system, or the weighing release is manual? If the scale is integrated, I would strongly recommend the use of internet,…
-
3
votes4
answers931
viewsA: How to verify variables that are not used?
I would recommend using the Code Cracker. It is an extension for code analysis that acts directly as a Roslyn Analyzer. In addition, it is open-source and its code is available on Github Finally, it…