Technorati Tags: SQL Compact,SQL Server Compact Edition
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:
Post a Comment