Full CRUD Operations .Net Core Razor Pages CRUD - .NET 8.0 Razor Pages using Entity Framework Core

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

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

  • @ayslangarcia4944
    @ayslangarcia4944 8 месяцев назад +1

    exactly what I needed, congratulations on the video!

    • @CodeWithGopi
      @CodeWithGopi  8 месяцев назад

      Thanks for your valuable feedback and support 👍

  • @benjamingunderson6655
    @benjamingunderson6655 8 месяцев назад +1

    Exactly what I needed, thank you so much!

    • @CodeWithGopi
      @CodeWithGopi  8 месяцев назад

      Thanks for your valuable feedback and support 👍

    • @CodeWithGopi
      @CodeWithGopi  7 месяцев назад

      Thank you for your feedback and support! If you're able, please consider supporting my channel by becoming a member or using Super Thanks.

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

    An updated enhancement to this might be nice, which makes the UI and table design more "real world", so that the Products has a foreign key to another table (perhaps a manufacturerID?) Thus your UI create and edit pages would require a dropdown list to select that manufacturer name. In addition, show the changes needed for multiple tables in the DAL and in the LINQ queries for the pages.

  • @angelmarythomas874
    @angelmarythomas874 7 месяцев назад +1

    Can u do authentication and authorization of admin and include the crud operations

  • @mohammedelsheimy9422
    @mohammedelsheimy9422 8 месяцев назад

    Will you be using repository unit of work?

  • @jamaalhussain8311
    @jamaalhussain8311 8 месяцев назад +1

    Does this use Database?