If I am starting with the newest version of the CSLA.NET 3.5.1 framework and using a fresh normalized SQL 2008 Database, what do you reccomend using within the framework as far as going with LINQ to SQL classes or should I use LINQ to Entities classes in the DalLinq assembly?
Are there any real performance differences in using one or the other?
I created a EDM in the DalLinq project assembly and tried to use the same implemenation that is being used in the ProjectTracker.Library using the Csla.Data.DataContext and I got an error telling me that I couldn't use it for SqlEntityClient??
Does the framework support Linq to Entities?
Thanks,
Kent