asked 93.1k views
0 votes
What are the two main ideas of LINQ? Select all that apply.

asked
User Cnicutar
by
8.5k points

1 Answer

7 votes

Final answer:

The two main ideas of LINQ are querying and transforming data.

Step-by-step explanation:

The two main ideas of LINQ (Language Integrated Query) are querying and transforming data.

Querying refers to the ability to retrieve specific data from a data source based on certain criteria. For example, you can use LINQ to query a collection of numbers and retrieve only the even ones.

Transforming involves the manipulation and modification of data. With LINQ, you can transform data by applying various operations such as sorting, filtering, grouping, and projecting.

answered
User David Kiff
by
8.7k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.