XrmLinq SL (Silverlight) v1.0 is available
We are proud to release XrmLinq SL (Silverlight) version 1.0!
You can use this library on Silverlight projects to query data in Dynamics CRM using LINQ.
This version is available to everyone at this stage, to download a copy please go to http://www.xrmlinq.com/support/ register if you haven’t already done so and it will appear in the trial downloads area.
 Â
  Â
The [...]
ASP.NET masterpage for dynamics crm popup windows
It’s good practice to make your custom asp.net pages look similar to dynamics crm if they are running inside of crm. Here is a masterpage to help you out. This masterpage gives you the ability to make your custom asp.net popups look similar to the dynamics crm [...]
Execute fetchxml queries in javascript using XrmLinq
Javascript is a popular method of accessing and displaying data in crm. We’ve created a javascript library that you can re-use to make it easier.
Let’s take a look at how easy it is to execute a fetchxml query and [...]
Bulk delete records in dynamics crm
To bulk delete records in crm you need to use the BulkDeleteRequest/Response. One of the parameters in there is the QuerySet. It allows you to set multiple conditions for deleting a set of records. QuerySet takes in an array of QueryExpressions but writing QueryExpressions are not that [...]
Linq to Dynamics CRM integrated with Visual Studio 2008 & 2010
We are constantly improving our tools to make your xRM solution development easier, faster and cost-effective.
Microsoft Dynamics CRM is a great platform, by leveraging existing technologies such as LINQ to SQL, Visual Studio and the .NET framework, we can quickly up-skill/rampup existing developers to create xRM solutions ontop of Microsoft Dynamics CRM.
We plan on releasing [...]
Safely add script references to dynamics crm pages
Dynamics CRM is great, one of the great things is the ability to write custom javascript. Out of the box, unfortunately doesn’t give you the ability to reference external scripts which is a bit of a pain because you end up copy pasting/duplicating code all over the place.
Recommended methods
1. Dynamically load the script in the [...]
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 [...]
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 [...]
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 [...]
Update to v1.5.2 with native count support
We have issued an update to v1.5.2 with two new features. Native count support through fetchxml and the ability to clone an entity.
Counting records
You can now call .Count() on any query [...]
Linq queries directly against Dynamics CRM using Silverlight!
We have been working on another version of XrmLinq which will work with silverlight. This version will allow you to write linq queries directly against crm in a silverlight project without going through a WCF service!
[...]
Add attachments to entities in Dynamics CRM
Attaching documents to entities are easier than ever, in this article we will show you how to add attachments to entities that have the 'Notes & Activities' option enabled as well as attaching documents and data to emails.
First lets [...]
XrmLinq’s performance compares very favorably with other dynamics crm linq providers
.results-row-seperator td
{
border-bottom: solid 1px #000000;
}
.results-col-r
[...]
XrmLinq releases version 1.5
XrmLinq is proud to release XrmLinq version 1.5, the second release to be made under its new Microsoft ISV (Independent Software Vendor) status!
Download the trial version 1.5
Announcement
We are announcing a developer license, this will allow you to redistribute XrmLinq along with your application to an unlimited number of organizations and use with unlimited number of [...]
XrmLinq releases version 1.4
XrmLinq is proud to release XrmLinq version 1.4, the first release to be made under its new Microsoft ISV (Independent Software Vendor) status!
[...]
Use unit tests to ensure product stability
We take product stability very seriously. We’ve all had that sinking feeling when our favourite software has been updated. What bugs and/or instability have they introduced this time? Not so with XrmLinq.
[...]

Try XrmLinq