This was an excellent overview of core concepts. Fantastic work and ability to provide low level details without getting off track. Thank you very much for sharing this with the world you are a tremendous instructor. It deserves more views and you deserve more subs!
It covers most of the .Net core interview questions. Explanation to each question is awesome and explained very clearly easy to understand when you see this first time itself. Thanks for the video.
Thank you very much for providing interview questions without any cost. I have gone through these videos 10 times, and now I know the .net core/Angular/JavaScript/SqlServer/Webapi concepts. finally, I got an offer.
This one video is enough to clear the technical round about the .NET Core. Thank you for this video and you earned one more subscriber. Keep posting...
You may consider splitting each lesson into a RUclips short and releasing them this way. I think this could help drive traffic to your channel. Each one is so concise and rich with information
Excellent idea... I will definitely do this soon. Please keep suggesting. All my implementations are originated from ideas of the viewers like yours only. Thanks again.
@@interviewhappy what was most valuable for me was walking through the file structure, data flow and configuration. I come from a Java / spring background and have yet to find any good content that explains these beyond the superficial. Have you considered exploring testing? That is the next concept I would love to see detailed using your approach. Specifically API testing. Thank you again for the content it has been invaluable.
@@vamp9225 going deep in testing will be slightly off the road, because my purpose is to clear the basics and then focus on interview important things. Testing is not so much asked, but I will consider this in near future.
Hi Happy, the interview questions for .Net Core and Angular are very helpful. Because of these I'm able to prepare for both frontend and backend and able to clear interviews with ease. Keep up the good work.
Knowledge is very easily gained from Videos. And I love this one, because it is straight to the point and informative. Thanks and awesome video. Subscribed!
Hi, @Happy, really happy to see your videos, it helps me understand the concept. Thanks a lot. I need one detailed answer about question 18. Can you please make a video for it.
A small rectification needed Sir, 32:30 TempData is used to pass data from Controller to COntroller, Please correct me If I am wrong Sir :) Apart from that this is very helpful video indeed, Thank you Sir 😇
Fantastic video.. really appreciate it.. it is very useful for instant understanding of the platform. Just one thing.. with the latest version of .NET startup file is removed so You can mention that too. Thanks again!
I watched it and I tried to answer each question before you gave the answer. I am so happy because i answered almost all of them correctly and i am only 7 months into a level 3 software developer apprenticeship heheee!!! Amazing video!!
Awesome ... you explained some very complex things very easily. I would love to see this in the form of blog. Please let me know if it is available. Thank you
he siimply wanted to say, "If you got more than one middleware remaining, use the "use" method. Finally call the Run method to execute and break the middleware chain. (No more middleware can be passed after run)"
Hi Happy, Thank you for the videos. Those are really helpful. In one of the the interview I gave recently interviewer asked if a question related to dependency injection. 1. services.AddSingleton(); 2. services.AddSingleton(); In above scenario 2nd will overwrite 1st. Suppose we have MathStudent and ScienceStudent and both refer to same interface IStudent and that have method like getStudent(). We will register in configureservices method but suppose I want to call MathStudent/ScienceStudent at specific condition the how to call it. Please correct me if I missed. Warm Regards, Amrut
This was an excellent overview of core concepts. Fantastic work and ability to provide low level details without getting off track. Thank you very much for sharing this with the world you are a tremendous instructor. It deserves more views and you deserve more subs!
Thank you so much Vamp.
It covers most of the .Net core interview questions. Explanation to each question is awesome and explained very clearly easy to understand when you see this first time itself. Thanks for the video.
Nice one and also check this Real E-Commerce App using .Net 5 and Angular 13
Thanks
ruclips.net/video/-IzpsC-0eBk/видео.html
Thanks a lot Sunil. I will bring more content shortly.
Thank you very much for providing interview questions without any cost. I have gone through these videos 10 times, and now I know the .net core/Angular/JavaScript/SqlServer/Webapi concepts. finally, I got an offer.
Wonderful! Congrats @nagesh
So far the only tutorial I've seen that takes it slow and doesn't require prior experience to soft design.
Thanks Gulam
Provide amazing understanding of many .net core concept.
Awesome... What an amazing video... it refreshed my skill after a 3 months gap. Hats off sir. Good job
Thank Anshika, it gives me power to create more.
Excellent 👌🏼 . Everything covered of .Net Core
Thanks Amarpreet. My best wishes if you are preparing for interviews.
DO have interview after an hour but stopping to appreciate the way you have explained Dependency Injection. Hatts off....!!
Excellent collection of questions with detailed explanation for review before the interview. Thank you.
Glad it was helpful!
Awesome explanation . We are expecting many more to come
Thanks a lot for your comment. It motivates me to create more content.
I ever not seen any video like this . Awesome explanation and all questions covers .thank you sir .I love to see more video like this .👍
Nice one and also check this Real E-Commerce App using .Net 5 and Angular 13
Thanks
ruclips.net/video/-IzpsC-0eBk/видео.html
Thanks logic. Love your comment.
hello please help i m fresher as .net developer preparing for interview...please suggest me channels with good content for my prep. Thanks in advance
This one video is enough to clear the technical round about the .NET Core. Thank you for this video and you earned one more subscriber. Keep posting...
Thanks Srinu, that is my mission only. Interviews should not be a nightmare anymore.
Thanks Happy . It is awesome tutorial which helped in interview preparation
welcome Rashmi.. Wish you best of luck for your interviews.
Amazing Explain. Pleasant to watch, waiting for many more to come.
Glad you liked it!
Great sir 🙏
It's amazing lecture for interview purpose. Thanks sir
Thanks Sheshnath
This was really helpful! I really liked the pacing and conciseness of the explanations for each question. Thank you.
You're very welcome@ Jason
Really It's a very impressive and informative Video.
Glad you liked it@lakshmankumargupta829
Thank U so much for the video and Really awesome explanation each and every question ....
Thanks Goute ... I wish you all the best if you are preparing for interviews.
Very well explained. Good efforts taken for presentation slides etc. Thanks
Startup.cs is no longer available with .NET 6 .. Microsoft has removed it and you have to configure services in Program.cs itself
Yes but by making a few changes in program.cs file we can bring start up.cs file into picture .
There is only program.cs
Thank you so much your video is really very helpful and cleared my dought about the middleware concept. Thank you so much by heart. Keep it up
Thanks Riti. Words like this motivates the content creators.
Awesome and step by step explanations. Excellent work and useful tutorial.
Many thanks for your appreciation. All the best if you are preparing for interviews.
Really Great video.. so much learned from this video. :)
Thanks Shubham, keep learning keep growing
Thanks a lot, you covered most of the topics.
wc Anupam
Thanks very much, it's cover All concept with a short explanation so we can easily remebar. Please upload more videos like this in also C#
And also for Blazor, please 🙏🏼.
Sure I will. Thanks Shubham for your kind words.
Pl
You may consider splitting each lesson into a RUclips short and releasing them this way. I think this could help drive traffic to your channel. Each one is so concise and rich with information
Excellent idea... I will definitely do this soon. Please keep suggesting. All my implementations are originated from ideas of the viewers like yours only. Thanks again.
@@interviewhappy what was most valuable for me was walking through the file structure, data flow and configuration. I come from a Java / spring background and have yet to find any good content that explains these beyond the superficial.
Have you considered exploring testing? That is the next concept I would love to see detailed using your approach. Specifically API testing. Thank you again for the content it has been invaluable.
@@vamp9225 going deep in testing will be slightly off the road, because my purpose is to clear the basics and then focus on interview important things. Testing is not so much asked, but I will consider this in near future.
add any unit testing related questions
Nice Explanation ! Easy to understand !!
Thanks Pratik
Happy sir, you are great in simplifying leanings. Good luck for your future videos!!!
Thanks !
Thanks Raj. Good luck for your career and life.
Thank you Happy for clear me Dependency injection pattern.
Welcome Rajnish. All the best for your career.
Very nice explanation sir, post More videos like this...
Thanks Tamilan, I will surely do.
superbb explaination thanks alot .
Thanks and wc Syed
You are just amaizing man....hatsoff...
This video is just like blessing.
Thanku brother.Allah bless you:)
Thank you so much for sharing this video .
wc M.k
Best interview question for .Net core
Thanks buddy and all the best for your career.
Sir you are very lucky for me... I am so thankful to you.... I cleared 3 out of 5 interviews with your help
Wonderful and Congratulations My Friend.
Very helpful 👍Thank you so much sir
Hi Happy, the interview questions for .Net Core and Angular are very helpful. Because of these I'm able to prepare for both frontend and backend and able to clear interviews with ease. Keep up the good work.
Excellent information Mr. thank you very much 👍
Nice one and also check this Real E-Commerce App using .Net 5 and Angular 13
Thanks
ruclips.net/video/-IzpsC-0eBk/видео.html
Thanks Manuel for your kind words.
Great explanation sir jee 👍🏽👍🏽
Nice one and also check this Real E-Commerce App using .Net 5 and Angular 13
Thanks
ruclips.net/video/-IzpsC-0eBk/видео.html
Thanks pb ji
Excellent !!!. Just check pronunciation of couple of words. Rest all good.
Thanks Pratik
Thank you so much! Great explanation for dependency injection. Finally I understood.
Glad it helped! Natalija
Great sir very effective tutorial . Very pls creata lot of vedio regarding the topics thanks sir for giving such a great knowledge
Thanks Atul. Sure I will create more videos so that every candidate can clear any .Net interview.
Thank you!! Excellent work..
Thank you man ! More than a mentor
hi happy sir di explain is simple and good
provide on linq and angular
Thanks Narendra.. Noted. I will try to create more videos on .NET interviews.
Simply Explained.. Thank you so much 😊
I'm glad you found it helpful.
Knowledge is very easily gained from Videos. And I love this one, because it is straight to the point and informative. Thanks and awesome video. Subscribed!
Nice one and also check this Real E-Commerce App using .Net 5 and Angular 13
Thanks
ruclips.net/video/-IzpsC-0eBk/видео.html
Thanks a lot techie
thank, nice and easy to understand for most of them
Thanks Rahman, glad you liked it.
Great and Thanks Sir.
Thanks for your words Meera
Nice explation ,
Create . net core Api and angular 8 interview questions
Nice one and also check this Real E-Commerce App using .Net 5 and Angular 13
Thanks
ruclips.net/video/-IzpsC-0eBk/видео.html
Thanks Chetan. Sure slowly slowly I will cover more topics.
Great Sir,
Please crate video on WEB API like this.
Thanks Rahul, I will create on web api shortly.
Really helpfull Happy, The effort you have taken to lift-up others is amazing.. my hearty congrats
Your Welcome Sir. Your words are inspiration .
Amazing video, thank you very much man! :)
Great video
Thanks N-Channel
really excellent and awesome
Thank you Suresh! Cheers! Wish you luck for your career.
Great and clear explanation expecting more 🙏
Thank you, I will
Awesome Sir !! Please create a Angular(2+ till latest) Interview questions also.
What an explanation ....Just amazing...... Thankyou very much for ur hard effort and great explanation....
You are most welcome @Zahir
Really a good refresher
Thanks Yashvi
Wonderful explanation... I came across so many videos, this is amazing and easy to understand
Glad you liked it
Excellent tutorial, To the point content, simple and brief explanation.
Great video. Thanks a lot.
Glad you liked it! Rasika Samith
Hi, @Happy, really happy to see your videos, it helps me understand the concept. Thanks a lot. I need one detailed answer about question 18. Can you please make a video for it.
Thanks Karthik, I will try to cover it soon.
Very good tutorial!!
Thanks Neil, all the best for your career.
U have touched lots of concepts
this was excellent,thanks
finally understood DI , thanks a lot
Glad to hear that @parth7450
Very well explained sir
Excellent collections of topics to revise before giving .net interviews
Thank you so much. Please also share the coding test interview sessions if possible.
Sure I will try to do it soon.
Although your contents are so good
A small rectification needed Sir,
32:30 TempData is used to pass data from Controller to COntroller, Please correct me If I am wrong Sir :)
Apart from that this is very helpful video indeed, Thank you Sir 😇
Thank you Sir. This Video is very helpful...
Fantastic video.. really appreciate it.. it is very useful for instant understanding of the platform. Just one thing.. with the latest version of .NET startup file is removed so You can mention that too.
Thanks again!
Nice explanation.
thanks
I watched it and I tried to answer each question before you gave the answer. I am so happy because i answered almost all of them correctly and i am only 7 months into a level 3 software developer apprenticeship heheee!!! Amazing video!!
Great Denitsa, I think it's the best way to practice.. wish you all the best for your career.
@@interviewhappy евала Деница, мачкай
U really made me happy! thankyou!
Your Welcome. Rajat
Awesome ... you explained some very complex things very easily. I would love to see this in the form of blog. Please let me know if it is available. Thank you
Many Thanks friend... Blog not yet, but soon I will try
Nice explanation
Thanks
Your video is very Valuable and Full of Knowledge Sir. If possible please make a video on Data Engineering interview questions
Thank you so much Akshata.
Sir, At 21:18, you explain that run method is used to run the next method but it is used to terminate request pipeline.
he siimply wanted to say, "If you got more than one middleware remaining, use the "use" method. Finally call the Run method to execute and break the middleware chain. (No more middleware can be passed after run)"
Transient objects are always different; a new instance is provided to every controller and every service.
Great lesson!
Please also cover those string array questions cause they are asked in many interviews for even experienced devs
well explained
Thanks Sahil
Awesome video 🎉... very well explained
Thanks a lot 😊
Thank you for the best explanation.i haven't seen the pdf in discription, can I get this pdf
Very useful Thanks. Seems, TempData work is different (controller to controller)
great thanks u so much
Thanks Jaya. All the best for your career.
fantastic
Thank you so much 😀. All the best for your career.
very useful thank you !
Excellent
Very informative and helpful video. But only TempData definition is wrong.
Thanks Tushar.. Appreciate you liked it
Very well explained 👏
Thank you 🙂
it is understood excellent overview of core concepts sir. but I can find a pdf of all questions and answer
Hi Happy,
Thank you for the videos. Those are really helpful. In one of the the interview I gave recently interviewer asked if a question related to dependency injection.
1. services.AddSingleton();
2. services.AddSingleton();
In above scenario 2nd will overwrite 1st.
Suppose we have MathStudent and ScienceStudent and both refer to same interface IStudent and that have method like getStudent(). We will register in configureservices method but suppose I want to call MathStudent/ScienceStudent at specific condition the how to call it.
Please correct me if I missed.
Warm Regards,
Amrut
If you want to use them on condition basis, then use IServiceProvider which will help in resolving instances at run time. You can explore this.
Awaiting for your new vedio
I posted a new video Atul. Hope you will like it.
Thank you, bro!
wc Sergey
Amazing tutorial..Could you please start Advance Scenario based .Net core Interview questions
Sure Priyanka, I will try my best to create more content.
Hi! great video! could you share the link of the presentation?
Thansk Valeria, yes I can but somehow I misplaced it. If I will find it, I will share.