📌 Top 30 .NET Core Interview Questions | .NET Interview Questions | .NET Mock Interview 📌

Поделиться
HTML-код
  • Опубликовано: 22 ноя 2024

Комментарии • 56

  • @ToyAndStory
    @ToyAndStory Месяц назад +24

    **C# Basics:**
    2:15 🆕 Latest version of C#
    2:55 🔍 What is the difference between value type and reference type
    3:46 📚 What is the difference between abstract classes and interfaces
    4:43 🛠 Can we write method body inside an interface?
    5:16 🚫 How will you prevent a class from being inherited by its child classes?
    5:55 🔄 Overloading and Overriding in OOP
    7:18 🔑 Why we use access modifiers; tell about public and private
    8:11 🔒 Protected
    8:23 🏛 Internal
    8:39 🧠 Which part manages memory in CLR automatically?
    9:16 ⚙ Explain JIT Compiler
    9:58 🔗 What is the difference between managed and unmanaged code?
    10:27 🤝 Is it possible for managed code to access unmanaged code?
    10:42 🔍 Explain the above question
    11:50 📊 What is the difference between an array and a list?
    12:57 🔎 Reflection in C# (to get type-related info at runtime)
    **ASP.NET MVC:**
    14:00 💻 Have you worked on ASP.NET MVC?
    14:22 📁 Component/folder name inside MVC
    15:10 🖼 Folder for static files (images/css, etc.)
    15:48 🚪 If I keep static files outside the wwwroot folder, will they be accessible in Razor view?
    16:22 🛠 How to use Partial View in ASP.NET MVC 5; how to call the partial view/any diff in calling in .NET Core and .NET MVC 5?
    17:28 🔄 Four ways to return data from controller to view
    18:32 🎛 Explain Action Filters
    19:30 💾 Syntax for saving username in a session in ASP.NET MVC and ASP.NET Core
    20:45 📂 Which type of object do we use to handle a file in the controller in .NET Core?
    21:22 🛡 What is Middleware?
    22:17 🔍 Create Middleware to fetch a specific word from URL
    23:51 🔗 Method name inside Middleware for request pipeline
    24:47 ⚡ How to add output cache at the action method in ASP.NET Core?
    25:34 📦 RabbitMQ (promotional question 🤭)
    26:36 🎭 Unexpected cameo
    27:04 🌀 Dependency Injection in .NET Core
    28:21 📝 Three ways to register classes in Startup.cs in .NET Core
    28:45 📋 Action verbs in API
    29:04 🔑 Three parts of JWT
    29:47 🔄 How to handle versioning of API in .NET Core?
    30:20 🚢 Explain Docker
    31:00 🤝 Kind Regards from each other

  • @lalithmahadev5027
    @lalithmahadev5027 3 месяца назад +9

    5:00 , In interface also we can have default implementations from c# 8,so that is not a primary difference it is multiple inheritance

  • @shilpysharma601
    @shilpysharma601 7 дней назад

    Very nice interview and i think this one was very basic interview questions for the experienced developer.

  • @ahmadyar8798
    @ahmadyar8798 9 дней назад +1

    Thanks sir informative video

  • @Riyabhati-oo8ky
    @Riyabhati-oo8ky Месяц назад

    It really helps for revising quick concepts.....Thank You soo much

  • @ugempireninjaaaaaahatori6755
    @ugempireninjaaaaaahatori6755 4 месяца назад +2

    but CLR also do the memory management , and different stuff, and the code that runs under the enviornment is called a managed code.

    • @noorcodelogics
      @noorcodelogics  4 месяца назад

      Yes CLR is responsible for lots of tasks.

  • @mohammadharis7519
    @mohammadharis7519 3 месяца назад +2

    Its knowledgeable content for .net developers. thanks noor

  • @EireTube
    @EireTube 4 месяца назад +22

    What kind of Interview is this? you expect the employee to remember every single method name? instead of having design Ideas and problem solving solutions, you're asking about method names?! really? Not useful until you're going to hire an intellisense!

    • @noorcodelogics
      @noorcodelogics  4 месяца назад +6

      Thank you for your feedback. The purpose of this video is to highlight some of the most important theory-based questions often asked during .NET interviews. While it's true that interviewers won't ask all the questions covered, knowing these can help you prepare for the theoretical aspects of interviews.
      Regarding your point about practical problem-solving, you're absolutely right. Interviews typically have multiple phases. In the initial phase, interviewers often focus on theoretical knowledge and general concepts. Subsequent phases usually involve practical tasks and project implementations. Finally, you may also have interviews with upper management, clients, or HR.
      I appreciate your suggestion, and I plan to cover more coding and practical problem-solving in future videos. This video is meant to prepare you for the theory questions that are commonly asked in the first phase of interviews to gauge your understanding of the technology.

    • @jackdesparrow4783
      @jackdesparrow4783 4 месяца назад +1

      You stuck in waterfall ERA now we are in AI ERA DUDE lets upgrade if you didn’t memorize how you write code 😮… for sure at-least you should aware of interfaces & its implementation methods

    • @noorcodelogics
      @noorcodelogics  4 месяца назад +1

      @@jackdesparrow4783 👍 Thank you for your input! It's really important to balance knowing theoretical concepts with practical problem-solving skills. Both are essential in today's tech and AI world.

    • @EireTube
      @EireTube 4 месяца назад

      @@jackdesparrow4783 I'm not sure what you're talking about, implementation of methods and interfaces has nothing to do with the era either it's the AI era or the Stone Age! Don't make up philosophy.
      One should know the concept and how to implement the logic not the method name itself. Either "InvokeNext" or "Invoke" names make sense as long as the developer wants to hand over the process to the next middleware. I'm just saying that asking about the method names is a waste of time because there are an enormous number of interfaces and more of their implementations. One should know how to use it or they should search for it as long as they know the action they want to take. Having them all in their mind is not even possible or useful. Free your mind and focus on the solution and logic of the flow, rather than the name of the method. Knowing that there is some method lying in a library which does that logic is enough, the rest can be done with IntelliSense or searching.

    • @SunandaJadhav-u1s
      @SunandaJadhav-u1s 2 месяца назад

      L mk iuu7d😊 Kaka

  • @fluffymaverick
    @fluffymaverick 4 месяца назад +3

    I learned a lot today from you brother. Thanks, keep doing this, you are helping a lot of people.

    • @noorcodelogics
      @noorcodelogics  4 месяца назад +1

      Thanks for your appreciation.
      I will try to upload with more details and practical coding examples by screen sharing.

  • @ashokb3648
    @ashokb3648 3 месяца назад +2

    Interesting, noor your accuracy of asking question was superb,, i like that depth approach of asking questions

  • @d-katsu8931
    @d-katsu8931 4 месяца назад +3

    Please make more of these sir. Also, include coding questions.

    • @noorcodelogics
      @noorcodelogics  4 месяца назад

      Yes Sure.
      Searching candidates who are willing. 🔎

  • @mohammadmustafa9776
    @mohammadmustafa9776 5 месяцев назад +5

    very helpful, please post a videos on practical coding interviews as well. much appreciated

    • @noorcodelogics
      @noorcodelogics  5 месяцев назад +1

      Sure Mustafa Bhai.
      It was just a start. Will try to focus on code part in future.
      Finding candidates who are willing to appear 🥲

  • @parth7450
    @parth7450 4 месяца назад +1

    Good question series. Could you please add some coding questions that are asked in interviews

    • @noorcodelogics
      @noorcodelogics  4 месяца назад

      Yes sure, next time we will be sure to add coding questions and screen sharing.
      Thanks 🙏

  • @tempphoto
    @tempphoto 2 месяца назад

    very helpful thank you

  • @anuragnigam55
    @anuragnigam55 3 месяца назад

    Very basic kind of fresher interview.

  • @heroqasimyt
    @heroqasimyt Месяц назад

    try to add subtitles in English because your and the interviewer voice is not so much clear

  • @kavyam2410
    @kavyam2410 3 месяца назад +1

    Please do a practical coding videos for 3 to 4 years of experience. It will be very useful

  • @abhishekinvisible
    @abhishekinvisible 4 месяца назад +1

    Subscribing for more videos. It's knowledgeable

  • @gangadharyadavrampe5757
    @gangadharyadavrampe5757 2 месяца назад +1

    u just asked basic questions , i have faced hard questions than these as a fresher

    • @noorcodelogics
      @noorcodelogics  2 месяца назад +1

      It depends upon the interviewer.
      It's not necessary that everyone will ask the same questions as it's not possible to cover the whole .NET in a single video.
      Thanks for your suggestion.

  • @parikshitsinghofficial
    @parikshitsinghofficial Месяц назад +1

    ww.root folder😅😅, I have not found this folder in my .net core application 😂😂😂

    • @noorcodelogics
      @noorcodelogics  Месяц назад

      You may create an empty ASP.NET Core template

  • @pandeybrother4025
    @pandeybrother4025 2 месяца назад +1

    My English is very weak 😊 any chance

  • @14_NMAli
    @14_NMAli 5 месяцев назад +2

    sound volume is low

    • @noorcodelogics
      @noorcodelogics  5 месяцев назад +1

      I am really sorry for this.
      Actually, I did not get this when uploading the last two videos. I think the editor created the issue.
      I will surely check next time before uploading.
      Thanks for mentioning

    • @Aman-x5g
      @Aman-x5g 4 месяца назад +1

      No issues keep uploading ​@@noorcodelogics

  • @RaZziaN1
    @RaZziaN1 3 месяца назад

    struct is not reference type

  • @CleverCottonMouth
    @CleverCottonMouth 3 месяца назад

    Will you take my interview?

    • @noorcodelogics
      @noorcodelogics  3 месяца назад

      Yes sure.
      Please fill the form in the description

  • @anushthababerwal5904
    @anushthababerwal5904 3 месяца назад

    The questions the really good , but the interviewee has low attention span

    • @noorcodelogics
      @noorcodelogics  3 месяца назад

      Will try to improve. Thanks for your suggestions