30 Important C# Interview Questions : kzbin.info/www/bejne/eHzcn3h4hdacf68 25+ OOPS Interview Questions : kzbin.info/www/bejne/q2qcqHSld893rLM Software Architecture Interview Questions : kzbin.info/www/bejne/d6W3mJaYgbSkg68 20+ SQL Server Interview Questions : kzbin.info/www/bejne/iXbHcnluorh-iZY 10+ Power BI Interview Questions : kzbin.info/www/bejne/eaDdlGyNg6eFqpY 20 MSBI Interview Questions : kzbin.info/www/bejne/hKjCpHt7gNOCi6c SQL Server Joins : kzbin.info/www/bejne/gYXZint7o9mppJo SQL Step by Step - kzbin.info/www/bejne/q3jPl4NvpJyeo7s Angular Step by Step Tutorial for Beginners : kzbin.info/www/bejne/Y2q5lIptgqd3qZo 25 Angular Interview Questions : kzbin.info/www/bejne/Y5vIoKx6f6mmia8 25 Important ASP.NET Interview Questions : kzbin.info/www/bejne/ponQfpejf7p2Zsk 35 Important JavaScript Interview Questions : kzbin.info/www/bejne/kJOXlYOfbKh0hLc 20 MySQL Interview Questions : kzbin.info/www/bejne/b5nJm3Zjd9WMaJI 5 MSBI Interview Questions : kzbin.info/www/bejne/a3abYmiXjaaqj7M 20 PHP Interview Questions : kzbin.info/www/bejne/Z5PTf4avo7qlopo
@MiddleEasternInAmerica12 жыл бұрын
great video , i like it ... first time i heard about extension methods I thought of " visitor pattern " ... thanks million for this explanation... waiting for more wonderful videos
@questpondvideos4 жыл бұрын
New Announcement from Questpond ".NET(C#) FUNDAMENTALS, .NET COLLECTIONS, GENERICS" Course now available @ 799 /12 $. If Interested visit this Link for Subscription with Questpond www.questpond.com/netc-fundamentals-net-collections-generics/cid22
@satyaphani90964 жыл бұрын
first time i understood this concept through this video
@mnemukula10 жыл бұрын
This is an awesome video. Very easy and straightforward
@Koiw5064 жыл бұрын
i love so much your teaching style ♥
@questpondvideos12 жыл бұрын
c# and .NET training :- What are extension methods in c# ? (Interview questions)
@alagarswamyingersoll2 жыл бұрын
Excellent explanation ,sir .Thank you
@Avinashkumar-dq2rm2 жыл бұрын
Very Much informative video sir…
@DHARMENDRAKUMARdkp2 жыл бұрын
Your sound quality is very nice that we expect...
@NeerajKumar-zh9bv3 жыл бұрын
Listening this in 2021. Osm video sir.
@thisisgaurang10 жыл бұрын
Simply Fantastic. Excellent.
@DHARMENDRAKUMARdkp2 жыл бұрын
Nice Sir... I love your video ...
@kadamnarendra1235 жыл бұрын
Very nice video
@vinodpasi80218 жыл бұрын
If Extension methods are implemented as static member then how it is possible to use them as instance member? What concept C# uses behind the scene?
@noormohammad57402 жыл бұрын
The moment we use this keywords and provide class name then extension method becomes nonstatic
@kraadhithya98412 жыл бұрын
How can without initializing the somemoremath class (obj1) you use in program .cs to call subtract?
@DHARMENDRAKUMARdkp2 жыл бұрын
Nice sir....
@mutshidziphaswana17064 жыл бұрын
Best explanation 🙌🏼
@manojsharma739310 жыл бұрын
Extension Methods are for LINQ. Only static props can be used in it.
@GopalSharmaVlog8 жыл бұрын
Agree with you Manoj !
@Space_Science_Facts-4U2 жыл бұрын
Hello sir Can u make a video on object cloning in c# ?
@rainvictorron24135 жыл бұрын
Is it still possible if i create an interface with the add object in it then implements it to an interface of the subtract function?
@veedfriendforever59904 жыл бұрын
nice describe thank you
@AmmarTheTrainer6 жыл бұрын
Good and easy explanation. Thank-You sir.
@manjeetnandal15 жыл бұрын
Very informative!
@ShakirAlimit6 жыл бұрын
Very nice, thanks for sharing.
@mauroldanr3 жыл бұрын
Thank you
@shaillysharma58444 жыл бұрын
Best explained
@questpondvideos4 жыл бұрын
👊👊👊👊👊👊Smash the Subscribe button if you like it.👊👊👊👊👊👊 and visit www.questpond.com
@bossofyoutube7 жыл бұрын
How about inherting a math class to new class and add subtract method over there and it can be used by initializing child and also this child initialization can use add method of parent
@Mahamad12316 жыл бұрын
that was exactly what i was thinking of !
@basantkumar49003 жыл бұрын
But what if the Math class is a sealed class?
@WeaamAbdeltawwab Жыл бұрын
great thank you!
@tvsnmurthy23706 жыл бұрын
Why static is used for extension methods and that class
@jkmalify6 жыл бұрын
Thank you Sir...really helpful
@ctaproductions22725 жыл бұрын
please explain why you are writing extension method in that way? why maths class is added in parameters?
@tinotendagarwe49294 жыл бұрын
I have a question though. How can I use the same string in multiple methods