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
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.
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.
@cissemy same approach to this .NET Maui Blazor Hybrid | Building Job Portal Mobile App with Maui Blazor Hybrid. ruclips.net/video/GWn1wEP4Zmc/видео.html
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?
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
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 .
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; }
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
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
Thanks 🙏
Thank for sharing the knowledge with us.
This the way that i am looking for 🙏
It’s my pleasure to do always 😃 . You can find more at the channel playlist
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
haha, alright, will see to it. @user-zm5oi3ki7h
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.
Alright
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.
You can even do that without signal R I guess
Alright , will prepare that lesson
Thanks for videos. How can we use RabbitMQ or Kafka in Blazor? Can you add a starting example about this?
Will look into that
@@Netcode-Hub Teşekkür ederim
Great
😃
Thanks
Welcome 🤗
Hi
The thing I also need , is sharing the same authentication and authorization using jwt .Only "admin" can delete a product .
@cissemy 😃
@cissemy same approach to this
.NET Maui Blazor Hybrid | Building Job Portal Mobile App with Maui Blazor Hybrid.
ruclips.net/video/GWn1wEP4Zmc/видео.html
Ok. Will that work for blazor wasm too without modifying the code ?
Hello, thanks for this insight, this is what i am looking for, could you do the ecommerce app from earlier videos with this approach?
Am glad you like it 😃
Will consider that
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?
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
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 .
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;
}
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
How to startForeground() without showing notification?.
Sorry please , I am not getting what you mean 😢, can you explain
this video zip code is not at your github. pls upload it or share zip file link
The source code is in the video description | github.com/Netcode-Hub/DemoReUseableComponentInMauiBlazorHybridSolution
@@Netcode-Hub thanks a lot
the pleasure is mine