Thanks Rakesh.. Yes, the purpose is to learn the most important questions first. Mostly we learn things randomly which are not even asked in interviews.
I just forget to say thanks to get my last job as a Software Engineer by watching your interview preparation videos around .NET and Angular, today i'm again revising for my interview which is scheduled for tomorrow so, i just had an thought to say very heartfelt thanks for my current job. Thanks Happy...!
I am pretty much happy to come across this series which is very useful, most of my doubts are cleared without going through complete concepts. My humble request is to create a series on Complete Design patterns and Azure Pass Developer concepts. these are the one where we don't get any one-stop destination
Really I can feel your experience from the explanation. Even the top coaching center can not cover all this topic. Thank you so much. Keep going and support many developers:)
I'm Vinodh Shanmugasundaram here.Thank you sir, this video is very useful because you had given in a way so that a person can easily understand the questions and answers. Please keep going.
Greetings from Bulgaria and Thank You. All the best to you too. I am not sure but I think that 3xx Redirection is when a user is using an old link which is no longer available or the content is moved to e new page then we still want to catch the user but redirect him / her to a different page on our site. That instead of scaring him with 404 Not Found.
Your videos are good for quick revision. Thank you for it. Could you also make a series on BLAZOR interview questions. If needed I can share a list of BLAZOR interview questions that I have experienced. It will be helpful for quick review.
Accept header specifies that in which format the client is expecting the response from the server, isn't it? The content-type header only specifies the media type of the request body which we are sending to the server from the client.
Hi Sharad, then your httpverb will be Post. If you not defining httpverbs then your method prefix will be the httpverb. For example, for "getproduct" method, "get" will be the httpverb .
Very nice videos...very much simple and clear. Will you please create a videos for different token based authentication and authorisation in web api and MVC.
I can be wrong I have not implemented this, but I believe it can be done, we can write 2 types of return one is json other is XML and type of return will be based on headers what type end-user is accepting
The PUT method is used to update or replace an EXISTING record. Post is used for creating NEW record. Technically we can use Put method for adding new records, but that should never be done, it will create confusion. All the best for your interviews
Hi sir can you please share brief description about oauth2 authentification and authorization i am going to attend interviews please share as soon as posiible please
I Agree, at this moment the New web api are Rest, gRpc or web socket but the old Soap protocol is applied several years for thounsands of sistems, active sistema
Here are 5 things you should do to handle error properly in web api: 1. Log errors 2. Use try-catch blocks 3. Use proper HTTP status codes 4. Return meaningful error messages 5. Implement global exception handling
@@sharadap83 Bro focus on one thing first - Cloud or FAANG. If Cloud, then go for Azure(.NET compatible). First checkout free Azure trainings. If you are good, then go for Azure Developer certification(if you are a developer) and choose some best paid trainings(up to you).
Hello @InterviewHappy, I tried to find your udemy course. I can see its available on my personal account and I can access it. But the same course is not available in udemy business. Is there something that it can be added from your/publisher side or its from subscriber(my) side?
Thank you Happy sir. You are making everyone Happy with this amazing content... 🙂 Keep it up and keep updating. Good luck. Hope to see any more books and videos from you.. Thanks 🙂
Hi Madhavi, for example you have a e-commerce application. Now instead of creating a single big API for backend, you create small small api's which can communicate with each other. This is microservice architecture. Now you will write security code(authentication) code in each of these small API's right? To make it simpler, you will create single API gateway where authentication will happen and code is not required in individual API's. APIM in Azure is the example of API gateway.
Your c# interview questions is the best video so far....It one stop for c# interview preparation.. But in this video you not so good in communicating the answers very effectively for the answers which you are not aware.. sorry about it but it is my frank opinion
Very helpful and I have faced every question in this list in interviews. Keep doing more videos on advanced topics.
Thanks Rakesh.. Yes, the purpose is to learn the most important questions first. Mostly we learn things randomly which are not even asked in interviews.
Unable to open resources tab purchased subscription@@interviewhappy
I just forget to say thanks to get my last job as a Software Engineer by watching your interview preparation videos around .NET and Angular, today i'm again revising for my interview which is scheduled for tomorrow so, i just had an thought to say very heartfelt thanks for my current job. Thanks Happy...!
Great to hear! Best of luck @raabelkothari3060
Deserves a million views! 😇
Thanks a lot
As always, great stuff. Keep doing more. This content is not just for interview prep but also to refresh your basics. Thank you.
Thanks, will do!
Superb explanation on how to consume web api from mvc application. Many thanks!
true
I am pretty much happy to come across this series which is very useful, most of my doubts are cleared without going through complete concepts. My humble request is to create a series on Complete Design patterns and Azure Pass Developer concepts. these are the one where we don't get any one-stop destination
Thanks Renuka, sure soon I will create.
@@interviewhappy ufff adessisng patterns series would be AMAZING!
Yes please create
Major difference between web api and mvc controller is content negotiation, web api controller supports content negotiation
Really I can feel your experience from the explanation. Even the top coaching center can not cover all this topic. Thank you so much. Keep going and support many developers:)
Thank Edwin.. You also keep growing in your career.
I'm Vinodh Shanmugasundaram here.Thank you sir, this video is very useful because you had given in a way so that a person can easily understand the questions and answers. Please keep going.
So nice of you and thanks S.S. Vinodh Vinu
Hi @interviewhappy sir, In interview I came across a question like
how to store a json format data in database? please explain this question
Hi sir,
If 1000 people consuming same web API
How it is serving scure and faster?
Very helpful for me.
Excellent presentation. Very useful content
I'm glad you found it helpful!
Good stuff! What is advantage of API key vs basic auth? Seems very similar to me. Thanks
Thank you very much for this wonderful series.
I was asked a lot of these questions, with Sql queries, Linq queries, nuget commands. Thank you. This is helpful.
Glad it helped, good luck with your interview!
Great video, definitely helps to crack interviews. Thank you very much 😊
Glad it was helpful Sameer. All the best
Greetings from Bulgaria and Thank You. All the best to you too.
I am not sure but I think that 3xx Redirection is when a user is using an old link which is no longer available or the content is moved to e new page then we still want to catch the user but redirect him / her to a different page on our site. That instead of scaring him with 404 Not Found.
Greeting from Inida. Good catch bro.
Thank You sir ..Your contents are really good ..new subscriber from Chennai
Could you please provide SignalR video with brief explanation and with live example
As I said, as a fresher there will be struggles and you are not alone. Have patience, keep on trying and never ever give up.
excellent collection of questions, and you explained them very well. Thank you so much
Thanks Sai, my best wishes for your career.
@@interviewhappy i will be again very much thank ful to you if you please share a video of .net 6 mvc and webapi CRUD operations.
@@interviewhappy Thank you
@@sairao264 yes sure, some bandwidth issue but soon I will cover it.
@@interviewhappy Thank you
Thanks for given yours valuable time
hello, in my experience also wcf can be used by mobile app
Yes I think, me long untouched with wcf.
Great knowledge 🙌
excellent information buddy, thank you very much.
Your videos are good for quick revision. Thank you for it.
Could you also make a series on BLAZOR interview questions. If needed I can share a list of BLAZOR interview questions that I have experienced. It will be helpful for quick review.
Soon I will try to cover it.
Its very help ful and well explained thank a lot
Thanks Suresh. All the best for your career.
Accept header specifies that in which format the client is expecting the response from the server, isn't it? The content-type header only specifies the media type of the request body which we are sending to the server from the client.
Very helpful questions and answers , I really appreciate the way you explained ....Thanks Lots
👍
if we are not defining httpverbs and change method name to post in web api ? Could you please help me with this ans
Hi Sharad, then your httpverb will be Post. If you not defining httpverbs then your method prefix will be the httpverb. For example, for "getproduct" method, "get" will be the httpverb .
very good explanations and its very useful for me, thank you so much bro.
Very good happy nice topic
Your speaking style is so good anyone can easily understand and easily learn
That is my goal Amardeep. Looks I am coming close. Wish you all the best for your career.
Wow it just worked I was on my way to comment that it was BS... thanks man
welcome Shashank
Thanks a lot ! It helps a great deal :)
Thanks and all the best for your career.
Please make video for Difference between Put and Patch
Thank you for this! Very clear and concise explanations
Glad it was helpful! @emmaa
very good content
Very informative video thank you for the great content. We are expecting more video in advanced topic
wc Nikhil. All the best for you career.
Where the token is saving and how we are validating against it from up coming request ? Please give some clarity on this
Very well explained. Help to understand concept easily
Thanks @dips
Thanks for your time to collected useful information..it saves my time
@Ranjith Your welcome and thanks for watching
Very nice videos...very much simple and clear.
Will you please create a videos for different token based authentication and authorisation in web api and MVC.
Sure Om, soon I will
The great content. To the point and very helpful. Thanks Man.
Glad you enjoyed it @omarsadiq
All the videos are very useful to me..thanks alot..please please put more videos to learn more.
Thanks Kalai... Sure I will create more content on interviews.
Please post the programms which asked frequently in interview in C#
Sure VK I am in process of making more content related to interviews.
thank you very helpful....plz include Request/Response Header and Request/Response body questions also
wc and sure Ratan, I will do it soon
Can you please make a video on Async and await
Sure, soo I will.
Thank you for this course :)
You're very welcome @ sahil
Two clients are assessing same web API url but one client need the response in json format and other user needin XML format how we can implement?
I can be wrong I have not implemented this, but I believe it can be done, we can write 2 types of return one is json other is XML and type of return will be based on headers what type end-user is accepting
Thank you for sharing. It is very good.
Thanks Dheeraj. Wish you all the best for your career.
Sir one interviewer asked if u can add record using put method then what is use of post delete record using get then what is the meaning get
The PUT method is used to update or replace an EXISTING record. Post is used for creating NEW record. Technically we can use Put method for adding new records, but that should never be done, it will create confusion.
All the best for your interviews
Great video and much informative
Glad you enjoyed it @jithu
Useful! Thank you! :)
Glad it was helpful @Anachoreteee
JWT Alg type?
jwt claims?
can decrypt token if hacker knows alogithm?
how to support different format returns(xml/json) in web api
?
Thank you brother
God bless you🙏
Always welcome
Very good and informative
Thanks for liking Vishal
acccess token and refesh token related interivew questions?
Nicely explained.. Thank you so much.. it's very helpful..!
welcome Pooja, all the best for your career...
Hi the same questions are similar with postman api also ? Can you please reply me
What is the question... Postman is just a tool to test the API.
@@interviewhappy webservices api also same as web api
Hi sir can you please share brief description about oauth2 authentification and authorization i am going to attend interviews please share as soon as posiible please
When you do authorization for any application then you have to follow a set of rules and those rules or standards are called OAuth. All the best man.
Thankyou soo much Sir
Really greatful to you
Thanks Saju. Wish you all the best for your career.
This is really helpful
Thanks @ Rishikesh Sonar
Wonderful answers and it's clear.👌
Glad you liked it Praveen. Wish you all the best for your career.
Hi Happy please make Vedio on SOAP and Explain Different between REST and SOAP
Good question I missed that, soon I will try to cover it.
I Agree, at this moment the New web api are Rest, gRpc or web socket but the old Soap protocol is applied several years for thounsands of sistems, active sistema
make more videos ..Your content is useful to many
Thanks Debojit.. will surely do
very helpful video
What are the error handling method in web api
Here are 5 things you should do to handle error properly in web api:
1. Log errors
2. Use try-catch blocks
3. Use proper HTTP status codes
4. Return meaningful error messages
5. Implement global exception handling
It's really awesome and helping me a lot to prepare for interview. Can you please post Videos related to Design Patterns and SOLID Principle?
Thanks Abirami. Will share soon.
Thanks.
Many thanks for your content , it’s very useful.
Thank you 🙂
Thanks for the video
we Adhnan.
What is cors in web api is not added. Please do cover this also
Thank you so much 🙏
You're welcome 😊@umamaheshwari8805
Great 🔥
Thnx Vijay
Very Helpful
Since web api is stateless. How we maintain state between requests
Very helpful and explained
Thanks Sharad. Wish you all the best for your career and interviews.
@@interviewhappy preparing for interviews, want to try for FAANG
@@sharadap83 that's a great idea, Give more focus to algorithms and data structures then. Slightly different preparation from normal .NET interviews.
@@interviewhappy thank you for your technical support. Can you suggest any cloud certification
@@sharadap83 Bro focus on one thing first - Cloud or FAANG. If Cloud, then go for Azure(.NET compatible). First checkout free Azure trainings. If you are good, then go for Azure Developer certification(if you are a developer) and choose some best paid trainings(up to you).
Is that only for. NET and C# ?
can i use this questions for java based interviews?
Yes API's are also there in Java. Even the syntax of C# is 99% similar to Java
Nice
Thanks a lot
Welcome! Manjunath
Please do more videos for learning
Sure Srikanth... More videos are in pipeline
Please share top 500 .net interview question here
Hello @InterviewHappy,
I tried to find your udemy course. I can see its available on my personal account and I can access it.
But the same course is not available in udemy business.
Is there something that it can be added from your/publisher side or its from subscriber(my) side?
Saved my whole day, Thanks Happy
Glad I could help! Prithvi
Thank you Happy sir. You are making everyone Happy with this amazing content... 🙂 Keep it up and keep updating. Good luck.
Hope to see any more books and videos from you.. Thanks 🙂
Thanks Raj for such motivating words
Awesome
Thanks Anurag
THANKS SIR
Welcome. All the best for your career.
make video on jwt interview questions?
Add deployment,TFS questions and explanations and frequently asked programs
Isn't WCF a type of Web API? like SOAP API is a Web API and REST is a Web API? it was better to compare REST API against WCF.
In short, WCF is bit complex than web API's
yOUR VOICE AND WAY OF TALKING IS LIKE SS RAJAMOULI
Great videos
Glad you like them! manali
Appreciate your hard work!. Liked and subscribed your channel.
Thanks
I bought your course in Udemy sir. Is there any course available for fullstack with angular?
There is a course for .NET + Angular but again that is a combination of interview questions.
For suppose we have a login page, how would we know that how many user are accessed?
how will we know this? please explain anyone or @interviewhappy
wha is API gate way and Microservice...can you answerer in the comment..
Hi Madhavi, for example you have a e-commerce application. Now instead of creating a single big API for backend, you create small small api's which can communicate with each other. This is microservice architecture.
Now you will write security code(authentication) code in each of these small API's right? To make it simpler, you will create single API gateway where authentication will happen and code is not required in individual API's. APIM in Azure is the example of API gateway.
Thank you sooo much for quick reply... can you make video on Nunti Test project ..to test the application
@@madhavikorlepara3417 sure soon I will
Can you give training on .NET to the freshers?
Hi Hari, That is one thing which I want to start as early as possible.
@@interviewhappy If you could provide any email or contact, it will be helpful to discuss with you regarding training on .NET Technologies. Please.
Your c# interview questions is the best video so far....It one stop for c# interview preparation.. But in this video you not so good in communicating the answers very effectively for the answers which you are not aware.. sorry about it but it is my frank opinion
Hello Happy sir,
I am not able to see your Udemy lectures through my Udemy organisation account.
Kindly respond asap.
Thank you.
Hi Anusha, I think Udemy has not enabled it for companies employees. Otherwise employees will get other better job. Right ;)
I bought your course on Udemy, where is the pdf available? Please help me find that , i searched a lot
Hi Sandeep, you can ask me there... It was attached in the introduction section.
i am intersted for complete ebook interview question how can do please guide
Sure Sandeep.. Below is the link but it is paid..
imojo.in/interviewhappy