Blazor .NET 7 CRUD using ADO.NET & Stored Procedures | Blazor CRUD Operations | C# Blazor CRUD

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

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

  • @nahdinet
    @nahdinet Год назад +3

    thanks for this tutorial we hop to explain Multi-repository in blazor in next tutorial

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

    thank you so much for taking us through

  • @nahdico
    @nahdico Год назад +3

    It is amaze and great tutorial, please we waiting your example share it in github.. thanks so match

    • @noorcodelogics
      @noorcodelogics  Год назад

      github.com/NoorNashad/BlazorCRUDAppNet7

    • @nahdico
      @nahdico Год назад

      great tutorial .....
      great Code..
      thank you so much for your time 💯

  • @muhammadsiddiqkhan6898
    @muhammadsiddiqkhan6898 10 месяцев назад

    very nice and good explaination of Blazor .NET 7 CRUD using ADO.NET & Stored Procedures | Blazor CRUD Operations | C# Blazor CRUD. che dy Bannu Gul ho nu ye?

  • @ehsanxwxti14
    @ehsanxwxti14 Год назад +1

    Very Informative Tutorial.

  • @maksudurmredul5410
    @maksudurmredul5410 Год назад +1

    Superb Brother...👌

  • @DasariMoulikaPriyanka
    @DasariMoulikaPriyanka Год назад

    Thank you for @Noor Codelogics You helped me alot, very informative

  • @imadabab
    @imadabab Год назад +1

    Brilliant. Thanks a lot. I have subscribed.

    • @noorcodelogics
      @noorcodelogics  Год назад +1

      Thank you so much. It will help me to load more content

    • @imadabab
      @imadabab 10 месяцев назад

      Hello dear. Are you interested in freelance projects. If yes please let me know.

  • @ayorindebanjo7211
    @ayorindebanjo7211 Год назад +1

    Following your video a means of learning. Kindly share the codes for my further development

    • @noorcodelogics
      @noorcodelogics  Год назад

      Thanks for your kind words. Unfortunately, I have not in hand the code of the project at the moment.

  • @youfoodbook
    @youfoodbook Год назад +1

    wow.... great tutorial .....

  • @islamicstatusofficial6670
    @islamicstatusofficial6670 Год назад

    Superb Tutorial well explained . please make tutorial of deoployment of this project

    • @noorcodelogics
      @noorcodelogics  Год назад

      Ok sure. I will show you how to deploy the project

    • @nguyenduynhan3549
      @nguyenduynhan3549 10 месяцев назад

      @@noorcodelogics Can you tell me the link to the video tutorial? Thank.

  • @islamicstatusofficial6670
    @islamicstatusofficial6670 Год назад

    please clear this confusion, we may develop Blazor app using Blazor Server or Blazor Web Assembly or both can be used in a single project .

    • @noorcodelogics
      @noorcodelogics  Год назад

      Hi,
      I'm blazor web app, you have to use both projects; blazor web assembly for server side and blazor server side for APIs. You will call the APIs from blazor web assembly. You will have to host the web assembly and server side both projects separately.
      It's good idea.
      Moreover, you can also used blazor server side single project for your web app.

  • @vinhlam1401
    @vinhlam1401 Год назад

    thank you !

  • @fired_developer
    @fired_developer Год назад

    Nice, please increase font size when recording, min - 120%

  • @nickoalbes6546
    @nickoalbes6546 Год назад

    Why does all the data rows are being deleted when I clicked the Delete button? please help, Ive been solving the problem since yesterday

    • @nickoalbes6546
      @nickoalbes6546 Год назад

      all the rows in the database are being deleted when I clicked the delete button of the current row. please help

    • @noorcodelogics
      @noorcodelogics  Год назад

      It's mean that you have just write a plan delete query for erasing all the rows. In my case, if you observe, I am passing id of each record from front end for deleting any row.

    • @noorcodelogics
      @noorcodelogics  Год назад

      Just show me the SQL query of delete record. I think you are just deleting all the rows without specifying the row primary key

    • @nickoalbes6546
      @nickoalbes6546 Год назад

      @@noorcodelogics this is what is in my procedures in my SQL Database sir:
      ALTER PROC [dbo].[DeleteAgentRecord]
      (
      @AgentID int
      )
      AS
      BEGIN
      DELETE FROM Agents WHERE AgentID = @AgentID
      END

    • @noorcodelogics
      @noorcodelogics  Год назад +1

      Your store procedure is fine. It will only delete a single row.
      Now there are more possibilities of the issue. The agent id column may have same value or there may issue on code side

  • @islamicstatusofficial6670
    @islamicstatusofficial6670 Год назад

    if both can be used in a single app, how can we deploy it

  • @guillermomazzari4983
    @guillermomazzari4983 Год назад +2

    Hi, thanks for sharing, could you please share the source code or github repo, thanks!

    • @noorcodelogics
      @noorcodelogics  Год назад +1

      I will check and if not deleted from my PC then I will share in next two days.
      Thanks

    • @guillermomazzari4983
      @guillermomazzari4983 Год назад

      @@noorcodelogics highly thankful for it!

    • @noorcodelogics
      @noorcodelogics  Год назад +1

      @@guillermomazzari4983
      Here is source code:
      github.com/NoorNashad/BlazorCRUDAppNet7

    • @guillermomazzari4983
      @guillermomazzari4983 Год назад

      @@noorcodelogics thanks!!!!!

    • @noorcodelogics
      @noorcodelogics  Год назад

      @@guillermomazzari4983 you are welcome

  • @islamicstatusofficial6670
    @islamicstatusofficial6670 Год назад

    any video on this , please share the link

  • @islamicstatusofficial6670
    @islamicstatusofficial6670 Год назад

    name: not recognized, gener
    ating error

    • @noorcodelogics
      @noorcodelogics  Год назад

      I didn't understand your statement. Can you clarify in more detail

  • @lernemitmironlinedeutsch7053
    @lernemitmironlinedeutsch7053 Год назад

    Please share your code

  • @islamicstatusofficial6670
    @islamicstatusofficial6670 Год назад

    please guide