what is the difference between linq to sql classes and entity framework
seem that they same work like both
which is better in .net3.5 and why?
*which is better in .net4 and why?*
what is the difference between linq to sql classes and entity framework seem that
Share
Briefly:
Linq-to-SQL is:
–> so Linq-to-SQL works, and quite well in .NET 3.5 – but don’t expect anything new here….
Entity Framework (at least in .NET v4 and up) is:
–> Entity Framework is my clear choice for .NET 4 and newer