What’s the difference between the two? They seem to have the same functionality at first glance.
Which one has faster performance which one is easier to use?
What’s the difference between the two? They seem to have the same functionality at
Share
Using ADO.NET and some kind of SQL:
Using Linq-to-Sql
In short, both are pretty good options. Key factors are:
SQL (and code generation), there’s less
reason to use Linq-to-SQL.
to share a puny database server some
other solutions, and you’re not
huge, Linq-to-Sql is plenty powerful
enough.
Being good at SQL will be important for a long time. And, getting good at LINQ is a really good move. Linq-to-XML and Linq-to-Objects are fantastic technologies, and skill with one flavor translates straight to other Linq flavors.