Pop a crm activity window from any entity
This is not related to linq at all but we thought we’d share something we found along our dynamics crm journey… We wanted to have couple of buttons on the toolbar to quickly pop activity windows for some custom entities. We decided to look at how ‘Send Email’ pops the window for the contact entity. [...]
Use static and dynamic data contexts in conjunction
Update will be available on the 24th of October. Thanks Ian for coming up with this neat feature. You can now write queries that take advantage of the static and dynamic data context at the same time giving you more freedom and control. Lets take a look at an example var leadAccounts = (from l [...]
Command-line version & minor updates
Thanks to all our beta testers for coming up with these improvements and fixes. We really appreciate your feedback. Generate code using the command-line We have modified the XrmLinq.Mapper executable to be executed using command-line. This will allow you to integrate with your build environment and/or batch scripts to automate code generation. Usage XrmLinq.Mapper.exe “http://crm.server/mscrmservices/2007/crmservices.asmx” [...]

Try XrmLinq