|
|
Browse by Tags
All Tags » .NET C# » Linq (RSS)
-
Hi,Thank you very much for reporting the issue.Current implementation (in SVN) improved this time to something around 6 seconds (running on an emulator; running in an actual device should be faster)Note that the first time a Linq query is executed various assemblies must be loaded from the disk (flash memory); also, device cpus are slower than a ...
-
Hello all,
Sounds like a good project. What I am going to say won't be related with the question you asked, though.
using (oc = Db4oFactory.OpenFile(db4oPath))
{
db = new Northwind(oc);
Instead of using dlinq like approach, I would prefer using extension methods like
public static class ...
|
|
|