What's New in .NET MAUI in .NET 9

Поделиться
HTML-код
  • Опубликовано: 5 янв 2025
  • More and more companies are building mobile and desktop apps with .NET MAUI, and .NET 9 is now here to continue improving those business-critical app experiences. In this session we’ll introduce you to what’s new in .NET 9, how companies are being successful shipping production quality applications with .NET MAUI, and how you can get the most out of Visual Studio and Visual Studio Code.
    Connect with .NET:
    Blog: aka.ms/dotnet/...
    Twitter: aka.ms/dotnet/...
    TikTok: aka.ms/dotnet/...
    Mastodon: aka.ms/dotnet/...
    LinkedIn: aka.ms/dotnet/...
    Facebook: aka.ms/dotnet/...
    Docs: learn.microsof...
    Forums: aka.ms/dotnet/...
    🙋‍♀️Q&A: aka.ms/dotnet-qa
    👨‍🎓Microsoft Learn: aka.ms/learndo...
    #dotnet

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

  • @ObiquitechAdmin
    @ObiquitechAdmin Месяц назад +2

    00:00:32 - Different app templates and types
    00:03:05 - Growth overview and stats for MAUI
    00:07:58 - Syncfusion controls in .NET MAUI 9
    00:10:32 - .NET MAUI/Syncfusion project template
    00:14:51 - Component vendors
    00:15:20 - Contribution stats + thank you
    00:17:07 - .NET 9 new features fluff
    00:19:40 - .NET MAUI in .NET 9
    00:29:57 - XC Sync (XCode/Visual Studio for Mac hybrid feature)

  • @rafaatashour
    @rafaatashour Месяц назад +4

    thank you so much for all your efforts,
    for me i think we need more tutorial for MAUI and not tips & trick.
    we need simple Project tutorial as to be honest i found challenging to learn Maui as beginner compared to other frameworks as its have the less tutorial than other.
    please put more effort in tutorial and am sure more people will start adopting MAUI.

  • @belkacemgueliane7490
    @belkacemgueliane7490 Месяц назад +8

    I would really love to see a benchmark comparing CV and CV2 performance.
    Good job MAUI team, getting more awesome every release 💪💪

    • @DavidOrtinau
      @DavidOrtinau Месяц назад +1

      What particular scenarios do you have in mind?

  • @vinny6935
    @vinny6935 Месяц назад

    .NET 9 is an amazing release with so many features and performance improvements - really impressive! I'm happy to be on MAUI now, seems like it's growing while Flutter's future is somewhat in question.

  • @zuraforreg3088
    @zuraforreg3088 Месяц назад +3

    How about AOT compilation? Why is the Publish menu disabled? I want to build a standalone native exe-cutable.

  • @andrewreilly7241
    @andrewreilly7241 Месяц назад +6

    Can I build a MAUI project on Linux yet?

    • @DavidOrtinau
      @DavidOrtinau Месяц назад +2

      Today you can build targeting Android, and use the .NET MAUI DevKit extension for VS Code. .NET Meteor has demonstrated working with iOS from Linux, but I'm not sure if that has been shipped.

  • @ChristianPurstinger
    @ChristianPurstinger Месяц назад

    Isnt the xaml live preview available in VS Community ?

  • @tache66
    @tache66 Месяц назад +4

  • @danieltorres7454
    @danieltorres7454 Месяц назад +1

    I have a question, you guys say "single project" but what happend when you need to deploy a Huawei SO, its Android but a different implementation, like Huawei Notifications (Push Kit). There is only a single folder "Android" for Google, but how lives 2 SO Android (Google and Huawei)?

    • @DavidOrtinau
      @DavidOrtinau Месяц назад +1

      When we say "single project" we are speaking about the project system primarily that enables multi-targeting. We do probably overload the term to also refer to a single "solution" that can target multiple platforms, regardless of how many projects you choose to include.
      If you're going to target 2 Android TFMs, with differing implementations, then a separate project is probably the easiest approach. We ship a multi-project template if you want to reference that for the setup.

  • @Darknightz-w3u
    @Darknightz-w3u Месяц назад

    Source code for the example in video?
    Great job!

  • @JafarH-ip5qh
    @JafarH-ip5qh Месяц назад

    💯💯💯

  • @zuraforreg3088
    @zuraforreg3088 Месяц назад +1

    Any plans for an actual GUI designer?

  • @DrollerTroller
    @DrollerTroller 18 дней назад

    25:56 - 99+ binding errors = )

  • @selvam6073
    @selvam6073 Месяц назад +3

    When will i expect like flutter? Xaml is not user friendly need like mobile blazor binding

    • @sulmarpl
      @sulmarpl Месяц назад +2

      I'm also waiting for xaml to be abandoned.. Xaml is long-winded and very complicated.

    • @kalixthuska8846
      @kalixthuska8846 Месяц назад +13

      I disagree, XAML is way more readable and comfortable than flutter spaghetti and also you don't have to use XAML if you don't want to, so what are you asking for exactly ?

    • @obinnaokafor6252
      @obinnaokafor6252 Месяц назад +5

      Here are options for you - writing end-to-end apps solutions using C# only:
      - using C# Markup - part of the communitytoolkit for Maui
      - using C# Markup for Uno Platform
      - using MauiReactor UI - it is the best as it uses MVU pattern to write apps; both the business logic and the UI. Eerything in code in C# using MVU pattern

    • @selvam6073
      @selvam6073 Месяц назад

      @@obinnaokafor6252 Excepting own UI framework with component across devices and not the wrapper feature

  • @BEKHAMPINEDAMARTINEZ
    @BEKHAMPINEDAMARTINEZ Месяц назад

    kotlin >>>>>