I have been searching for the difference from a very long time, but never got the exact answer. After watching this video my concepts are crystal clear, thank you thank you very much for the crisp explanation 🙂
@Yahweh5995 Жыл бұрын
You are really saving my Computer Science degree bruv ❤
@VitthalPatil-c9k9 ай бұрын
Please make video on difference between concurrency and parallelism with real time example in c-sharp
@bukkanaresh7 ай бұрын
In modern framework variable without initialization is not allowing. Just FYI please. Nice explanation.
@codewithsakti8197 Жыл бұрын
Thanks for details explanation.
@interviewhappy Жыл бұрын
Thanks Sakti and all the best for your career.
@codewithsakti8197 Жыл бұрын
Sir I want to take Udemy course of urs . will those exta questions will help me to crack more interview?@@interviewhappy
@DeepmalaWakade2 ай бұрын
Sir can you please give the real time project usage of ref and out parameter
@valuableknowledge13267 ай бұрын
If we hve to pass 3 parameter then?
@amitsingh-wu9tx Жыл бұрын
Nice one Sir, atleast i understood how to use both of them..which is more good than the difference while explaining it to interviewer
@interviewhappy Жыл бұрын
Glad to hear that . Thanks @ Amit
@durgisaijaswanthkumar4336 Жыл бұрын
I can understand in an easy way thanks
@HAMAngular6 ай бұрын
Sir agar yha jo Variable declear kiya ha Agar ye variable constructor my declear kiya jay to ref kaam kry ga And sir Very Good Cource
@M.Gufran-w2o4 ай бұрын
I'm not satisfied for out ref please tell me some different ways
@AnilKumar-xz9bg2 жыл бұрын
What is string inter polarization?
@interviewhappy2 жыл бұрын
Anil, here is the example of string interpolation string author = "Happy"; string hello = $"Hello {author} !"; Console.WriteLine(hello); //output: "Hello Happy"
@sudharsansuresh3874 Жыл бұрын
Hi, kindly differentiate IList vs list in c#
@vikasshankhyadhar8589 Жыл бұрын
please define Extension methods
@interviewhappy Жыл бұрын
Hi Vikas, sure soon I will do.
@kishorebandi7411 Жыл бұрын
.Net core service.AddScoped() method real time example .normally everyone saying that within the scope it use the same instance. but am not understanding how can i find it is within scope or not. please provide me good real time example
@karunakamble72774 ай бұрын
PLease nake video on pre-increment/decrement operator and post-increment/decrement operator..😃
@JFBond-zs8xf Жыл бұрын
You give code examples but do not run them???
@interviewhappy Жыл бұрын
I focus on explaining. Writing code, run that you should. That's how we learn.
@Yahweh5995 Жыл бұрын
Legendary comment 🙌
@itx__tallal21336 ай бұрын
love u bro
@Asivakumar503 Жыл бұрын
Nice explanation. But this explanation shows the rules to use out and ref keywords in c#. It's not an explanation for differences.
@interviewhappy Жыл бұрын
Thanks Siva for bringing this up. Soon I will revise this and add more differences
@WaqasMehmood-nq5uz6 ай бұрын
but how can you returning more than one value using these keywords? @interviewhappy
@akhtarraz6 ай бұрын
for more than one value, u can pass model which is having multiple property similarly u can achieve.