Entity Framework 6 vs. LINQ-to-SQL smackdown!
Today, I’m doing my own performance testing on Entity Framework 6 and LINQ to SQL. I created two tables in a sample SQL server database. Here is the ERD for the two tables I created: Next, I created two console application projects. One to test LINQ to SQL and the other with EF-6. You can … Read moreEntity Framework 6 vs. LINQ-to-SQL smackdown!