Inner Join, Group Join, & Cross Join with LINQ - C# LINQ Tutorial

Поделиться
HTML-код
  • Опубликовано: 3 янв 2025

Комментарии • 5

  • @AlbertoFranciscoMatambo
    @AlbertoFranciscoMatambo 4 месяца назад

    An excellent tutorial is accurate, useful, and using this tool.

  • @mocococo2877
    @mocococo2877 Год назад

    What you showed was a Query syntax. It is more modern now to use Method syntax.

    • @ScholarHat
      @ScholarHat  Год назад +1

      Yes, it is query-based syntax, here is the video where we have explained the ways of writing queries: ruclips.net/video/EwEULeqmMRw/видео.html

  • @kamleshkumarupadhyay5038
    @kamleshkumarupadhyay5038 Год назад

    Requesting you to please make some documentation and share in description box please

  • @RaZziaN1
    @RaZziaN1 Год назад +1

    That's old api, you should use new one, where it use joins under the hood.