Create records in Blazor Server - Blazor Tutorial in Visual Studio 2019 - Recipe Manager Part 6

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

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

  • @rahmahamza2192
    @rahmahamza2192 2 года назад

    Great video, but here you didn't do the whole signature move in the beginning where you put your glasses on, after providing an overview of the video.. while saying 'lets get coding' 🙊

  • @stevecummings3591
    @stevecummings3591 3 года назад +1

    Thank you for this series of videos. One thing I will note, it seems that Microsoft changed where some of the CSS lives between 3.1 and .Net 5/6. I'm following along with a .Net 6 project. When I tried to update the gradient (around 16:58) in the site.css file, it did not exist in that css file. I searched and found it in the Shared\MainLayout.razor.css file. This was probably mentioned in the release notes for .net 5/6, but wanted to mention it here in case others have trouble finding it as well.

  • @danmoyer8191
    @danmoyer8191 3 года назад

    Is it possible to display the Toast Success and navigate to the Recipe only after detail page *after* the user dismisses the Toast Sucess?

  • @RayanMADAO
    @RayanMADAO 2 года назад

    I have a question, how did you learn all of this? It's frustrating for me not knowing how to do things I want to do

    • @CodeWithJulian
      @CodeWithJulian  2 года назад

      Great question! It's normal to be frustrated from not getting it right from the beginning. Find different resources & approaches. Take breaks when needed and keep going! It gets a little easier over time, but don't give up!

  • @RayanMADAO
    @RayanMADAO 2 года назад

    Thank you