У нас вы можете посмотреть бесплатно Techorama 2023: C# Pattern Matching Inside Out или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Recording from Techorama 2023 conference (https://techorama.be/) Pattern Matching has evolved quite a bit since its original introduction in C#. In this session, Rainer Stropek demonstrates what you can do with Pattern Matching in modern versions of C#. He will not just scratch the surface. You will see lots of demos about how you can combine the different types of patterns. This session is for experienced C# developers who have not yet found the time to get familiar with Pattern Matching and use it in their daily work to their full potential. Link to slides: https://slides.com/rainerstropek/tech... Link to sample code: https://github.com/rstropek/Samples/b... 00:00:00 Welcome, intro 00:02:18 Simple type patterns 00:11:19 More advanced type patterns with custom types 00:24:17 Recursive patterns 00:41:30 Relational patterns 00:51:40 List patterns 00:59:09 Closing