ASP.NET MVC Interview Questions with Answers | ASP.NET Interview Questions

Поділитися
Вставка
  • Опубліковано 29 сер 2024

КОМЕНТАРІ • 200

  • @questpondvideos
    @questpondvideos  3 роки тому +14

    25 Angular Interview Questions : ua-cam.com/video/-jeoyDJDsSM/v-deo.html
    Software Architecture Interview Questions : ua-cam.com/video/AtTgcbLOqMM/v-deo.html
    20+ SQL Server Interview Questions : ua-cam.com/video/SEdAF8mSKS4/v-deo.html
    20 MSBI Interview Questions : ua-cam.com/video/Nw_sHEKnOUE/v-deo.html
    Silent Layoffs :- ua-cam.com/video/FISZ21WvTKo/v-deo.html
    ASP.NET, C# Job Market : ua-cam.com/video/H3JEWAp32-s/v-deo.html
    10+ Power BI Interview Questions : ua-cam.com/video/Cozc9WNBRt4/v-deo.html
    30 Important C# Interview Questions : ua-cam.com/video/BKynEBPqiIM/v-deo.html
    Angular Step by Step Tutorial for Beginners : ua-cam.com/video/-9VcW7MBDs8/v-deo.html
    25+ OOPS Interview Questions : ua-cam.com/video/u99wAoBjDvQ/v-deo.html
    SQL Server Joins : ua-cam.com/video/KTvYHEntvn8/v-deo.html
    SQL Step by Step - ua-cam.com/video/uGlfP9o7kmY/v-deo.html
    35 Important JavaScript Interview Questions : ua-cam.com/video/Zb4dPi7CANU/v-deo.html
    5 MSBI Interview Questions : ua-cam.com/video/5E815aXAwYQ/v-deo.html
    20 MySQL Interview Questions : ua-cam.com/video/9hfjC-BpY20/v-deo.html
    20 PHP Interview Questions : ua-cam.com/video/1bpNSynUrl8/v-deo.html

  • @aricwilliamsdeveloper
    @aricwilliamsdeveloper 2 роки тому +79

    after 100 hours of video.. i finally understand dependency injection. This man needs an Oscar

    • @questpondvideos
      @questpondvideos  2 роки тому +21

      Hello have been reading all your appreciation. I am just a simple developer like you. Glad its helping you. Best of luck happy learning.

    • @caseyspaulding
      @caseyspaulding Рік тому +3

      👍 agreed

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

      Omg

    • @Aman-x5g
      @Aman-x5g 11 місяців тому

    • @maxron6514
      @maxron6514 10 місяців тому +4

      Same here with the Real Purpose of callbacks/delegates , several years ago. I will never forget how this guy fired up a Light above my Head by his style of explanation, i Keep coming back every now and then, just for the Joy.

  • @synkvibe2332
    @synkvibe2332 2 роки тому +72

    My whole interview was based on this video. Interviewer also saw this video.

  • @suvedharane715
    @suvedharane715 3 роки тому +32

    Sir, i wanted to thank you for such vdos, i hav cracked 2 interviews within a year with 40% hike just by waching ur vdos... Thank you sir.

    • @suvedharane715
      @suvedharane715 3 роки тому +1

      And most of all qns they hav asked where related to your vdos. Especially i thank you to convert critical topics in simpler one.

    • @suvedharane715
      @suvedharane715 3 роки тому +1

      You also hav splited the topics and concepts very proper way that a normal brain can grasp it wel

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

      And your language is just best for us. Whos english is 2nd or 3rd language...

    • @suvedharane715
      @suvedharane715 3 роки тому +1

      The way of explanation, ive used the same way, using only technical words and no matter in which language you are talking in..

    • @suvedharane715
      @suvedharane715 3 роки тому

      The things which i can only ans if i hav thorough knowledge after reading many articals are just simly available in your 5 min vdo. I really thank you for all the efforts you hav made.

  • @pratyushasingh319
    @pratyushasingh319 Рік тому +8

    You're way of explanation is incredible. I had so many doubts and confusions but now I feel so good after clearing this much doubt. It's really easy to understand by your lectures

  • @dstruve1
    @dstruve1 2 роки тому +7

    Guys a pro. Very easy to understand compared to other Indian UA-camr

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

    I would like to thank you for all your videos I have watched throughout many years.

  • @RahulMishra-wb7df
    @RahulMishra-wb7df 2 роки тому +16

    Hello Sir, I like your video very much and am also convinced with, it is important to prepare for an interview even if you are working on specific technologies. Working and cracking interviews in the same technologies sometimes becomes difficult if you don't prepare. Thanks for another important session.

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

    You are the interviewer killer....this video is the best giving concept of the mvc.... thanks for sharing ,

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

    The approach to explaining theoretically then how to do it in practical way is very good way to make understand better
    Great 👍👍👍👍

  • @TobyQuan
    @TobyQuan Рік тому +7

    This video is very good, and I learned a lot. However, I would caution anybody, if you are at an interview and you say that Webforms is harder than MVC just because that's what this person says in this video. Most people find that learning Webforms is quite easy, and you can get up and running in just a few hours, where with MVC, it may take several days to start understanding it, because it has many more concepts that you need to master. In an interview, it may be fair to say that WebForms is no longer the latest and greatest Microsoft web technology, but it would not be fair to say that it is harder than MVC. Also, in this video he says that WebForms is hard because you have to learn Viewstate, but this is not true, because there is nothing to learn about ViewState, because it all happens behind the scenes for you. Also, he says that you cannot control the HTML in webforms because it's masked behind server controls and code behind, and this is also not true. You can have direct control of lots of the HTML in your WebForms application. And you can make your own server controls that produce 100% of the HTML for things. You can have as much or as little control of the HTML as you want.

    • @questpondvideos
      @questpondvideos  Рік тому +3

      Thanks for comments. I still feel webforms have much more to learn like page life cycle , even if viewstate is automatic you still need to know it , postbacks , everything is a post , so many controls... Its a perspective.

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

    We need people like you..👍👍 dedication flawless

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

    Hello Sir,
    You have explained the concept very well & it immediately fits into mind. Thanks for doing such great work. Truly appreciated!!!

  • @Hemanth_YadaV
    @Hemanth_YadaV 9 днів тому

    Clean , simpler , shorter
    Thank you ❤🫡

  • @tripurari786268
    @tripurari786268 3 роки тому +4

    I am a big fan of yours. I have learned many difficult concepts from your videos, Thanku so much sir

    • @questpondvideos
      @questpondvideos  3 роки тому +1

      Thanks. Do visit www.questpond.com/learn-mvc-5-in-2-days-learn-mvc-core-in-4-hours-mvc-core-training/cid58

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

    Why it ended so early😅. This man explanation is so simple and so cool . Best Teacher Award goes to him 🏆.

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

    Simple and clear explanations and importantly easy to remember without any confusion. Thanks a lot.

  • @PiyushSingh-mt2tb
    @PiyushSingh-mt2tb 3 роки тому

    Your efforts are of someone saving a planet...a planet full of software engineers!

  • @SwayWithUs
    @SwayWithUs 3 роки тому +1

    I don't know MVC much but now it looks like I'm ready now

  • @t-sarahahmed
    @t-sarahahmed 11 місяців тому

    This list is very useful and each answer is so clearly explained. Thank you!

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

    Great Video!! The way of explanation is very clear. Thanks a lot!

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

    Thanks a lot for this video. Your way of explaining each concept is so good and easy to understand.

  • @viveksingh-go6le
    @viveksingh-go6le Рік тому

    After a year your video still help us thanks very much 🎉

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

    Sir, you are the best in explaining questions. :)

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

    Thanks a lot for this video. It's really easy to understand by your lectures

  • @shrutisharma4975
    @shrutisharma4975 3 роки тому +3

    Thanks a lot for these informative and descriptive videos. It helped me clear a lot of interviews. :)

  • @rajeshchaudhary-ir4wm
    @rajeshchaudhary-ir4wm Рік тому

    Good Explanation.This video is very important,Thank you sir.

  • @jayantiroy1476
    @jayantiroy1476 3 роки тому +6

    Great material .
    In my interview interviewer asked, if we can use 3 tier architecture, then why MVC? Can you answer this in real world example.

    • @ghoshaninda
      @ghoshaninda 3 роки тому +7

      MVC is a pattern we use to achieve separation of concerns. We can use a separate DAL and Business layer and on top of that use MVC.

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

      @@ghoshaninda thanks

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

    Hi sir you are awesome
    Because of this videos I got 120% hike in my salary
    I bout your tutorials its helpful to crack the interviews

  • @jayrigger7508
    @jayrigger7508 4 місяці тому

    DI is easy to sum up in English ... It moves from a Has a thing it needs to use , vs it's given a thing it needs to use

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

    Excellent Explanation. The code ur referring to explain from where I can learn writing code. Do u have seperate video for it

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

    Love you sir really I have learn all programming with the help of your videos Thank you sir 🙏🙏

  • @papunmohanty1859
    @papunmohanty1859 3 роки тому +3

    Thanks a lot Sir, It will help me to crack a interview..

  • @walbinab
    @walbinab 3 роки тому +1

    Wish you a happy birthday SIR.. these 45 minutes are going to help me.... thanks and HB again..

    • @questpondvideos
      @questpondvideos  3 роки тому

      Thank You, do visit www.questpond.com/learn-mvc-5---mvc-core-step-by-step/cid19

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

    Sir in explanation of diagram of MVC Architecture description of Controller and model are got interchange

  • @kavindurandika2140
    @kavindurandika2140 3 роки тому

    Please add rest..you are a life saver

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

    Thank you! Great teaching!

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

    Great Work ,very informative and helpful

  • @kuradabhavani8941
    @kuradabhavani8941 3 роки тому

    Thank you to convert hard topics in simpler one.

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

    Excellent sir.god bless you 🙏

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

    Amazing explanation

  • @jamunarani.s2161
    @jamunarani.s2161 3 роки тому

    You are really Awesome Sir🤩🤩🤩🤩

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

    Really nice explanation u r spending lot of time with us thanks for your support and eagerly waiting for ur upcoming videos

    • @questpondvideos
      @questpondvideos  3 роки тому +1

      Thank you, do visit www.questpond.com/learn-mvc-5-in-2-days-learn-mvc-core-in-4-hours-mvc-core-training/cid58

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

      Could you please share the mvc interview questions??

  • @samarsuthar4166
    @samarsuthar4166 3 роки тому

    Gd so so so beautifully described all topic i love it ❤️❤️❤️😍😍😍😍😍

  • @sourabhsharma4878
    @sourabhsharma4878 3 роки тому

    Happy Birthday 🥳🎂💐 and Thanks for return gift Shiv sir 🙏

    • @questpondvideos
      @questpondvideos  3 роки тому

      Thanks. Do visit www.questpond.com/learn-mvc-5---mvc-core-step-by-step/cid19

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

    Informative and very helpful video

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

    Thank you..this is very helpful

  • @AnandKumar-gq5rj
    @AnandKumar-gq5rj 3 роки тому +1

    Happy B'Day to You Sir! :)

    • @questpondvideos
      @questpondvideos  3 роки тому

      Thanks and do visit www.questpond.com/learn-mvc-5---mvc-core-step-by-step/cid19

  • @bhamatalkies5797
    @bhamatalkies5797 3 роки тому

    Thank you so much for sharing and helping
    🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻

    • @questpondvideos
      @questpondvideos  3 роки тому

      Thanks and do visit www.questpond.com/learn-mvc-5-in-2-days-learn-mvc-core-in-4-hours-mvc-core-training/cid58

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

    Hi Sir - Can you explain partial view class in MVC ?

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

    Awesome Sir ge

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

    Superb videos very helpful!!

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

    After they got rid of the startup.cs file, things got confusing, but now we use the program.cs going forward

  • @maheshkotini81
    @maheshkotini81 3 роки тому

    Happy Birthday Sir, Thank you for your Gift 🎁 😊

    • @questpondvideos
      @questpondvideos  3 роки тому

      Thanks and do visit www.questpond.com/learn-mvc-5---mvc-core-step-by-step/cid19

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

    Very good video. Thank you sir

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

    Great Job sir.... 👍👍👍

  • @sachintripathi5742
    @sachintripathi5742 3 роки тому

    This video is really helpful. Thanks for sharing.

    • @questpondvideos
      @questpondvideos  3 роки тому

      Thanks and do visit www.questpond.com/learn-mvc-5-in-2-days-learn-mvc-core-in-4-hours-mvc-core-training/cid58

  • @ims4666
    @ims4666 3 роки тому

    Awesome explanation

  • @techrelated2417
    @techrelated2417 3 роки тому +1

    smashing explanation , thank you for the video!!

    • @questpondvideos
      @questpondvideos  3 роки тому

      Thanks and do visit www.questpond.com/learn-mvc-5-in-2-days-learn-mvc-core-in-4-hours-mvc-core-training/cid58

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

    Outstanding video~!

  • @moeinmontazeripour6265
    @moeinmontazeripour6265 3 роки тому +1

    Awesome!

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

    can you share video related to MS SQL Server ?

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

      Visit - www.questpond.com/learn-sql-server-step-by-step/cid9

  • @ashishbhandari9954
    @ashishbhandari9954 22 дні тому

    Microservicse interview questions and answers vdo pld

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

    Thanks much for this video

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

    can we call Kestrel server as a middleware as well as it is getting called before the Controller?

  • @chithrapriya9817
    @chithrapriya9817 3 роки тому

    Yesterday I started watching your videos....felt like this is the best explanation for all the questions in my mind. Where can I find remaining parts...

    • @questpondvideos
      @questpondvideos  3 роки тому

      For further video details visit www.questpond.com/

  • @BharathKumar-jn2tz
    @BharathKumar-jn2tz 3 роки тому

    seems like you covered technical along with behavior.

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

    remaining parts are paid only ? so sad...

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

    fabulous session Great teacher

  • @horrorfactory770
    @horrorfactory770 4 місяці тому

    Thank you so muvh sir!

  • @RahulSingh-mp3hh
    @RahulSingh-mp3hh 3 роки тому

    Happy Birthday Sir !

    • @questpondvideos
      @questpondvideos  3 роки тому

      Thanks and do visit www.questpond.com/learn-mvc-5---mvc-core-step-by-step/cid19

  • @keerthiraja1988
    @keerthiraja1988 3 роки тому

    Clear cut explanation on kestrel server.
    Also please explain diff between proxy and reverse proxy too.
    Ex
    Proxy : iss server will not know the user IP address, it know only proxy application server IP address.
    Reverse proxy rp : user browser will not know the iss server IP, browser will know only cloudflare or other RP IP address. Just Opposite to proxy.

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

    is these video's helpful for 5 year of experience ? can anyone confirm?

  • @harishbepari4091
    @harishbepari4091 3 роки тому

    Awesome explanation....

    • @questpondvideos
      @questpondvideos  3 роки тому

      Thanks and do visit www.questpond.com/learn-mvc-5-in-2-days-learn-mvc-core-in-4-hours-mvc-core-training/cid58

  • @sanskarkumar8090
    @sanskarkumar8090 3 роки тому

    Sorry but we can use iis as the only server by inproces hosting by default .netcore has out process hosting so kystrsl n iis

  • @questpondvideos
    @questpondvideos  3 роки тому +5

    25 important ASP.NET MVC Interview Questions with answers - Part 1
    4:11 Question 1 :- What is ASP .NET MVC Core ?
    4:45 Question 2 :- Differentiate between ASP .NET Webforms vs MVC vs MVC core ?
    9:52 Question 3 :- Explain MVC Architecture ?
    11:04 Question 4 :- Why do we have wwwroot folder ?
    11:29 Question 5 :- Explain the importance of appsettings.json ?
    12:10 Question 6 :- How to read configurations from appsettings.json ?
    14:07 Question 7 :- What is dependency injection ?
    15:26 Question 8 :- Why do we need dependency injection ?
    17:19 Question 9 :- How do we implement dependency injection ?
    19:32 Question 10 :- What is the use of Middleware ?
    21:02 Question 11 :- How to create a Middle ware ?
    23:21 Question 12 :- What does startup.cs file do ?
    23:21 Question 13 :- ConfigureServices vs Configure method ?
    25:47 Question 14 :- Explain the different Ways of doing DI?
    25:47 Question 15 :- Explain Scoped vs Transient vs Singleton ?
    30:42 Question 16 :- What is Razor ?
    31:41 Question 17 :- How to pass Model data to a View ?
    32:19 Question 18 :- What is the use of Strongly typed views ?
    33:43 Question 19 :- Explain the concept of ViewModel in MVC ?
    35:03 Question 20 :- What is Kestrel Web Server ?
    36:06 Question 21 :- Why Kestrel when we have IIS server ?
    37:33 Question 22 :- What is the concept of Reverse proxy ?
    39:17 Question 23 :- What are cookies ?
    40:09 Question 24 :- What is the need session management ?
    41:51 Question 25 :- What are the various ways of doing Session management in ASP.NET ?
    ASP.NET MVC Interview Questions & Answers - Part 2
    Question 26 :- What exactly is a session ?
    Question 27 :- Explain "HTTP is a stateless protocol" ?
    Question 28 :- What are various way of doing session management ?
    Question 29 :- Are sessions enabled by default ?
    Question 30 :- How to enable sessions in MVC core ?
    Question 31 :- Are sessions variables shared(global) between users ?
    Question 32 :- Do session variables use cookies ?
    Question 33 :- What is a cookie ?
    Question 34 :- Explain idle time out in sessions ?
    Question 35 :- What does a Context means in HTTP ?
    ASP.NET MVC Interview Questions & Answers - Part 3
    Question 36 :- When should we use viewdata ?
    Question 37 :- How to pass data from controller to view ?
    Question 38 :- In same request can viewdata persist across actions ?
    Question 39 :- ViewData vs ViewBag
    Question 40 :- How does ViewBag work internally?
    Question 41 :- Explain ViewModel?
    Question 42 :- ViewBag vs ViewModel whats the best practice?
    ASP.NET MVC Interview Questions & Answers - Part 3
    Question 43 :- Explain tempdata ?
    Question 44 :- Can tempdata persist across action redirects ?
    Question 45 :- How is tempdata different from viewdata ?
    Question 46 :- If tempdata is read is it available for next request ?
    Question 47 :- How to persist tempdata ?
    Question 48 :- What does Keep do in tempdata ?
    Question 49 :- Explain Peek in tempdata ?
    Question 50 :- How is tempdata different from session variables ?
    Question 51 :- If i restart the server does tempdata,session stay ?
    Question 52 :- Is tempdata private to a user ?
    Question 53 :- ViewData vs ViewBag vs Tempdata vs Session variables?

    • @bhamatalkies5797
      @bhamatalkies5797 3 роки тому

      Very well explained ty

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

      I am not able to find chapter 2,3,4.please help

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

      @@akankshajha3235 Visit the link www.questpond.com/interview-questions---answers-tutorial/cid63

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

    Excellent

  • @Gauravkumar-jm4ve
    @Gauravkumar-jm4ve Рік тому

    Thank u so much sir

  • @phalgunibhuyan3881
    @phalgunibhuyan3881 3 роки тому

    Thank You

  • @pankajwakchaure4821
    @pankajwakchaure4821 3 роки тому

    Happy birthday Sir💐🎂

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

    Sir, want to purchase hard copy of the book, but it is not available online or in the market,plz reply

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

    Great explanation !!!

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

    To the point explanation sir :)

  • @AlThePal78
    @AlThePal78 3 роки тому

    This is a great video thank you so much :)

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

    Thanks :)

  • @mulasivajyothi8169
    @mulasivajyothi8169 3 роки тому

    Happy birthday sir

    • @questpondvideos
      @questpondvideos  3 роки тому

      Thanks and do visit www.questpond.com/learn-mvc-5-in-2-days-learn-mvc-core-in-4-hours-mvc-core-training/cid58

  • @ShivamKumar-iy4wq
    @ShivamKumar-iy4wq 2 роки тому

    thanks sir...

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

    Thanks sir .where is the second chapters of this series

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

      Part 2 to Part 6 videos are available on Questpond - www.questpond.com/aspnet-mvc-core-interview-questions-and-answers/cid73

  • @RohitKumar-vp3jv
    @RohitKumar-vp3jv 2 роки тому

    great, sir please upload web api (part 5) questions.

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

      ASP.NET MVC Core Q&A Part 1 to 5 are there under subscription. For more details visit www.questpond.com/

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

    where are the rest of video part 2 to part5

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

      ASp.NET MVC Core Part 1to Part 5 can be availed from here - www.questpond.com/aspnet-mvc-core-interview-questions-and-answers/cid73

  • @trijay
    @trijay 3 роки тому

    It is a great video. Not able to find chapter 2 of this continuation video. Can anyone please ping here?Thanks in advance

    • @questpondvideos
      @questpondvideos  3 роки тому +1

      Part 2 to 5 you can avail from Questpond.com

  • @pradeepkumar-tr4ei
    @pradeepkumar-tr4ei 3 роки тому +1

    Thanks very much sir. You are great 👍
    I am from c# background and watched your videos on design pattern. Its really great. Means I don't have words to thank you .
    Pls help me in this. I really want to go in machine learning. But the problem is, my path is not clear. Means I don't know from where to start. I want to go in robotics through machine learning. Please guide me.

    • @gauravseth944
      @gauravseth944 3 роки тому

      aapka kuch nhi hoga

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

      @pradeep Kumar Better do some machine learning related Certificates and/or Do the Masters in the Machine learning ,Some universities offering for the working professionals also. Keep searching in linked in. You will definitely get some opportunity. All the Best !

  • @fastride1
    @fastride1 3 роки тому

    Great video.

    • @questpondvideos
      @questpondvideos  3 роки тому +1

      Thanks. Do visit www.questpond.com/learn-mvc-5-in-2-days-learn-mvc-core-in-4-hours-mvc-core-training/cid58

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

    what a great session...

  • @NithyaShivaa
    @NithyaShivaa 3 роки тому

    Thank you Sir, Thanks allott

    • @questpondvideos
      @questpondvideos  3 роки тому

      Thanks and do visit www.questpond.com/learn-mvc-5-in-2-days-learn-mvc-core-in-4-hours-mvc-core-training/cid58

  • @supriyanar4011
    @supriyanar4011 3 роки тому

    Hi sir, am having while using dependancy injection how dispose will happen

  • @arpitpgupta
    @arpitpgupta 3 роки тому

    You should make more and more videos.....

    • @questpondvideos
      @questpondvideos  3 роки тому

      For more interview Q&A videos info you can visit www.questpond.com/interview-questions---answers-tutorial/cid63

  • @ragavrara4867
    @ragavrara4867 3 роки тому

    Happy birthday Shiv Sir 🎂

  • @VCWGAMESTUDIO
    @VCWGAMESTUDIO 3 роки тому

    Perfect

  • @akashkakadiya6394
    @akashkakadiya6394 3 роки тому

    Sir i have shared this video link on linkedin. I have mailed as well.

    • @questpondvideos
      @questpondvideos  3 роки тому

      Thanks and do visit www.questpond.com/learn-mvc-5-in-2-days-learn-mvc-core-in-4-hours-mvc-core-training/cid58

    • @akashkakadiya6394
      @akashkakadiya6394 3 роки тому

      @@questpondvideos Sir still I didn't get eBook.

    • @sagarkumarjena3478
      @sagarkumarjena3478 3 роки тому

      @@akashkakadiya6394 me neither..may be that was just for publicity

    • @questpondvideos
      @questpondvideos  3 роки тому

      @@akashkakadiya6394 Ebook already sent to your email id on 15th March. Do check once again or email us back again we will resend it to you. Thank you,

    • @questpondvideos
      @questpondvideos  3 роки тому

      @@sagarkumarjena3478 Sir we haven't received any email from your end regarding eBook request. Kindly email us so that we can verify your post and share you eBook. Thank you,