Am I missing something about LINQ?

后端 未结 6 555
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-31 01:23

I seem to be missing something about LINQ. To me, it looks like it\'s taking some of the elements of SQL that I like the least and moving them into the C# language and usin

6条回答
  •  难免孤独
    2020-12-31 01:56

    So the really, really big deal about LINQ has nothing to do with Linq to SQL. It's about the enhancements it brought to the C# language itself.

提交回复
热议问题