У нас вы можете посмотреть бесплатно Delegates in C# - A practical demonstration, including Action and Func или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Delegates in C# are really powerful, but most people don't know how to use them effectively, if at all. Today I am going to show you what delegates are, how to use them, why they are useful, and really how to take your code to the next level. Along the way, I will cover the special types of delegates named Func and Action. Now if all these new words seem intimidating, don't worry. This topic is actually really simple at its foundation. Yes, you can do some complex things with delegates, but an actual delegate is absolutely simple. Source Code: https://www.iamtimcorey.com/downloads... Patreon: / iamtimcorey Newsletter signup: https://signup.iamtimcorey.com/ 0:00 - Intro 1:28 - Demo application walk-through 7:52 - Explaining and creating a Delegate 18:19 - Func and Action: problems you can solve with delegates 21:37 - Func Delegate: creating and explaining 30:56 - Why to have delegate, if all the work is done elsewhere 34:00 - Action Delegate: creating and explaining 38:07 - Creating anonymous methods: anonymous Delegate 43:08 - Creating anonymous methods: anonymous Func 45:15 - Creating anonymous methods: anonymous Action 49:30 - Using Delegates in other projects: WinForms 58:37 - Using Anonymous Delegates in other projects: WinForms 1:02:15 - Summary