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

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ม.ค. 2025

ความคิดเห็น • 28

  • @BoostMyTool
    @BoostMyTool  5 หลายเดือนก่อน +2

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

  • @jaxkay2958
    @jaxkay2958 5 หลายเดือนก่อน +1

    I love they way you take us through the paces!

  • @saltytunafacts1906
    @saltytunafacts1906 2 หลายเดือนก่อน

    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!

  • @ismailvfx31
    @ismailvfx31 หลายเดือนก่อน

    thanks , ur the best
    Simple and esay tuto

  • @S2KPHD
    @S2KPHD 4 หลายเดือนก่อน

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

  • @cissemy
    @cissemy 5 หลายเดือนก่อน +1

    Excellent

  • @PIDOtomasyon
    @PIDOtomasyon 2 หลายเดือนก่อน

    thank you so much

  • @Aucklandvibes
    @Aucklandvibes 12 วันที่ผ่านมา

    Awesome job of explaining in the simplest way without any Drama.. thank you so much.. ❤❤
    Do you do some kind of freelancing as well please let me know I have a project ready for you to do
    Thanks again

    • @BoostMyTool
      @BoostMyTool  12 วันที่ผ่านมา +1

      hello, yes I do freelance. this is my email address boostmytool@gmail.com

  • @thsstphok7937
    @thsstphok7937 5 หลายเดือนก่อน +4

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

  • @netrunner1987
    @netrunner1987 5 หลายเดือนก่อน

    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  5 หลายเดือนก่อน

      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 5 หลายเดือนก่อน +1

      @@BoostMyTool yet... lol

    • @BoostMyTool
      @BoostMyTool  2 หลายเดือนก่อน

      This is my last video about Blazor authentication: th-cam.com/video/uYkfk-rMmlM/w-d-xo.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 5 หลายเดือนก่อน

    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  5 หลายเดือนก่อน

      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 5 หลายเดือนก่อน

    Great video, did you remove a video?

    • @BoostMyTool
      @BoostMyTool  5 หลายเดือนก่อน +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 5 หลายเดือนก่อน

    Is there huge differences to do this in NET 8?

    • @BoostMyTool
      @BoostMyTool  5 หลายเดือนก่อน +1

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

  • @mahdoutn1260
    @mahdoutn1260 4 หลายเดือนก่อน

    mr7be bweld bledi:)

  • @kouaslm
    @kouaslm 5 หลายเดือนก่อน +1

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

  • @rami7068
    @rami7068 4 หลายเดือนก่อน

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