-
What does Linq to SQL do 2024?
Questioner:Zoe Martin 2023-05-05 06:12:48
The most authoritative answer in 2024
-

-
Benjamin James——Works at the International Energy Agency, Lives in Paris, France.
LINQ to SQL is an O/RM (object relational mapping) implementation that ships in the .NET Framework "Orcas" release, and which allows you to model a relational database using .NET classes. You can then query the database using
LINQ, as well as update/insert/delete data from it.
read more >>
QuesHub is a place where questions meet answers, it is more authentic than Quora, but you still need to discern the answers provided by the respondents.