LINQ to SQL vs ADO.Net

后端 未结 6 1940
悲哀的现实
悲哀的现实 2020-12-03 06:51

What\'s the difference between LINQ to SQL and ADO.net ?

6条回答
  •  既然无缘
    2020-12-03 07:16

    The following diagram provides an overview of how the ADO.NET LINQ technologies relate to high-level programming languages and LINQ-enabled data sources.


    (source: microsoft.com)

    >

    from http://msdn.microsoft.com/library/vstudio/bb399365

    LINQ helps you to integrate ADO.NET in the part of the code where the compiler can evaluate and help you with IntelliSense and so on. So with LINQ you can use ADO.NET more easily...

提交回复
热议问题