Lambda Expressions in C#.Net made easy! | Expression Lambda | Statement Lambda | Codelligent

  Рет қаралды 21,219

CODELLIGENT

CODELLIGENT

Күн бұрын

In this video you will learn Lambda Expressions in C#.Net with the help of very simple examples.
The topics being covered:
00:00 - Intro
00:34 - Intro to Lambda
01:42 - Expression Lambda vs Statement Lambda
03:41 - DEMO : Using Expression Lambda and Statement Lambda
If you found this video helpful don’t forget to hit the Like button!
If you wish to join us for future learning, do Subscribe this channel and hit the Bell icon to get the future video notifications!
#Lambda #AnonymousMethod #DotNet
-----------------------------------------------------------------------------------------
We believe in - "Knowledge increases by sharing!!"
Who are we?
We are a bunch of IT professionals who love to teach apart from our regular coding work! 👬👫
Why this Channel?
In our career, we have noticed that many new programmers get confused while coding, even though they are aware of that concept. We help them understand the concept in our office. 🤗
So, we thought why not share these concepts in the same easy to understand way to the whole world.
Let every one who is starting their coding journey get to learn and become a better programmer! 😊
We have taught many people offline, and now trying to make an online presence to help wider audience. 💖
Let's Code!
#LoveForCoding #LoveForTeaching #Codelligent #LetsCode #India
-----------------------------------------------------------------------------------------
Intro music credit: www.zapsplat.com
Intro background image credit: www.freepik.com

Пікірлер: 41
@teenztown
@teenztown Ай бұрын
So simple. And explained beautifully. Thank you man.😊
@CODELLIGENT
@CODELLIGENT Ай бұрын
Glad it helped! 😃
@milkmeapollo9048
@milkmeapollo9048 2 жыл бұрын
Thank you for these examples, this is probably the clearest I've had this concept explained so far
@CODELLIGENT
@CODELLIGENT 2 жыл бұрын
Thanks a lot for encouraging words! 😍
@Patricebrouh
@Patricebrouh 2 жыл бұрын
Wow, this is a great channel. Explanations are clear and concise. Everything is well illustrated
@CODELLIGENT
@CODELLIGENT 2 жыл бұрын
Thank you so much for such kind words! 😍
@aleccollado4053
@aleccollado4053 2 жыл бұрын
Very clear explanation, thanks!
@CODELLIGENT
@CODELLIGENT 2 жыл бұрын
Glad it was helpful! 😊
@zdkcy7944
@zdkcy7944 4 жыл бұрын
Well explained! Can you make a series of C# and ASP.net Core tutorials from scratch? Your way of teaching is excellent and it is great to learn from you!
@CODELLIGENT
@CODELLIGENT 4 жыл бұрын
Thanks a lot for your kind words. Sure, will start a separate series on this. :)
@DeusDeveloper
@DeusDeveloper 3 жыл бұрын
@@CODELLIGENT Yes please! ASP.NET Core Tutorials will be great too!!!
@DeusDeveloper
@DeusDeveloper 3 жыл бұрын
Great !!! Thank you !!
@CODELLIGENT
@CODELLIGENT 3 жыл бұрын
Thank you too! 😊
@AjithKumar-pb5zs
@AjithKumar-pb5zs 3 жыл бұрын
Top notch Thank you so much bro
@CODELLIGENT
@CODELLIGENT 3 жыл бұрын
Glad it was useful bro. Please do share and support. 😊
@proudkhan82
@proudkhan82 Жыл бұрын
Thank you very much for sharing.
@CODELLIGENT
@CODELLIGENT Жыл бұрын
Glad you like it! 😇
@HemmingEducation
@HemmingEducation Жыл бұрын
Explained well! Thanks :)
@CODELLIGENT
@CODELLIGENT Жыл бұрын
Glad it was helpful! 😃
@Joseph-yl6rc
@Joseph-yl6rc 3 жыл бұрын
I really enjoyed the video!
@CODELLIGENT
@CODELLIGENT 3 жыл бұрын
Glad you enjoyed it! 😊
@tempname4039
@tempname4039 3 жыл бұрын
Very very good and useful.
@CODELLIGENT
@CODELLIGENT 3 жыл бұрын
Glad it was helpful! 😊
@BachVanThanhHuyB
@BachVanThanhHuyB 2 жыл бұрын
Great ! I like this video.
@CODELLIGENT
@CODELLIGENT 2 жыл бұрын
Thank you very much! 😃
@jcwing4387
@jcwing4387 4 жыл бұрын
Great! Your way of teaching is fantastic! I would love to learn from you! Do you have any online tutorials?
@CODELLIGENT
@CODELLIGENT 4 жыл бұрын
Thanks a lot for your kind words. I have recently started this channel. I haven't published any tutorials online yet, apart from this channel. Do subscribe, to get all future videos. I will be covering many more topics. :)
@jayantiroy1476
@jayantiroy1476 2 жыл бұрын
thanks for so nice explanation
@CODELLIGENT
@CODELLIGENT 2 жыл бұрын
You are most welcome.. 😃
@Javlini
@Javlini 2 жыл бұрын
well explained sir
@CODELLIGENT
@CODELLIGENT 2 жыл бұрын
Thanks a lot.. 😊
@pranavb9768
@pranavb9768 3 жыл бұрын
Great tutorial for a beginner like me! One suggestion though you could just zoom the screen while recording so that things are clearly visible😊
@CODELLIGENT
@CODELLIGENT 3 жыл бұрын
Thanks a lot for the suggestion. Will take care of that. 😊
@nishant07kumar
@nishant07kumar 3 жыл бұрын
Great Video. you could have used a bit bigger font size. loved the video.
@CODELLIGENT
@CODELLIGENT 3 жыл бұрын
Thanks for the tip. Noted. 😊
@rohankatreddy3260
@rohankatreddy3260 3 жыл бұрын
Well explained. But noticed when searching for any topic you mentioned your channel mostly not appear on list. Missing proper keywords(etc)? Check the ways to make your videos appear on search list. All the best
@CODELLIGENT
@CODELLIGENT 3 жыл бұрын
Will check. Thanks a lot for the support. 😊💖
@kvelez
@kvelez 8 ай бұрын
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp1 { internal class Program { static void Main(string[] args) { Func Test = (x, y) => { var sum = x + y; Console.WriteLine(sum); return x < y; }; Console.WriteLine(Test(4,5)); } } }
@Sohail8818181
@Sohail8818181 2 жыл бұрын
what is expressions?
@CODELLIGENT
@CODELLIGENT 2 жыл бұрын
Lambda expression is usually the whole statement which we use to define anonymous functions. The operator "=>" is lambda operator. And when the method body associates with it, normally we call it "lambda expression". Hope that was clear. 😊
@divanvanzyl7545
@divanvanzyl7545 Жыл бұрын
I was waiting for you to whip out: var oddNumbers = numbers.Where(x => x % 2 != 0).ToList()
Они убрались очень быстро!
00:40
Аришнев
Рет қаралды 3,2 МЛН
C# LAMBDA Expressions and ANONYMOUS Functions Tutorial | 2021
14:30
What are Delegates? (C# Basics, Lambda, Action, Func)
18:39
Code Monkey
Рет қаралды 281 М.
The Right Way to Check for Null in C#
9:35
Nick Chapsas
Рет қаралды 94 М.
LINQ + Lambda expressions - C# tutorial
6:14
Tarodev
Рет қаралды 100 М.
Understand your C# queries! IEnumerable & IQueryable in explained
11:28
tutorialsEU - C#
Рет қаралды 30 М.
You need to know this! Lambda expression and Action Delegates in Unity
19:35