Extension Methods in C#.NET | C#.NET Tutorial | Mr. Bangar Raju

Поділитися
Вставка
  • Опубліковано 18 лис 2024

КОМЕНТАРІ • 94

  • @zarifInGame
    @zarifInGame 5 років тому +29

    love you Bangar Raju sir.. You are the best teacher i have seen in my life. 😊😊👌

  • @sureshshankar5931
    @sureshshankar5931 6 років тому +11

    Very sincere effort. Your clarity comes through in your lectures . And very detailed explanation of concepts. Thank you so much!

  • @sabintaj7283
    @sabintaj7283 2 роки тому +2

    Thank you sir.... I scared about programming even as a developer. Today there is a big change in to me..because of you ...God bless you sir

  • @yogeshrao007
    @yogeshrao007 4 роки тому +3

    Very good explanation, techniques explained in a simple manner with examples, Great....👍

  • @sagarkasabe8334
    @sagarkasabe8334 4 роки тому +1

    Fabulous teaching style one of the best teacher in Hyderabad

  • @Windows7bugs
    @Windows7bugs 10 місяців тому

    Excellent! I develop small tools occasionally (as a hobby), mostly for my work & came across a sample that required me to create an extension method. Your lecture is one of the most precise I was able to find. Thank you!

  • @abdulquadiransari7476
    @abdulquadiransari7476 6 років тому +1

    Sir ,you are our saviour first and after that a great teacher....

  • @LetsPeekSeek
    @LetsPeekSeek 6 років тому +2

    Man, U people are rocking.... Fell in love with Dot Net

  • @KamleshPrajapati-qr3lr
    @KamleshPrajapati-qr3lr Рік тому

    Thanks Raju sir.. for the crystal clear explanation of beauty of the c#

  • @suthagarthambikannu6402
    @suthagarthambikannu6402 6 років тому +2

    Hi Sir your all videos are very useful for developer. Once i remember my god Ramalinka prasad from You .Thanku Very much:)

  • @learningislife2934
    @learningislife2934 3 роки тому

    I am very big big fan sir
    Thia is the World best c# tutorial

  • @usernotfound2727
    @usernotfound2727 3 роки тому

    Best explanation on the Proper case use scenario. You are the best !

  • @tohabin5064
    @tohabin5064 5 років тому +6

    You are boss sir, upload more tutorial please - from bangladesh

  • @bhavyagarg29
    @bhavyagarg29 4 роки тому +3

    You are awesome sir 👏

  • @AK-uu3zj
    @AK-uu3zj Місяць тому

    7 years of video and its still rocking .....

  • @rajkotipatelgunishetti8813
    @rajkotipatelgunishetti8813 3 роки тому

    Ultimate session for extension methods it will use alot for me

  • @mahadifamgate2686
    @mahadifamgate2686 3 роки тому

    Love, Love , Love !!!!!!!!!!!! what a great Tutorial !!!

  • @nickeax
    @nickeax 4 роки тому +1

    Very helpful thanks! I used:
    res += $"{word[0].ToString().ToUpper()}{word.Substring(1, word.Length - 1)} ";
    instead of converting to char[].

  • @techrn313
    @techrn313 Рік тому

    Very very helpful and understandable....thank you...

  • @rkfactsstories
    @rkfactsstories 4 роки тому

    I understand tha topic clearly by you.. my search stopped here thank you Sir 👍👏🙏

  • @nrk2892
    @nrk2892 5 років тому +1

    Thanks a lot🙏 excellent information we remember forever

  • @poojatundalwar2706
    @poojatundalwar2706 4 роки тому +1

    Best Explanation Sir, Thank you..

  • @pramod.kulkarni9607
    @pramod.kulkarni9607 2 роки тому

    This is very cool concept tq very much for the video

  • @RanjeetSingh-fo4rb
    @RanjeetSingh-fo4rb 6 років тому

    I have no words to thank you Raju sir

  • @kirankumar-iz3tw
    @kirankumar-iz3tw 6 років тому

    explanation needs talent like this...

  • @UNKNOWNGAMER-jo6qk
    @UNKNOWNGAMER-jo6qk 3 місяці тому +2

    Is anybody there from c# 7am class ...last Saturday sir told to watch videos and came here ...

  • @bhageshtakawale8354
    @bhageshtakawale8354 3 роки тому

    Very good explanation sir it help me lot for my interview preparation

  • @ahmadkabeer9736
    @ahmadkabeer9736 4 роки тому +2

    hello everyone,i seen all lecture and i love raju sir ,and one funny thing to make yourself funny just look at
    04:37. the reaction of raju sir. hahahahaha

  • @pretyriya9706
    @pretyriya9706 8 місяців тому +1

    Excellent teaching.plz make for webapi

  • @miltonjack8706
    @miltonjack8706 2 роки тому

    Thankyou Bangaraju sir. Very clear

  • @deepakrevidagar4275
    @deepakrevidagar4275 Місяць тому

    he is the monster of C# tutorial😎❤‍🔥

  • @sathyavijayaraj5053
    @sathyavijayaraj5053 6 років тому

    Excellent and clear Explanation.superb

  • @easylearningwithlokeshkuma1178

    What a great explain sir Thank you

  • @siddasrikannada
    @siddasrikannada 7 років тому

    Great explanation. concept will be clear to anyone after watching your tutorial.......

    • @siddasrikannada
      @siddasrikannada 7 років тому +1

      Prepare PPT instead of writing ... It saves time as well students won't get bore.... otherwise presentation is very good......

  • @FunAndCreativeCorner
    @FunAndCreativeCorner 4 роки тому

    Nice explanation. Thank you so much. It helped me to understand the concept clearly

  • @ibadkhan8709
    @ibadkhan8709 4 роки тому +1

    You are very Great sir, From Pakistan

  • @Emon4084
    @Emon4084 Рік тому

    LOVE you, Sir. Love you so much.... 🥰

  • @navyarangu6916
    @navyarangu6916 Місяць тому

    OMG THE BEST EXPLANATION EVEN IN 2024

  • @berenstsvedlev5817
    @berenstsvedlev5817 5 років тому +2

    An excellent tutorial. Well done and thank you. Two questions 1) In Statclass.cs, when defining the extension method Test3 had the parameter (this Program p). Why does there have to be a p? What is its significance? 2) Can an Extension method for a structure or sealed class only have one parameter passed to it as part of the binding parameter? for example Factorial(this Int32 x)

    • @krishnakondapalli5385
      @krishnakondapalli5385 Рік тому

      eg:public static void Test1(int i) usually we give this way right like int i similarly he gave as this program p.

  • @raghavendraaitha1327
    @raghavendraaitha1327 3 роки тому

    Thank u sir... It's awesome and good explanation

  • @nickeax
    @nickeax 4 роки тому

    Great presentation, it was very helpful to me, thanks!

  • @deepakbehera4322
    @deepakbehera4322 4 роки тому

    Sir you are the God of the C#

  • @raghudevisetti9382
    @raghudevisetti9382 Рік тому

    Can this concept be used for properties also?

  • @preethituppad499
    @preethituppad499 6 років тому

    very good explanation sir. thank you so much for time and interest.

  • @shreyabhatt9006
    @shreyabhatt9006 Рік тому

    best online tutor 🙌

  • @SanskarAgarwal-r1s
    @SanskarAgarwal-r1s 7 місяців тому

    God level explanation

  • @varadarajanganesan9772
    @varadarajanganesan9772 7 років тому +1

    Appreciate your efforts. A good teacher should simplify the concepts and you are really doing good. Concentrate on presentation more. Prepare ppt instead of notepad typing so that the length of the video can be reduced.

  • @karamhusain143
    @karamhusain143 3 роки тому

    Very Nice But Please explain Solid principles

  • @syedimam1998
    @syedimam1998 4 роки тому

    Awesome Explanation Sir!!!!!!!!!

  • @smartest497
    @smartest497 3 роки тому

    Great teacher.

  • @riyazsmart8735
    @riyazsmart8735 2 роки тому +1

    Great video sir 😇.. you are my guru..Thank you so much sir ..
    "Why all the Hell" - you got me there sir 😂😂😂

  • @ivtechnet6661
    @ivtechnet6661 8 місяців тому

    Really nice

  • @amritanandi5442
    @amritanandi5442 3 роки тому

    Excellent👍

  • @jasper5016
    @jasper5016 5 років тому

    Wow, best explanation.

  • @sampadabhosale1351
    @sampadabhosale1351 2 роки тому

    Best sir

  • @smahesh411
    @smahesh411 4 роки тому

    Hi Raju, How can i find which class is available if source code is not available.

  • @nagalakshmi751
    @nagalakshmi751 6 років тому

    Super and detailed explanation...

  • @chellaack1644
    @chellaack1644 3 роки тому

    awesome

  • @neetab2706
    @neetab2706 11 місяців тому

    Exllelent

  • @krishnachalla7393
    @krishnachalla7393 7 років тому +1

    Good Explanation Sir

  • @raziahmad2376
    @raziahmad2376 4 роки тому

    Awesome 👍👍👍

  • @nickeax
    @nickeax 4 роки тому

    Gold, thank you!

  • @AlgoXperience
    @AlgoXperience 3 місяці тому

    LOve You from TamilNadu da

  • @PranilDukare
    @PranilDukare 6 років тому

    Nice Explanation sir.

  • @purushothammukkanti19
    @purushothammukkanti19 Рік тому

    Sirr naa serasuni me padalla kada petestha ...

  • @diasingh7550
    @diasingh7550 5 років тому

    well explained

  • @helloyou4233
    @helloyou4233 4 роки тому

    Thank You

  • @saikumarsv7430
    @saikumarsv7430 6 років тому

    i want the extension method as static method only but not as non-static method.how we can achieve it.

  • @harishpaudel7670
    @harishpaudel7670 5 років тому

    great

  • @KhalidAfridi1
    @KhalidAfridi1 6 років тому

    Great

  • @ibadkhan8709
    @ibadkhan8709 4 роки тому +1

    Love You.

  • @rohanbadgujar3412
    @rohanbadgujar3412 2 роки тому

    why structure cannot be inherited ?

  • @AlishSafarli
    @AlishSafarli 3 роки тому

    You are a great teacher, but what I worry about you is your meal, do not eat spicy food, so you wont burp that much :)

  • @juicepops7819
    @juicepops7819 4 роки тому

    11:11
    Forward Slash: Apney Mujhe Yad Kia?

  • @Yasoathprabhu
    @Yasoathprabhu 7 років тому

    Sir why are we using i.factorial to call a method

  • @sing759
    @sing759 6 років тому

    awesome :) thanks

  • @sathyavijayaraj5053
    @sathyavijayaraj5053 6 років тому

    sir, why we are declaring the variable p while binding the method with class using this keyword?

    • @rajatbansal3039
      @rajatbansal3039 6 років тому

      Because P is the instance of program class.And program class is called in main method.We are assuming that we do not have the permission to acess neither that class nor the source code of class.
      But P is P is the instance of program class created in main method and we have the acess of main method.

    • @bhaktikokate5463
      @bhaktikokate5463 4 роки тому

      To

    • @MBangarraju
      @MBangarraju 3 роки тому

      @@bhaktikokate5463 You can use any name, no problem

  • @sanwalchaudhry2099
    @sanwalchaudhry2099 5 років тому

    love you Raju

  • @mnizam4979
    @mnizam4979 4 роки тому

    Winform application Training and development

  • @Yasoathprabhu
    @Yasoathprabhu 7 років тому

    Sir why are we using i.factorial to call a method, especially why we using 'i' before calling an method

    • @ranjanmaithani6263
      @ranjanmaithani6263 7 років тому

      Yasoath Prabhu to call a non static method we need an instance of a class and . is to call member of a class by using an intance of a class

  • @kking999
    @kking999 6 років тому

    please make in hindi

  • @jeenascaria1824
    @jeenascaria1824 3 роки тому

    Very very fine explanation. Thanks a lot.

  • @the_mitwa
    @the_mitwa 2 роки тому

    Awesome 👌

  • @rohittanwar9489
    @rohittanwar9489 4 роки тому +1

    Great

  • @TheRaxiZ
    @TheRaxiZ 3 роки тому

    Thank You