MobiLive version 1.6 has been released featuring support of offline solutions. Read on
We all know that today LINQ is the most popular and easy way for processing data in the .NET community. In fact you can use almost all data sources you might think of: plain objects, XML or relational databases.
While we have been offering an extensive LINQ support for months now, and we are continuously improving it, I don’t think it received the credit it deserves. So we decided to foster the awareness of our community towards the great LINQ support we provide with the Microsoft Dynamics LINQ provider
Ok, easier said than done. What approach should we take with this one? A sample is worth a thousand slides, so we decided to provide you with samples that demonstrates what level of LINQ support our product has achieved so far.
Restriction OperatorsWhere - Simple 1Where - Simple 2 Where - Simple 3 |
Grouping OperatorsGroupBy - Simple 1GroupBy - Simple 2 GroupBy - Simple 3 |
Aggregate OperatorsCount - SimpleCount - Conditional Count - Nested C |