I tried to learn this concept from multiple sites and videos but nothing helps me. but this video explain it very well.. thank you for sharing knowledge
@gayathridevib-wf1pl2 жыл бұрын
Great explanation thanks a lot sir, crystal clear explanation.
@avinashmahadevkar19147 ай бұрын
Sir apki ye teaching and simple teaching way se muze to dotnet mai pura confidence aa gaya hai . thanks for the support
@umabharti7772 Жыл бұрын
Happy teacher's day sir ❤your video help me a lot while job training very helpful
@mdsojibhosen30412 жыл бұрын
You are great Teacher
@mutayyab012 жыл бұрын
Amazing Lecture 💞💞❣
@umerfarooq7062Ай бұрын
AOA Sr Accounts class is still dependent on both classes and we added more dependency of interface too means Ab to dependency barh gai na pehly sy bhi zada to ye to or bhi tight coupling ho gai mtlb ab Account class 3 classes py dependent ho jaye gi
@ajitb.shintre607810 ай бұрын
Explain in easy words thanku
@roshanpahune39632 жыл бұрын
bahut badiya explain kiya
@spartanAXA Жыл бұрын
Thanks for your videos, they had great explanation. Can you also explain how to choose which approach to follow for dependency injection?
@AsadAli-wi1xs2 жыл бұрын
sir please cover more advance topic c#.
@amitkishor73382 жыл бұрын
Plz make a video for solid principle
@GalaxyCookies763 ай бұрын
Why we have to recreate sa and ca object in the main, I tried the following also shows the same output Account acc = new Account(); acc.PrintMeAccount(new CurrentAccount()); acc.PrintMeAccount(new SavingAccount());
@tasdidalam32472 жыл бұрын
Create a project with good practice and software engineering principles with proper explanation (asp dotnet core entity framework) thank you!
@ankitrock10242 жыл бұрын
Entity framework kay or deep videos like Seed methods ,migration, one to many or many to many relationship, lasy loading, after logout Authentication filter stop back button to the same page or ajyor function please in sab per bhi video bna dijiya
@maulasab33882 жыл бұрын
In which scenario we go for method dependency injection.? interviewer asked this question
@being_aslam_tiger2 жыл бұрын
Please make video on "N-Tier Architecture with Repository & unit of work pattern".
@pritamjadhav96602 жыл бұрын
hi Adil, Please Make Project for .net core 3.1 mvc ,ef core,linq,Razor,html,jquery in your Style Please Do That Love From India
@KushKumar-kf4kv2 жыл бұрын
if method injection is so easy then why we use rest of 2 constructor and properties injection ? please reply
@LearningNeverEnds7862 жыл бұрын
Its your choice dear but in some scenarios, u might use other types
@KushKumar-kf4kv2 жыл бұрын
But if interviewer asked question then what is answer of this question?
@samuelyaqoob52566 ай бұрын
sir, it is so complicated.
@Mub42111 күн бұрын
addsingleton, addscoped and addtransien Sir plz send me the link of this lecture
@jhs0032 жыл бұрын
Sir Iaccount ko hum data type jaise kaise use kar sakte hai..
@LearningNeverEnds7862 жыл бұрын
Classes and interfaces are custom data types also called reference data types.
@yogeshkumar99922 жыл бұрын
Sql dependency ka use asp.net mvc mai kaise karte h us per koi video as sakti h sir kuch reply dijiye
@sumitsinghal31532 жыл бұрын
I don't understand this DI..are dependency toh abhi bhi h na chahe wo classes se hat ke interface par ho gayee but dependency is still there. Also, yeh saara kaam hum current account ka object aur saving account ka object dono ek saath main method mein bhi toh bana sakte the toh phir yeh interface ka role bhi nahin aata aur account class ko unka object bhi nahin banana padta... What is the benefit of interface then....
@sumitsinghal31532 жыл бұрын
sirf ek ka object dusre ke through pass kar dene kya yahi DI h....object toh ban hi raha h na phir bhi.. baat toh tab hoti jab kuch aisa hota ki ek naam ke object se dono classes call hotin
@pranitvishwakarma64402 жыл бұрын
Agar hum object banate SA/CA class ka main method me toh unn class ke baaki public member ko bhi access/expose kar sakte hai par interface ke help se hum unhe methods ko access kar sakte jo interface me pehle se declare ho uske alawa koi nhi.
@LetsProgram-fw8gq10 ай бұрын
sir isko mvc me kase karengay zara batao
@bishambarsharma64142 жыл бұрын
Sir how to convert c# file to APK file and put logo in c# application
@sumitsinghal31532 жыл бұрын
i am not against Adil sir.....the way he explains is really beyond imagination but I don't understand this DI concept.
@nayyarnayyar10010 ай бұрын
😂😂😂😂 We are accessing different class methods by using interface which implement it .