Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть LINQ Internals (Deep dive into Where)

  • DotNet Core Central
  • 2020-04-19
  • 20178
LINQ Internals (Deep dive into Where)
LINQLINQ Wherec# where.net core where.net core linq wherec# linq where
  • ok logo

Скачать LINQ Internals (Deep dive into Where) бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно LINQ Internals (Deep dive into Where) или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку LINQ Internals (Deep dive into Where) бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео LINQ Internals (Deep dive into Where)

LINQ or Language-Integrated Query is a framework or technology based on integrated query capacity into .Net Core (or .Net Framework) languages like C#. It was released with version 3.0 of C# and been ever since an integral part of C# development.

LINQ is arguable one of the most powerful features of C# which has increased developer productivity by multiple folds.

In this video, I will first walk through creating an application to use the Where statement of LINQ to filter out all even numbers from a number array. And then I will subsequently implement the same function from scratch, to achieve the same outcome.

This will demonstrate what is the internal implementation of Where and how it all works together with other features of .Net.

The three main constituents or feature of the C# programming language that is necessary for the implementation of a Where query is as follows:
1. First, the Extension Method
2. Second, Delegate (in the case of Where it is Func)
3. And last but not the least "yield return" statement

The "yield return" statement is the one that makes LINQ queries to execute lazily. Meaning a LINQ query is executed only when we loop through the IEnumerable.

This is the first video of a series I want to cover on the internals of some of the .Net Core/C# language features.

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]