Implementing a Web API in .NET [Pt 3] | Back-end Web Development with .NET for Beginners

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

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

  • @farzamkhoddam438
    @farzamkhoddam438 6 месяцев назад +64

    3:35 in order for this request to work you have to install the REST client vscode extension

  • @sakardalal
    @sakardalal Месяц назад +3

    As you have made this series for beginners i would highly recommend you guys to use some animations in your videos because they are very useful for the beginner to understand concepts.

  • @user-pz8kc8zu3t
    @user-pz8kc8zu3t 5 месяцев назад +8

    Not a good tutorial
    writing snippet beforehand rather than going step by step in a course that is set for beginners
    not explaining so many syntaxes that are new in .net

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

      not completely begin for whom new to C# and web development but begin for whom new to ASP .Net web framework. I used to develop a web in javascript so to me, it's a good turotial of representing ASP .NET features. You must have learnt web features first before you've come here

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

      @@cuongay9005definitely need a background in a similar framework like Express.js.

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

      This tutorial is a small module in a larger series so the code will be incomplete. A good example of this is the MapPost endpoint. If you try to test this endpoint you will get an error. This is because the request body takes in a string for the DueDate. The error is complaining that the Json value is not in supported DateTime format. The cusp of this video was to simply demonstrate how you can define different endpoints to perform CRUD operations. The individual implementations of these endpoints is incomplete which I would hope is intentional so that it will be addressed later on in the video series.

  • @Art-fx7sh
    @Art-fx7sh 5 месяцев назад +5

    3:35 after installing the REST client, restart vscode. and once you debug it do not disconnect it.

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

    Misses out the UPDATE part of CRUD. I know it is a beginner series but would have been nice to cover the PUT method and potential UPDATE or UPSERT. For later endpoint validation, it then allows you to cover scenarios where you might allow past due dates or completed tasks to be saved, giving a more complete example. Appreciate it is just a demo, but personally I find demos better when they give a more complete example.

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

    After hitting "Send Request" (video at 3:32), I got error message saying "socket hangup". Now what should I do?

  • @minhvu8893
    @minhvu8893 Месяц назад +2

    my eyes are burning with light theme

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

    Would be good to know the names of the VS Code extensions used here.☮

    • @Stanwis
      @Stanwis 6 месяцев назад

      exactly! some are missing from default installer. Even with visual studio not core version

    • @nhodang999
      @nhodang999 6 месяцев назад +6

      REST client by Huachao mao

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

      @@nhodang999 is it just the REST Client extension by Huachao Mao, or are there any other associated extensions that would be good to have?

  • @meotisr
    @meotisr 12 дней назад

    Cool 😄

  • @MarcusYeung371
    @MarcusYeung371 24 дня назад

    What extension is this?

  • @user-tq7ci3wd2z
    @user-tq7ci3wd2z Месяц назад

    Thanks. This is a so good video. Hope MSFT would keep update and add some more. If you sell some deeper course on Udemy I would buy.

  • @microsmart714
    @microsmart714 18 дней назад +1

    6:26 how is the code being auto generated, is that a custom snippet?

    • @meotisr
      @meotisr 12 дней назад

      Same question

  • @meotisr
    @meotisr 12 дней назад

    Where can I find video or playlist from dotnet, that contains information, explaining or mention about record types?

    • @meotisr
      @meotisr 12 дней назад

      I found, no need. It's struct for fields only, interesting thing

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

    9:16 what extension gives me this autocomplete option please?

  • @rusektor
    @rusektor 6 месяцев назад +1

    .HTTP file doesn't work for me. I tried to re-install VS Code, but to no avail.

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

    Can Minimal apis and web apis exist in the same file or project? -- What is the difference between Minimal apis and REST apis.

  • @DJone4one
    @DJone4one 6 месяцев назад +1

    3:35 I have tried to recreate this on VS, but no connection is established because the target computer refuses the connection. Except via debug mode, where it works.

    • @22bc
      @22bc 5 месяцев назад +2

      Check that the port number is correct (5144/5244)

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

      @@22bc Correct

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

    Fantástico.

  • @jkone27
    @jkone27 6 месяцев назад

    Very nice videos!!! could you show also F# intro with aspnetcore? 😊Cheers 🎉❤ great tutorials 💎 for beginners