A reminder that I'm giving a webcast tomorrow (Wednesday 27-February-2008) talking about LINQ support in .NETCF 3.5; the focus of the webcast is on pushing beyond the limitations of the .NET CF 3.5 implementation.
We'll of course talk briefly about the difference in feature support between .NET CF and the full .NET Framework, including why some of the decisions were made. I'll point you to some resources as well.
All that said, one of my biggest concerns in the .NET CF LINQ implementation is the inability to query a SQL Server Compact database directly. The current implementation does not provide SQL LINQ or LINQ to Entities so the only way to query SSC data is to first load the data into a DataSet. Now if you've heard me (or most anyone else) talk about mobile application data management, then you're familiar with the problems that go with using DataSets (performance, resources, etc.) in mobile apps.
So one of the big things we'll be talking about is using the hooks provided by LINQ to extend it so that we can efficiently query a SSC database directly. Don't worry, we're not going to try and reinvent SQL LINQ, rather we'll look at how a few well-targeted extension methods can – to use an old American phrase – provide a lot'a Bang for the Buck. J
I hope to see you at the webcast tomorrow (Wednesday 27-February-2008). You'll see what I think are some really solid solutions to some specific issues and also get a bit of experience in how you can extend LINQ yourself.
Posted
Feb 26 2008, 08:36 AM
by
jim-wilson