I have been using LINQ recently. But when I come across an interview, I can’t explain:
What is LINQ?
Also, is DataSet deprecated due to LINQ?
In terms of interviews, how do I answer these questions?
LINQ is a set of extensions to the .NET platform that allows language integrated queries. This basically means that we can use the same type of syntax to query any dataset — be it an SQL database, Active Directory or XML file — we can use the same syntax to execute queries.
, LINQ , - - , , - LINQ-to-Objects, LINQ-to-SQL LINQ-to-XML, , LINQ SQL, XML .
LINQ DataSets - LINQ . , DataSets LINQ LINQ-to-SQL, ORM. , - , LINQ-to-SQL.
LINQ . , DataSet , LINQ .
, @RaYell , , LINQ LINQ to SQL, , DataSet.
Entity Framework LINQ SQL, OOD, . xml csql, sql. , , , . . , "Entity Framework to Dataset" "Entity Framework to XML" , LINQ, , , . , , LINQ to XML LINQ to DATASET, Entity Framework. , DataSet , , , , Entity FrameWork , , , .
Source: https://habr.com/ru/post/1725038/More articles:Есть ли какой-нибудь пакет python, который мог бы настроить IP-адрес сетевого интерфейса? - pythoniframe based IE6 memory leak? - javascriptDo I need to register a COM DLL in order to be able to reference a .NET project? - comHow to find source IP address in WCF trace file using (Microsoft Service Trace Viewer)? - tracingВыделите строку в wxGrid (с помощью wxPython), когда ячейка в этой строке изменяется программно - pythonНеизменный словарь - c#detection of class name conflicts and version mismatches of a file and a jar file - javaReverse CreateObject in VBScript - vbscriptПлагин проверки jQuery: как создать свои собственные сообщения - jqueryЛюбые хорошие библиотеки ресурсов (не-люди)? - resourcesAll Articles