What is join in c#?



What is join in c#?..

Answer / Manmohan Singh

Join is an operator in LINQ that combines elements from two collections based on a common key. It creates a Cartesian product of the two sequences and filters the result to only include tuples where the keys match.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What does console readline do?

1 Answers  


What is the use of properties window?

1 Answers  


What are custom exceptions in C#?

1 Answers   Arigo Infotech,


what is the purpose of using statement in c#

1 Answers   Cognizant,


How long can a string be c#?

1 Answers  


How do we achieve encapsulation in c#?

1 Answers  


What is exe in c#?

1 Answers  


What are the Configuration files in .net?

1 Answers  


How cache is implemented in web application for DB queries?

2 Answers   TCS,


What is dynamic in c#?

1 Answers  


Illustrate race condition?

1 Answers  


what happens if you inherit multiple interfaces and they have conflicting method names?

1 Answers   Siebel Systems,


Categories