.NET MAUI Navigation Using Navigation Service (Enterprise App Pattern)

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ม.ค. 2025
  • This video about implementing enterprise level navigation pattern in .NET Maui.
    learn.microsof...
    Join this channel to get access to perks:
    / @programmingwithpragnesh

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

  • @javidmodern
    @javidmodern ปีที่แล้ว +1

    Perfect, thanks.

  • @TriPham-id7jo
    @TriPham-id7jo ปีที่แล้ว +1

    very Good

  • @sergiotardo
    @sergiotardo ปีที่แล้ว

    Hi thi is a really good video, I have some questions, where can I control the back button? I mean if I want to do some validation before go back, where should I have to implement that?

  • @dev_bill
    @dev_bill ปีที่แล้ว +1

    Is there anyway to implement that navigation (with param) without using shell navigation? And nice video by the way.

    • @ProgrammingWithPragnesh
      @ProgrammingWithPragnesh  ปีที่แล้ว +1

      Yes, you need to create one service for navigation, you can go through this link,
      xamarincodingtutorial.blogspot.com/2022/02/xamarin-navigation-from-one-page-to.html
      It's Xamarin code but this way you can achieve navigation with param.

  • @yasminaamroun8682
    @yasminaamroun8682 ปีที่แล้ว

    I want to create a database with several tables; I must use the Services as in your example or I but the database in another Data folder for example. Please