Top 50 OOPS C# Interview Questions - .NET

Поділитися
Вставка
  • Опубліковано 23 лип 2024
  • 1. Full .NET Interview Course (with PDF Book)
    C# / ASP.NET Core / MVC / API - Top 500 Interview Questions
    Coupon code DOTNETOFFERAUG2024 applied in below URL- 80% Off - Limited Time Offer
    www.udemy.com/course/csharp-o...
    Don't worry if course not helping you, Udemy has 30 days Free Refund Policy.
    2. Quick Revision Book (PDF format)
    Top 500 .NET Interview Questions - OOPS/ C#/ ASP .NET/ MVC/ SQL /.NET Core /Web API
    imojo.in/interviewhappy
    50% Off - Limited Time Offer Applied on above link.
    Don't worry if book not helping you, I will return 100% of your money with in 7 days of purchase. Just mail me at anuragrawat123@gmail.com.
    My best wishes are with you.
    This video contains the top 50 interview questions asked in interviews.
    00:00 - Introduction
    01:16 - Q1. What are the main concepts of OOPS? What are classes and objects?
    07:18 - Q2. What is Inheritance? Why Inheritance is important?
    10:33 - Q3. What are the different types of Inheritance?
    14:38 - Q4. How to prevent a class from being Inherited?
    16:22 - Q5. What is Abstraction?
    19:30 - Q6. What is Encapsulation?
    23:52 - Q7. What is Polymorphism and what are its types?
    26:47 - Q8. What is Method Overloading? In how many ways a method can be overloaded?
    30:41 - Q9. What is the difference between Overloading and Overriding?
    34:45 - Q10. What is the difference between Method Overriding and Method Hiding?
    37:37 - Q11. What are the advantages and limitations of OOPS?
    41:31 - Q12. What is the difference between an Abstract class and an Interface (atleast 4)?
    46:45 - Q13. When to use Interface and when Abstract class?
    50:39 - Q14. Why to even create Interfaces?
    54:38 - Q15. Do Interface can have a Constructor?
    56:17 - Q16. Can you create an instance of an Abstract class or an Interface?
    58:54 - Q17. What are Access Specifiers? What is the default access modifier in a class?
    03:47 - Q18. What is Boxing and Unboxing?
    01:06:35 - Q19. What is the difference between “String” and “StringBuilder”? When to use what?
    01:10:12- Q20. What are the basic string operations in C#?
    01:12:56- Q21. What are Nullable types?
    01:14:42 - Q22. Explain Generics in C#? When and why to use them?
    01:20:18 - Q23. How to implement Exception Handling in C#?
    01:24:05 - Q24. Can we execute multiple Catch blocks?
    01:25:35 - Q25. What is a Finally block and give an example when to use it?
    01:27:22 - Q26. Can we have only “Try” block without “Catch” block?
    01:28:45 - Q27. What is the difference between “throw ex” and “throw”?
    01:33:14 - Q28. What are the Loop types in C#?
    01:37.04 - Q29. What is the difference between “continue” and “break” statement?
    01:40:52 - Q30. What is the difference between Array and ArrayList (atleast 2)?
    01:43:39 - Q31. What is the difference between Arraylist and Hashtable?
    01:45:23 - Q32. What are Collections in C# and what are their types?
    01:48:49 - Q33. What is IEnumerable in C#?
    01:52:15 - Q34. What is the difference between IEnumerable and IEnumerator in C#?
    01:55:06 - Q35. What is the difference between IEnumerable and IQueryable in C#? Why to use IQueryable in sql queries?
    01:58:30 - Q36. What is the difference between “out” and “ref” parameters?
    02:05:06 - Q37. What is the purpose of “params” keyword?
    02:07:04 - Q38. What is a Constructor and what are its types?
    02:17:59 - Q39. When to use Private constructor?
    02:19:27 - Q40. What are Extension Methods in C#? When to use them?
    02:24:53 - Q41. What you mean by Delegate? When to use them?
    02:29:35 - Q42. What are Multicast Delegates?
    02:34:23 - Q43. What are Anonymous Delegates in C#?
    02:36:37 - Q44. What are the differences between Events and Delegates?
    02:40:28 - Q45. What is “this” keyword in C#? When to use it?
    02:44:09 - Q46. What is the purpose of “using” keyword in C#?
    02:48:42 - Q47. What is the difference between “is” and “as” operators?
    02:52:09 - Q48. What is the difference between “Readonly” and “Constant” variables (atleast 3)?
    02:57:35 - Q49. What is “Static” class? When to use it?
    03:00:26 - Q50. What is the difference between “var” and “dynamic” in C#?
    03:03:17 - Q51. What is Enum keyword used for?

