Blazor Hybrid Solution Architecture & Deployment Overview [Pt 3] | Blazor Hybrid for Beginners

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

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

  • @dotnet
    @dotnet  5 месяцев назад +3

    Corrections:
    02:27 open-iconic is no longer include in default templates
    02:35 Data is no longer in the template and functionality is located in Weather.razor
    02:41 Pages is now in the Components folder
    04:45 Shared files are low located in Components - Layouts
    05:10 Weather service is no longer injected and is part of Weather.razor
    06:20 Main.razor is now located in Components/Routes.razor

  • @LordErnie
    @LordErnie 7 месяцев назад +4

    They should have James on more often. He really is one hell of a teacher, really good at explaining. Not one of those buy my super course now kind of guys

  • @sridharsathya8719
    @sridharsathya8719 2 месяца назад

    The project structure has been updated from the Preview to the Release version. Since this is a beginner’s tutorial, it would be awesome if we could add an updated video to the playlist.

  • @elapplzsl
    @elapplzsl 5 месяцев назад +3

    FYI one thing they missed is that you need to turn on Developer Mode for windows.

  • @shaileshpandey6214
    @shaileshpandey6214 7 месяцев назад +2

    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. ?

  • @kevinmahoney9205
    @kevinmahoney9205 7 месяцев назад +1

    Two months later this no longer works. I've selected MAUI Blazor Hybrid project type, but the folder structure is now different. When I try debugging on "Windows Machine", I just got a popup stating "The project needs to be deployed before we can debug. Please enable Deploy in the Configuration Manager.", which is already enabled.

    • @stephensmith8474
      @stephensmith8474 5 месяцев назад

      Yes, it is obsolete now and rather useless

  • @ViktorSzekely
    @ViktorSzekely 3 месяца назад

    Today I created step by step above recorded Solution but the generated folder structure totally different.... There are not data, pages folders .....

  • @trogalko
    @trogalko 5 месяцев назад

    Tried to publish to another windows 10 machine using msix installer with self signed cert, it simply won't running. Is there is docs for publish windows app? Thanq

  • @Aweklin
    @Aweklin 10 месяцев назад

    Hi James, thanks for sharing this.
    I am able to run on emulators (Android and iOS) and on an actual Android device.
    However, I get "Could not locate launch tool in Microsoft.iOS.Sdk workload." whenever I choose to run on an actual iOS device. When I run dotnet workload list on the terminal, I get
    Installed Workload Id Manifest Version Installation Source
    --------------------------------------------------------------------
    maui-ios 7.0.101/7.0.100 SDK 7.0.300
    maui-android 7.0.101/7.0.100 SDK 7.0.300
    maui 7.0.101/7.0.100 SDK 7.0.300
    What am I missing & how can I get debug/run on my real iPhone device?

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

      you could try to install "dotnet workload install ios" and see if that helps out... although shouldn't need it...

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

    Hi James When you run Blazor hybrid or maui in arabic language right to left
    1.direction of close button dont changge
    2.direction of live preview dont show correct
    i wish you care of rgiht to left direction in the future
    thanks alot

  • @kking999
    @kking999 6 месяцев назад +1

    i don't see web application option in blazor hybird mode, can i deploy this as webappliction ?

    • @roaringtiger01
      @roaringtiger01 4 месяца назад

      same question. did you find the answer?