Method Group Conversions to Delegate in C# 11 ⚡️

preview_player
Показать описание
In this video, we will discuss Method Group Conversions to Delegate in C# 11 and how we can effortlessly use the features for our development and testing of applications.

Other Interesting videos and playlists

► [ Coupon Code] - EA_1000_23

#csharp #methodgroupconvertion #executeautomation
For more articles and videos, please follow
► [Twitter] @executeauto
► [Subscribe] @Execute Automation

Selenium and C#
******************

Selenium &Java
******************

CI/CD with Microsoft Technologies
*************************************

Docker & Kubernetes
************************

Mobile Testing
****************

Рекомендации по теме
Комментарии
Автор

Actually C#11's method group conversion feature is a compiler optimisation.

the method group feature you showed were around for much much longer.

Also I found your example very complicated for beginners. Stick to a simple example without using external libraries or advanced features like unit testing. personally I have used fluent assertions so i was able to follow your example.
But a beginner would have no clue what is going on.

Ryuu-kun