What is the differences between those 2 assuming I'm using SQL Server as my database? Are they the same?
Sql – Linq to SQL and Entity Framework differences
entity-frameworklinqlinq-to-sql
Related Question
- C# – How to compare only Date without Time in DateTime types in Linq to SQL with Entity Framework
- C# – Convert Linq Query Result to Dictionary
- C# – Difference Between Select and SelectMany
- Entity-framework – How to view the SQL generated by the Entity Framework
- C# – Fastest Way of Inserting in Entity Framework
- C# – Group by in LINQ
Best Solution
This post points to some info. in particular 3 main differences:
The ability to query relational stores other than Microsoft SQL Server
A full textual query language not limited to LINQ's language support
Advanced mapping facilities, such as mapping a single class to multiple tables