CRUD Operations using Blazor Web Assembly - ASP.NET Web API - Entity Framewrok and SQL Server

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

КОМЕНТАРІ • 24

  • @BoostMyTool
    @BoostMyTool  3 місяці тому +1

    *Source Code on Patreon* : www.patreon.com/posts/crud-operations-111003972

  • @jaxkay2958
    @jaxkay2958 3 місяці тому +1

    I love they way you take us through the paces!

  • @saltytunafacts1906
    @saltytunafacts1906 Місяць тому

    Thank Goodnesss I just found a very helpfull video, that teaches this loud and clear , Ive been working on blazor , practicing everyday, this video Helps a Lot, pls Continue to make this kind of videos

  • @pkphilips2
    @pkphilips2 День тому

    Very nicely done! thank you!

  • @S2KPHD
    @S2KPHD 3 місяці тому

    Last time I programmed, it was C++ ... a lot of things have changed, but I was able to follow through the video.

  • @thsstphok7937
    @thsstphok7937 3 місяці тому +3

    I'm starting It now can't decide between focus on Java or C#. What would you choose if started again?

  • @kvelez
    @kvelez 3 місяці тому

    Cool video, make one using Blazor Server or another using Blazor Web App.

  • @cissemy
    @cissemy 3 місяці тому +1

    Excellent

  • @PIDOtomasyon
    @PIDOtomasyon 18 днів тому

    thank you so much

  • @netrunner1987
    @netrunner1987 3 місяці тому

    So, question about NVARCHAR(max) for... everything, is that normal or should we limit the size? I just want to optimize for user experience... and speed.

    • @BoostMyTool
      @BoostMyTool  3 місяці тому

      NVARCHAR(max) requires more space in the database. To limit the size, you can decorate the properties with MaxLength attribute. Example:
      [MaxLength(100)]
      public string FirstName { get; set; } = "";
      You can check this link for more details and microsoft recommendations : learn.microsoft.com/en-us/sql/t-sql/data-types/nchar-and-nvarchar-transact-sql?view=sql-server-ver16

  • @netrunner1987
    @netrunner1987 3 місяці тому

    I'm coming from a web forms developer learning blazor. Most things that I am looking for are master/detail and then edit the detail, perhaps in a datagrid with search and sort. I see that you have a Authentication and Authorization video, so, I will try to combine it into 1 project.

    • @BoostMyTool
      @BoostMyTool  3 місяці тому

      Blazor is not a traditional web app. It's like React/Angular/Vuejs (front end technology). So you need a web api to run Blazor app. My Authentication/Authorization video is for traditional web app. It does not work with Blazor. You need a web api with JWT authentication and authorization. I don't have a video about JWT in ASP.NET.

    • @netrunner1987
      @netrunner1987 3 місяці тому +1

      @@BoostMyTool yet... lol

    • @BoostMyTool
      @BoostMyTool  24 дні тому

      This is my last video about Blazor authentication: ua-cam.com/video/uYkfk-rMmlM/v-deo.html - I'm currently preparing Part 2 (role-based authorization). I'll try to publish another video about admin dashboard using Blazor within the next few weeks. If you have any question, please let me know.

  • @netrunner1987
    @netrunner1987 3 місяці тому

    Great video, did you remove a video?

    • @BoostMyTool
      @BoostMyTool  3 місяці тому +1

      I haven't record the second video yet. I hope to record it this week. I plan to publish it on Patreon. by the way, thank you for your support on patreon.

  • @netrunner1987
    @netrunner1987 3 місяці тому

    Is there huge differences to do this in NET 8?

    • @BoostMyTool
      @BoostMyTool  3 місяці тому +1

      no differences if you create blazor web assembly app, big differences if you create blazor server app

  • @kouaslm
    @kouaslm 3 місяці тому +1

    لا اريد التدخل في امورك لكن لماذا لا تقوم بعمل فيديو موازي باللغة العربية نظرا لأهمية الدروس التي تقدمها.

  • @mahdoutn1260
    @mahdoutn1260 3 місяці тому

    mr7be bweld bledi:)

  • @rami7068
    @rami7068 3 місяці тому

    hi , ur an E-Commerce course Udemy uses .net 8?