Friday, September 12, 2008

SQL Compact and LINQ to SQL performance advise

Matt Manela has posted some good advice on how to avoid a performance penalty when using SQL Compact with LINQ to SQL. SQL Compact works best if there is a initial open connection to the database file available for the lifetime of the application, and Matt's code implements this concept.

No comments: