Linq2Crm

Have you ever built a query that retrieves information from CRM using our built-in Web Service? If you are familiar with our query language (fetchXml) then you are probably in good shape to have a smooth ride. But if you want to use our object model (QueryExpression), well…

 I just came across this nifty library (a wrapper for the CrmService) that lets you query CRM using LINQ J. As the demo on the page shows, your queries can get greatly simplified if you use this library. Note that I’m not endorsing the use of the library in a production environment and no, it has no direct support from Microsoft… still, you may want to take a look at it; it is pretty sweet. https://www.codeplex.com/LinqtoCRM