crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

Important aspects of Query Operators in LINQ?
Question Posted on 30 Dec 2020Home >> DotNet >> LINQ >> Important aspects of Query Operators in LINQ?

Important aspects of Query Operators in LINQ?
There are lots of query-patterns which explain how should write query on data by using LINQ. And these patterns are desgined by help of extension methods. And these query patterns are known as Query Operators. LINQ query operators can be categorized into below ways.
(1)Join Operators:-Join, GroupJoin
(2)Projection Operations:-Select
(3)Sorting Operators:-OrderBy, OrderByDescending, ThenBy, ThenByDescending, Reverse
(4)Grouping Operators:-GroupBy, ToLookUp
(5)Filtering Operators:-OfType, Where
(6)Aggregation:-Aggregate, Average, Count, LonCount, Max, Min, Sum
(7)Set Operators:-Distinct,Except,Intersect,Union
(8)Conversions:-AsEnumerable, AsQueryable, Cast, OfType, ToArray, ToDictionary, ToList,ToLookup
(9)Partition Operators:-Skip, SkipWhile, Take, TakeWhile
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

Important aspects of Query Operators in LINQ?

How to sort array using LINQ

Get multiple of 3 from given array with LINQ

Single() vs SingleOrDefault() vs First() vs FirstOrDefault() in LINQ Query

What are the different LINQ provide






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap