dotnet / try-samples

Creative Commons Attribution 4.0 International
1.1k stars 623 forks source link

Method name sounds misleading #83

Open sftmaruf opened 2 years ago

sftmaruf commented 2 years ago

In "try-samples/101-linq-samples/src/JoinOperations.cs" there is a method called "CrossJoinQuery". I have found that "join" keyword in LINQ follows "inner join" ( reference: https://docs.microsoft.com/en-us/dotnet/csharp/linq/perform-inner-joins ). So doesn't the method name sounds misleading?

image