Subject | English | Hebrew |
comp., MS | LINQ to ADO.NET | LINQ ל- ADO.NET (A technology that makes it possible to query over any enumerable object in ADO.NET by using the LINQ programming model. LINQ to ADO.NET consists of three related LINQ technologies: LINQ to DataSet, LINQ to SQL, and LINQ to Entities) |
comp., MS | LINQ to DataSet | LINQ לערכת נתונים (A LINQ technology that makes it easier and faster to query over data cached in a DataSet object. The queries are expressed in the programming language itself and not as string literals embedded in the application code) |
comp., MS | LINQ to Entities | LINQ לישויות (A LINQ technology that enables developers to create flexible, strongly typed queries against the Entity Framework by using LINQ expressions and the LINQ Standard Query Operators) |
comp., MS | LINQ to Objects | LINQ לאובייקטים (The use of LINQ to query in-memory data such as arrays and lists) |
comp., MS | LINQ to SQL | LINQ ל- SQL (A LINQ technology that provides a run-time infrastructure for managing relational data as objects. In LINQ to SQL, the data model of a relational database is mapped to an object model expressed in the programming language of the developer) |
comp., MS | LINQ to XML | LINQ ל- XML (An in-memory programming interface that makes it possible to work with XML from within the .NET Framework programming languages) |