db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » .NET C# » Linq   (RSS)
  • Re: Linq on compact framework runs slow (15+ seconds for simple query)

    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 ...
    Posted to db4o User Forum (Forum) by Adriano Verona on October 8, 2008
  • Re: Suggestions for a LINQ provider

    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 ...
    Posted to db4o User Forum (Forum) by tehlike on September 22, 2007