Blazor tutorial - CRUD app in ~30 minutes

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

КОМЕНТАРІ • 26

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

    Join the Discord community to chat with other devs and get help if you're stuck on something.
    discord.gg/dcvmDnegsn

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

    We need more of these, walking thru the steps of “doing the work” are more helpful than other ppl who just chat about it. Good Job!!!

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

    This is very good 👍 for starters. Many many thanks.

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

    You can also use just one page for both create and edit by adding two routes and checking if Id is null.

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

      Yea that might be better. Thanks for the feedback.

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

    Great video, very informative, good that you cover publish as well. Straight to the point, but without haste (despite it being somewhat a time challenge!) - love it :)

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

    VERY GOOD VIDEO nice and clear
    Please use bigger font

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

    Hey Rubin, I get the following error when I attempt to execute DotNet ef Migrations Command, Error: "No project was found. Change the current working directory to use the --project option", Googled around but didn't see any actual workable solutions, any ideas sir ?

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

      Hi, yes I got that error a few times too. So there are two things that I think worked for me:
      1) Around 8:00 in the top bar next to the green arrow, select the project you're doing the migrations for as the startup project.
      2) EF uses the project of the current directory your command line is in. So if you're in the directory "BlazorCRUD10Mins" it should work, else I suggest using cd.. and cd ./BlazorCRUD10Mins/ to navigate around.
      Hope this helps!

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

    Great content :)

  • @ĴƏŒF5767
    @ĴƏŒF5767 2 роки тому +1

    Hi, thank you for a very informative video and nice presentation about blazor crud.
    Maybe you can do crud for a master-detail, like in order-details.

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

      Thanks! You mean like a relationship e.g. order order-details ?

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

    what happened to scaffolding automatically using visual studio? This is too much typing.

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

    That was EXACTLY what I was looking for. Great job, thank You, and keep the content coming! Instant "Subscribe" from me :)

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

    Very good. Very simple approach. Simple is always good. My question is, where can I find same manual but for MS SQL? It is awesome that we can just inject tasks into razors and use them exact where their visual implementations are. I like it much more than regular Services and API approach.

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

      Thanks!
      Found an article online that covers how to swap between MS SQL and SQLite as Entity Framework Core database providers: jasonwatmore.com/post/2020/01/03/aspnet-core-ef-core-migrations-for-multiple-databases-sqlite-and-sql-server
      Hope this helps.

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

      @@RubenHeerenDev How about making same video, but with using DbContextFactory instead. Cause it is really right way to do it. But I wasn't able to find good video "from the scratch" to the end like yours.

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

      @@illiavolha5129 Yeah I am considering to make that one soon.

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

    Thanks a lot buddy, i loved this, I'll subscribe and maybe catch you at Discord