Func, Action and Predicate Delegates in C# | Delegates Part 5 | C#.NET Tutorial | Mr. Bangar Raju

preview_player
Показать описание
Welcome to our C#.NET tutorial series! In this video, we'll dive deep into the essentials of C#.NET, a powerful language used for developing robust applications. Whether you’re a beginner or looking to sharpen your skills, this series will provide valuable insights and hands-on examples.

🔹 Course Details:

Topic: C#.NET Course Overview | NareshIT

🔹 Check Out Our Playlists:

🔹 Join Our Community For Latest Updates:

💡 About NareshIT:
"Naresh IT is having 22+ years of experience in software training industry and the best Software Training Institute for online training, classroom training, weekend training, corporate training of Hadoop, Salesforce, AWS, DevOps, Spark, Data Science, Python, Tableau, RPA , Java, C#.NET, ASP.NET, Oracle, Testing Tools, Silver light, Linq, SQL Server, Selenium, Android, iPhone, C Language, C++, PHP and Digital Marketing in USA, Hyderabad, Chennai and Vijayawada, Bangalore India which provides online training across all the locations
-------------------------------------------------------------------------------------------------------------------------------
💡 Our Online Training Features:
🎈 Training with Real-Time Experts
🎈 Industry Specific Scenario’s
🎈 Flexible Timings
🎈 Soft Copy of Material
🎈 Share Videos of each and every session.

📚 Learn C#.NET with NareshIT and take your programming skills to the next level. Don’t forget to like, comment, and subscribe for more tutorials and updates!

-------------------------------------------------------------------------------------------------------------------------------
💡 Please write back to us at

#CSharp #DotNet #CSharpTutorial #Programming #NareshIT #LearnCSharp
Рекомендации по теме
Комментарии
Автор

ur teaching was absolutely spiffing!.... u made delegates very generic to me ...
thank you @bangar_raju
love u loads :)

santhoshnaidubovurothu
Автор

Your way to teach us is also GENERICS.

God bless you trillion times!

Thanks a lot!

manjeetnandal
Автор

Crystal clear explanation
Your teaching skills are just
Thank you sir 😊

julietjennifer
Автор

superb man....world class can some one make concepts so amazing sir...thank you so completed delegate without any problem....

NextGenCoding
Автор

Excellent work Mr. Raju, such high impact concepts simplified with simple examples. Awesome.

jaisgeorge
Автор

I really feel bad that we don't have access to the internet facilities to access teachers like you. Single-word for you sir..THANKS :) FOR every video shared.

scorpian
Автор

Man.... U people are rocking... Fell in love with .net

LetsPeekSeek
Автор

Excellent way of teaching...finally i understand Delegates and how and why to use it...as well as single line..)best)

amitdesouza
Автор

after these many years i understood func, action, predicate, anonymous methods.. next level explanation.

sivasagarjagga
Автор

Awesome: Func (returns a non bool value); Action (void; no value returned); Predicate( Returns a bool)

marcelositonio
Автор

Best attempt to clearly explain these three concepts hands down. Thank you very much.

harrysanders
Автор

Miss u sir, very happy to hear your voice, this vdo is very useful a lot of questions are coming in interview on deligate..thanku very much.

ranveermishra
Автор

Sir, i just say. I love u sir.
And also love that way you are teaching us.

Emon
Автор

Hi u teaching well, just my 2 opinions as follows,
In 15:15 u r using Lambda operator but u mentioning anonymous method.
1.my question is anonymous method does have Lambda operator?
2.in 17:12 u can use 'ternary' operator to achieve single line code

Thanks 😊

athourrahman
Автор

Predicate<string> obj3 = (str) => str.Length > 5 ? true : false;
Again simple
Predicate<string> obj3 = (str) => str.Length > 5

And I think this is not anonymous but Lambda

Anyway the class was very awesome!

ashpro
Автор

Awesome explanation. Keep it up. Thanks you!!!

pinkyabrol
Автор

Predicate<string> obj3 = (str) => str.Length > 5;
just a minor code improvement, we dont even need if condition here

PulkitGarg-zb
Автор

simple and best way to explain delegates. Thank you so much
🙂🙂

rakeshsinghparihar
Автор

Good explanation.
In your last example, you could have written a Predicate delegate with a single line statement as
Predicate<string> obj3 = (str) => str.Length > 5;

NecquiTeja
Автор

I appreciate your work, keep its up!!!

pradip