Create Reusable components for .NET Blazor and Blazor Hybrid Applications🌟

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

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

  • @asifjamal-m8g
    @asifjamal-m8g 10 месяцев назад +1

    Hi Great Netcode-Hub thanks a lot for providing a best programming technique and knowledge for reusable of blazor components. pls make a video of master and child crud with SQL database in same framework and also by implementing iterface class over service class. we will be waiting for it. thanks

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

    Thank for sharing the knowledge with us.
    This the way that i am looking for 🙏

    • @Netcode-Hub
      @Netcode-Hub  Год назад

      It’s my pleasure to do always 😃 . You can find more at the channel playlist

  • @asifjamal-m8g
    @asifjamal-m8g 10 месяцев назад

    great Netcode-hub. pls also add data connectivity with sqlserver, migration etc. you have missed this step, so please explain it as soon as. thanks

    • @Netcode-Hub
      @Netcode-Hub  10 месяцев назад +1

      haha, alright, will see to it. @user-zm5oi3ki7h

  • @asifjamal-m8g
    @asifjamal-m8g 9 месяцев назад +1

    Hi Great Netcode-Hub, pls share a link regarding same video reuseable blazor components for web and maui hybrid mobile app BUT with actual sql database table.

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

    Hi
    One more request .Can you add Signal R so that if I buy a product with quantity left =1 , everybody will see "order" button disabled for that product.

    • @Netcode-Hub
      @Netcode-Hub  Год назад +1

      You can even do that without signal R I guess

    • @Netcode-Hub
      @Netcode-Hub  Год назад

      Alright , will prepare that lesson

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

    Thanks for videos. How can we use RabbitMQ or Kafka in Blazor? Can you add a starting example about this?

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

    Great

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

    Thanks

    • @Netcode-Hub
      @Netcode-Hub  Год назад +1

      Welcome 🤗

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

      Hi
      The thing I also need , is sharing the same authentication and authorization using jwt .Only "admin" can delete a product .

    • @Netcode-Hub
      @Netcode-Hub  Год назад +1

      @cissemy 😃

    • @Netcode-Hub
      @Netcode-Hub  Год назад

      @cissemy same approach to this
      .NET Maui Blazor Hybrid | Building Job Portal Mobile App with Maui Blazor Hybrid.
      ruclips.net/video/GWn1wEP4Zmc/видео.html

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

      Ok. Will that work for blazor wasm too without modifying the code ?

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

    Hello, thanks for this insight, this is what i am looking for, could you do the ecommerce app from earlier videos with this approach?

    • @Netcode-Hub
      @Netcode-Hub  Год назад +2

      Am glad you like it 😃
      Will consider that

    • @Netcode-Hub
      @Netcode-Hub  11 месяцев назад +1

      Sorry for the delay...
      I am little bit confused with your question.. don't mine me.. If i get you right.. Are you talking about consuming same web service with Maui Blazor Hybrid and Web Assembly? Or Are you talking about hosting/ publishing the two.... on one server?

  • @shaileshpandey6214
    @shaileshpandey6214 9 месяцев назад

    I am using MAUI blazor hybrid App.
    I want to know that when we run the app login page shohld be open instead of Home page, so where we define this page? Please just help where we can define this routing. ?
    I am using .Net 8.0

    • @Netcode-Hub
      @Netcode-Hub  9 месяцев назад

      So you wanna set the login page to open automatically? Then use @page “/“
      Else if you want to check for authentication to navigate between the home page and login then you need to check with custom code .

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

    Help me, in productservice, in the updateProduto code it is giving a dereference error in product.Name = model.Name
    public static void UpdateProduct(Product model)
    {
    var product = Products.FirstOrDefault(_ => _.Id == model.Id);
    product.Name = model.Name;
    product.Description = model.Description;
    product.Quantity = model.Quantity;
    }

    • @Netcode-Hub
      @Netcode-Hub  Год назад

      Do you have GitHub repo ? It will be easier for me to help when you push your project to GitHub so I can pull and check
      Zip your whole project and send to my email if you can’t push to GitHub so I can debug the whole app and see the error

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

    How to startForeground() without showing notification?.

    • @Netcode-Hub
      @Netcode-Hub  Год назад

      Sorry please , I am not getting what you mean 😢, can you explain

  • @asifjamal-m8g
    @asifjamal-m8g 10 месяцев назад +1

    this video zip code is not at your github. pls upload it or share zip file link

    • @Netcode-Hub
      @Netcode-Hub  10 месяцев назад +2

      The source code is in the video description | github.com/Netcode-Hub/DemoReUseableComponentInMauiBlazorHybridSolution

    • @asifjamal-m8g
      @asifjamal-m8g 10 месяцев назад +1

      @@Netcode-Hub thanks a lot

    • @Netcode-Hub
      @Netcode-Hub  10 месяцев назад

      the pleasure is mine