Subject | English | Portuguese |
comp., MS, Braz. | LINQ to ADO.NET | LINQ to 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, Braz. | LINQ to DataSet | LINQ to DataSet (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, Braz. | LINQ to Entities | LINQ to Entities (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, Braz. | LINQ to Objects | LINQ to Objects (The use of LINQ to query in-memory data such as arrays and lists) |
comp., MS, Braz. | LINQ to SQL | LINQ to 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, Braz. | LINQ to XML | LINQ to XML (An in-memory programming interface that makes it possible to work with XML from within the .NET Framework programming languages) |