weebubba wrote:
So why should I care whether you do this using LINQ or more traditional mappings under the hood?
I think the implementation of LINQ is an extension on top of what they already have (if I am not mistaken). So, to use your analogy, this is more like a steering wheel rather than "under the hood".
weebubba wrote:
Or are we saying that the LINQ code will be exposed to me at a higher level. So that instead of using the predicates etc. to do joins I can now handle this logic in the more familiar LINQ logic?
Yes, and might I add that it is A LOT shorter than using predictaes etc.
weebubba wrote:
I am just trying to get my ahead around how LINQ in LLBLGen will benefit me. LINQ is a technology that I am quite excited about so I am really keen to understand how it affects my usage of LLBLGen.
All in all, it doesnt have to change the way you use LLBLGen at all. I have enjoyed using it because of my ability to more easily create dificult queries without the verbosity of the (well built) predicate system afforded in the standard stuff.
And I will add the following and best part about it: The MS stuff ONLY works for SQL Server. What we have here should also work with Firebird.