sadomovalex/camlex

Discussion: download camlex reverse engineering offline

Closed this issue · 1 comments

kavalirakesh[CodePlex]
HI

camlex is excelent product saved my time to create dynamic CAML.
i saw the camlex reverse engineering online its more excellent.
can i use the camlex reverse engineering as offline use.
means like camlex .dll can i download the camlex reverse engineering.
so i can implement in my projects to create bidirectional caml queries.
thanks
rakesh

sadomovalex[CodePlex]
hi kavalirakesh,
Camlex.NET.dll contains base for reverse engineering: transformation from CAML to expression tree. After that it is up to you how you will use this expression tree. One of the application - is to generate C# code as we did on the
http://camlex-online.org. C# generation from expression tree is not part of Camlex and we won't include it here. We used another open source project expression2code for it (with several changes). Another
application of reverse engineering - add conditions into existing string queries using lambda expressions. And there will be more in future.