КОМЕНТАРІ • 229

  • @rakeshshettigar2817
    @rakeshshettigar2817 Рік тому +36

    Hi Sir. This question bank helped me a lot to clear more than 5 interviews where I was finding difficulty in clearing one interview, a great salute to you for helping in building someone's career. Will keep supporting you💗🙂

    • @interviewhappy
      @interviewhappy  Рік тому +6

      Well done and Congrats Rakesh.... May you keep getting success in your career in future.

    • @kiranpylla
      @kiranpylla 9 місяців тому

      Hello rakesh, can you please share you interview experience. and how to get new job. at present i am working with dotnet technology only, but unable to take out preparation time. Can we form any group and discuss there.

    • @bluesparrow2.027
      @bluesparrow2.027 6 місяців тому

      Hi sir I cleared first round but I'm getting problem in second round like practical round if u guide about practical round plss it's humble request

    • @AbhaySingh-lf4oy
      @AbhaySingh-lf4oy 5 місяців тому

      @@kiranpyllayes definitely make a group

    • @girijaprasad7517
      @girijaprasad7517 2 місяці тому

      ​@@AbhaySingh-lf4oyi am also in. Let's connect Nd form a group

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

    Thank you for your nice tutorial. I am finishing the first hour.
    For the moment I have two little notes. I think members of the interface do not have access specifiers and I think I have seen books saying that interfaces can also have property members and events.
    I also think that the main reason for boxing and unboxing was to achieve universal data type - object, which could be send as params to any class ctors and methods. Then generics came and send those to the unemployment department.

  • @NavinKumar-pm2ec
    @NavinKumar-pm2ec 2 роки тому +13

    This is great Man. Very Nice explanation. Every one should go once at least once for quick revision. Salute.💛💛

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

      Thanks Navin, Appreciate you liked it.

    • @kuldeepbhatt5273
      @kuldeepbhatt5273 7 місяців тому

      ​@@interviewhappyhow to contact with you?

  • @roshanpoudel2594
    @roshanpoudel2594 7 місяців тому +1

    Perfect...it clears all of my doubt...hats off...keep it up !!

  • @rihamhossain9662
    @rihamhossain9662 Рік тому +2

    You are so amazing with this question. You teach this concept so easily that no can do that. I understand so many things from you. Thank you sir
    . 😀

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

      Thanks for appreciating my friend your words are very kind and means a lot to me. Thank you much @rihamhossain9662

  • @catherineberkmans6734
    @catherineberkmans6734 9 місяців тому +1

    This is a fantastic video and helped me quickly brush-up the concepts. I loved the delegated part. This was by far the simplest explanation of it I have heard of...👏

  • @vikrambardhan644
    @vikrambardhan644 2 роки тому +3

    Thank you so much. very nice explanation with examples. it consolidated everything at single place. so no need to go other place. once again thank you so much.

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

      Thanks Vikram... I appreciate you liked it..

  • @hareeshponnam1661
    @hareeshponnam1661 2 роки тому +5

    Really best explanation for each every question. Thank you very much your videos. I'm always thankful you 🙏

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

      Thanks Hareesh. All the best if you are preparing for interviews.

  • @jyothisikhinam6030
    @jyothisikhinam6030 10 місяців тому +3

    i'm preparing for interviews ...by watching your vedios sir... tqq so much these are very helpful..to growup

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

      Thanks Jyothi and all the best for your career.

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

    thanks for your effort that you put togethor all imp questions in one video

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

    Amazing work. Probably the best c# video to date!

  • @farhataliksp
    @farhataliksp 5 місяців тому

    IEnumerable Interface should be used for the IN Memory object Collection to fetch the data while IQuerable should be used when you are fetching the from the resources like DbContext , XML etc because if you want the collect the data on filter criteria then IQuerable useful in this case.

  • @gatemcq5226
    @gatemcq5226 Рік тому +2

    Superb interview series of question with explanation.

  • @isharasamintha-csc
    @isharasamintha-csc Рік тому +2

    Hi Happy,
    Your videos(Angular,SQL,OOP,.Net Core) was very helpful to me to get the new position.
    Thank You♥♥

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

      Great... congrats man.... enjoy the moment. Happy is happy for you.

  • @widozein
    @widozein Рік тому +1

    Thanks a lot! This is really helpful

  • @entusiast2000
    @entusiast2000 Рік тому +1

    About encapsulation: you could add an example of errornous direct assign of experience to a negative value and add checks to a setter to show why the property setter is needed. Trivial setter just slows the things.

  • @nileshmakwana4060
    @nileshmakwana4060 9 місяців тому +1

    Great

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

    Thank you for your nice tutorial. An interface can have properties as well.

  • @mohamedsilmy5294
    @mohamedsilmy5294 7 місяців тому +2

    one of the best ever interview guide for any discipline I came across. Hats off to you sir.

    • @interviewhappy
      @interviewhappy  7 місяців тому

      Glad it was helpful @mohamedsilmy5294

  • @fInDmEbRuh
    @fInDmEbRuh 5 місяців тому +1

    Interface can contain not only methods but also properties, events and indexers with signature only.

  • @sreenivasareddyganta2689
    @sreenivasareddyganta2689 2 роки тому +3

    Very nice explanation sir, thank you for bringing this it will be very helpful during the c# interview.

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

      Thanks Sreeni... Sounds great this helped you

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

      Hi sir ..Can you provide questions for 5+ years experience vb.net and asap.net. Thanks

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

      @@jamunadevi7635 I love vb.net. worked in it a lot. But now a days its not in demand. But soon i will try to make some content for it.

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

    Now I am able to clear the interview after seeing your video.thanks

  • @vaninadhs8260
    @vaninadhs8260 2 місяці тому

    Excellent Bro. Well-articulated and examples . Thanks it helps

  • @vTFT2
    @vTFT2 Рік тому +4

    such great effort bro.. really appreciate it!! :) those examples were really helpful in relating to use case...! this was awesome man!!

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

      Thanks Vipul, wish you all the best for your career.

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

    Thanks a ton for your effort. You are helping the techies to land their dream jobs.

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

      Thanks Raj. Yes my goal is to help the candidates in their interview process.

  • @hadargabbay
    @hadargabbay 7 місяців тому

    great video! keep up with the great work :)

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

    Thank you so much for great explanation!

    • @interviewhappy
      @interviewhappy  Рік тому +1

      Your most welcome for appreciating @noranora847

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

    Very nice explanation..thank you so much sir🙏

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

      wc Meenu and all the best for your career.

  • @FunAndCreativeCorner
    @FunAndCreativeCorner Рік тому +1

    Excellent video. Thank you sir.

  • @murtazotoshniyozov4688
    @murtazotoshniyozov4688 6 місяців тому

    Thank you sir for providing with this valuable resource)

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

    It's very useful for most of the questions covered from the material. Nice explanation in videos. Happy you tube channel and questpond you tube channel is enough to crack the interview for 2 to 4 year experience level of dotnet developer. Mostly 80 % expected questions. But presenting the level we need to practice

  • @pixelvlog666
    @pixelvlog666 Рік тому +1

    thanks man . you helped me so much thank you again and again

  • @mmaranta785
    @mmaranta785 Рік тому +1

    I’m learning so much from your videos.

  • @eshwarmoorthy8071
    @eshwarmoorthy8071 Рік тому +1

    Thank you sir for providing such a valuable resource

  • @engineersINnight
    @engineersINnight 7 місяців тому

    Good FAQs

  • @laxmankere9479
    @laxmankere9479 Рік тому +2

    Dear sir, can you make logical program series which should be contain 50 program based on String, Array, Collection...or if you have already please share link...i am automation Tester

  • @alicebeni
    @alicebeni Рік тому +1

    Thank you so much!!!!! It is very useful

  • @AbhishekGupta-zf4em
    @AbhishekGupta-zf4em 2 роки тому +1

    thanks Man, you are a gem :)

  • @anixop9606
    @anixop9606 Рік тому +2

    No one can explain like this 👍

  • @snehaa.tambade
    @snehaa.tambade 6 місяців тому

    Abstract classes should have Protected constructor right ? so when derived class gets instantiated it will invoke the abstract members,?
    Please clarify

  • @kpadhnan
    @kpadhnan Рік тому +1

    Thank you

  • @anupamsharma7495
    @anupamsharma7495 Рік тому +1

    Very good video. It includes everything for revision purpose. Kindly make a video on .Net Core also. Thanks.

    • @interviewhappy
      @interviewhappy  Рік тому +1

      Thanks Anupam, I already post a video on .NET Core also. Please check videos in my channel.

  • @developerrihab7993
    @developerrihab7993 Рік тому +9

    Wooooow excellent explaination ... i encourage you to continue ..make us a design pattern video I couldn't find any good one

  • @deepakgupta5733
    @deepakgupta5733 Рік тому +1

    Masterpiece 👍💖✨⭐✌️👏👌

  • @savithavadlagatta9379
    @savithavadlagatta9379 Рік тому +1

    Hi Sir, I have a question which was asked by an interviewer, what is the of the constructor in Abstract class.plz give me one example sir. and one more question is why do we need static fields/methods/constructors in application.what is the use of the that static thing.plz explain with example sir.

  • @marcelositonio2495
    @marcelositonio2495 5 місяців тому

    Thanks Happy!

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

    2.29.23 Delegate example , really SUPER

  • @srishti_dixit
    @srishti_dixit 2 місяці тому

    At 2:29:22 if we want to do multiply also then we should again create object?

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

    Very nice info

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

    Good explanation

  • @rajendarraj7661
    @rajendarraj7661 2 роки тому +5

    No words to explain, appreciate the effort keepup the good work

  • @AmitKumar-ib7lc
    @AmitKumar-ib7lc 2 роки тому +2

    thanks a lot sir u r super

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

      Thanks Amit. All the best for your career.

  • @makinibryan
    @makinibryan Рік тому +1

    Awesome video, very informative!

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

    Thank you so much sir.

  • @uddhavmhatre4627
    @uddhavmhatre4627 6 місяців тому

    Hi,Nice video.. you explain everything in detail.

  • @YogeshKumar-ok1ht
    @YogeshKumar-ok1ht 2 роки тому

    very good vedios Sir Keep it up

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

    1:23:20 what is the need of finally block in try catch ? If we write the code what inside in the finally block after the catch block the code will excecute same as finally block so, what makes "finally" so important?

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

      There are some scenarios where code written directly below a catch block might not execute as below:
      1. If an exception is not handled within the catch block and is instead propagated, any code written after the catch block will not execute.
      2. If a return statement is executed in the try or catch block, the control flow will exit the method, and the code following the catch block will not execute.
      3. If the method exits due to an exception, and there is no higher-level exception handler, the code following the catch block will not execute.
      The finally block executes no matter what happens in the try or catch blocks, including exceptions, return statements, or method termination.

  • @muhammadnawaz1925
    @muhammadnawaz1925 6 місяців тому

    I have a question about abstraction you said that client show only nessasary detail in real example i understand butt in programing client show anly view UI page soo we hum kis se hide kerty hain background detail

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

    Hi sir, in abstraction examples i have doubt ( 18:06 ) like we can still access calculateHra() method and calculateBasicSalary() method. So how we can achieve abstraction here.
    Can you please explain.
    Because one of the interviewer asked me.

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

      Those methods should be PRIVATE. I hade the same question come into my head

  • @babarmughal8891
    @babarmughal8891 Рік тому +1

    Just want to say, amazing

    • @interviewhappy
      @interviewhappy  Рік тому +1

      Thanks Babar. Glad you liked it. All the best for your career.

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

      @@interviewhappy Well, I am a software engineer doing job. I watched your video to clear OOP Concepts. Thank you for mind blowing content. Keep posting stuff like that.

  • @touseefghazanfar8487
    @touseefghazanfar8487 Рік тому +4

    You are an amazing teacher. Hats Off.

    • @interviewhappy
      @interviewhappy  Рік тому +1

      Thanks Touseef and all the best for your career man.

  • @manisekaranp
    @manisekaranp 7 місяців тому

    C# an abstract class can have multiple interfaces just like any other class

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

    This video leaves me feeling quite discombobulated after listening to its definitions of the terms abstraction and encapsulation!!
    The video gives the defintion of abstraction as "Showing only required things". But that definition matches the Wikipedia definition for encapsulation, Wikipedia states encapsulation as being "the limiting of direct access to some of that data".
    I'm familiar with a very different definition of abstraction, which is the one you'll also find in the Webster dictionary, which is "disassociated from any specific instance".

  • @Aparna.Ratheesh
    @Aparna.Ratheesh 6 місяців тому +1

    Hi Sir, Thankyou for the detailed class. But 1 correction - In C#, the default access specifier for class members (fields, methods, properties, etc.) is private. If no access modifier is specified, members are implicitly considered private.

  • @HarunRasheed-hv6ck
    @HarunRasheed-hv6ck Рік тому +1

    Thank you sir

  • @dileepsinghgujel5170
    @dileepsinghgujel5170 2 місяці тому

    God bless u

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

    nice video Sir, one question is there, in abstract class also we can declare method and use it in dervied class , eg. SetSalary() and SetProject() can be only declared in abstract class also, then why should we use interface? Am I missing something?

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

      Because later if you want to do multiple inheritance than it is only possible via interfaces not via abstract classes.

    • @111niloy222
      @111niloy222 2 роки тому

      @@interviewhappy yes sir, got it now

  • @shobhamahadev118
    @shobhamahadev118 4 місяці тому +1

    I think feilds can be defined in interface as per my memory.. correct me if jts wrong

  • @Nishant_Anumolu
    @Nishant_Anumolu 5 місяців тому

    Is Ienumarable a namespace given at the top

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

    17. What are Access Specifiers What is the default access modifier in a Class?
    What is the Other CODE?

  • @gopiyadavmartha1099
    @gopiyadavmartha1099 7 місяців тому

    Sir excellent explanation sir..
    But video quality little bit low pls sir

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

    Hi Sir,
    My doubt is here we created instance for delegate and passed Add method right.
    If i want to call Mul() then aslo, do i need to create one more instance and pass values again????
    If one more delegate instance creation is required then directly we can create class instance and we can call two methos right then what is use of this delegate.

    • @hd11_88
      @hd11_88 5 місяців тому

      It depends on the situation. Are method definitions the same(except method names)? What about delegate calling preferences? Are you passing func as a parameter and so on ..

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

    Thank you for explaining. Can overloading achieve by different return type

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

      No Sourav, different return type, same parameters will lead to error.

  • @ashrafkhan2958
    @ashrafkhan2958 Рік тому +1

    good job male, thanks!

  • @ashvinitambe3023
    @ashvinitambe3023 Рік тому +2

    hello sir plzz provide web api concept video and how it is created and also provide fresher level interview video. i like ur video and explanation.

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

      Thanks Ashvini. I poted a web api interview question series also. In starting questions, I have explained why web api is needed.

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

    thankyou🥰🥰

  • @crazyyouthyoutubechannel6309

    You are like... A textbook... 😍

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

    Sir Question 22 . Generics class not required object creation ?

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

    Interface use property also not only methods

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

    Where can i get your ppt?

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

    Hi @interviewHappy sir. If possible, can you please create one video for explicit calling concepts in multiple inheritance

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

      Sure will try to do it soon @vigneshvk4940

  • @girijaprasad7517
    @girijaprasad7517 2 місяці тому

    I really need a mentor like you 'HAPPY JI'. Kindly accept my request. I will be grateful to you. One more request - can you please demonstrate on each language by creating a new fresh project. It will be helpful for us to understand on each module as how they interact with each other. And for architect level for whose year of experience is atleast 10years must have the knowledge to work from scratch so kindly request you to provide the inputs. It will be helpful for us in this output driven era. Thanks

  • @igors1953
    @igors1953 Рік тому +4

    Q14 - why don't we just inherit a class and override the method instead here? Is it some kind of "safety feature" that prevents us from implementing the same method the same way in two separate classes?

  • @DanielJebaraj-db6of
    @DanielJebaraj-db6of 8 місяців тому +1

    Please make videos about Entity Framework interview questions

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

      I think I already posted some of them

  • @jt.633
    @jt.633 21 день тому

    2:34:17 I'm not sure if this is important but why did you initialize the delegate outside of the program class? Thank you you're the best C# interview teacher out there, I only watch yours!

    • @proxi_Laundasdasd
      @proxi_Laundasdasd 2 дні тому

      becz deligates are meant to be used from outside classes. They work as a representative of things happening inside class.. So that anyone who wants to use them do not need to create instance of that class to use the delegate. instead they can directly call it and use it.

  • @microsoftgraphExplorer
    @microsoftgraphExplorer Рік тому +2

    why is throw ex used then? in which case it is beneficial ?

    • @interviewhappy
      @interviewhappy  Рік тому +1

      In some 5% cases, we do not need complete stack info then we can use this.

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

      @@interviewhappy Thank you for the information sir. Your videos are exponentially increasing my knowledge.

  • @theo-ov1vk
    @theo-ov1vk Рік тому +1

    if i pass my interview tomorrow i will donate you 50$ haha , thank you , really great job

    • @interviewhappy
      @interviewhappy  Рік тому +1

      You will definitely pass Theo. My best wishes are with you.

    • @theo-ov1vk
      @theo-ov1vk Рік тому +1

      @@interviewhappy I got the job today, you owe me fifty dollars

  • @TheKingofdom
    @TheKingofdom 6 місяців тому

    Happy, really thanks for this. This is so useful. Advice - stop explaining things by saying "This is nothing but ...". That's a wrong English Indians school teach.

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

    Very nice video Sir but can you make a roadmap to become .net developer for fresher means step by step how to prepare to become .net developer

  • @AbhishekSingh-eu6wl
    @AbhishekSingh-eu6wl 2 роки тому

    Please provide this ppt link

  • @BalwantSingh-jk4sz
    @BalwantSingh-jk4sz Рік тому +2

    superb

  • @rajatnagpure7445
    @rajatnagpure7445 Рік тому +1

    even after 2x it seems slow! Great Content Though👍

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

      Thanks Rajat. I will try to increase speed from my side.

  • @amamsharma372
    @amamsharma372 Рік тому +1

    🔥🔥🔥

  • @kuldeepbhatt5273
    @kuldeepbhatt5273 7 місяців тому

    How i contact you brother?

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

    ❤❤❤

  • @RinkuSoftwareEngineer
    @RinkuSoftwareEngineer Рік тому +1

    Hi happy I'm too impressed by your content. Can you please also create videos on entityframework interview questions thanks ..expecting it can possible for you asap

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

      Sure I will, I have scheduled it but entity framework will take some time. Sorry for delay.

  • @supriyaka2ru622
    @supriyaka2ru622 Рік тому +1

    Hi sir, can you please provide the interview questions on azure developer

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

      Right now I don't have but soon I will create on Azure developer also.

  • @deepaksamala77
    @deepaksamala77 Рік тому +1

    Hi Happy, Which context
    we define class as sealed?

    • @interviewhappy
      @interviewhappy  Рік тому +1

      Hi Deepak, When you want any other developer can create the objects of your class but cannot inherit it.
      Static can be also used but then object creation is not possible.

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

    Could you do a video about design patterns and IQs on design pattrens.

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

      Because ur all tutorials are superb and u elaborate each from very basic and understandable 😌😊

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

      Sure Sreeni.. I will in future

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

    your explaining away is superb keep making vidoes on new features of latest version of c#

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

      Thanks Krishna, sure and its a good idea. Once I will cover all important topics then we will cover new features in C#