App Center for WPF and WinForms

Поділитися
Вставка
  • Опубліковано 21 січ 2025

КОМЕНТАРІ • 29

  • @dotnetdevni
    @dotnetdevni 5 років тому +4

    20 years to late still love winforms and always will can’t wait to see new controls come out to the standard list app centre is fantastic.

  • @S3Kglitches
    @S3Kglitches 4 роки тому

    Does this work if I don't want users to run the installer everytime but instead do my own auto-update through my app files stored in database which will download only the lastest changed files in the last version? E.g. I update only backend dll so on the next start, the application will check for updates in the db and download only the new backend dll.
    Does this also somehow support having user's feedback in the log? E.g. having a dialog where the users writes what happened and that will be included in the online web application?

  • @severt171
    @severt171 3 роки тому

    Hi, I would like to ask if it is possible to add also some auto-update check?

  • @TABULATouch
    @TABULATouch 5 років тому

    Is this going to work also for console C# apps and Unity native desktop (non UWP) ?
    For console apps it seems the error reporting setup and logic is not intrinsically coupled to WPF UI.
    Am I wrong?

  • @rodrigocaballerohurtado5367
    @rodrigocaballerohurtado5367 5 років тому +1

    awesome guys I can't wait to use a WPF core app with AppCenter soon! thanks for the video

    • @benja303
      @benja303 5 років тому

      Rodrigo Caballero Hurtado What is app center

  • @dotnetdevni
    @dotnetdevni 5 років тому +1

    Be interesting to no how u force the install into specific directory’s etc looking forward to testing this.

  • @ErichHafenmaier
    @ErichHafenmaier 5 років тому +4

    This is absolutely awesome and will be a game changer for some of the projects my current dev team is working on. The insight with analytics alone is huge. We have a couple of native iOS and Android apps setup in Azure DevOps pipelines that push over to App Center for distribution and it's been a great experience for getting a copy of the app into testers hands. Even though it's currently a manual process to distribute WinForms/WPF it was good to hear the Azure DevOps -> App Center flow is in the works.
    Kudos and thank you..!
    One question: Any plans to incorporate in-app updates..? I've worked with both ClickOnce and more recently Squirrel but have somewhat of a love/hate relationship with both of those.

    • @misterfloris
      @misterfloris 5 років тому

      We've had great success using the new MSIX format, which allows you to host a package on a website and install it using the App Installer. You can configure if updates are mandatory or not and it offers a great user experience. Some more info via the following link (please note that it's not required to run in your application as .NET core): montemagno.com/distributing-a-net-core-3-wpf-and-winforms-app-with-msix/

    • @olivierhelin7674
      @olivierhelin7674 5 років тому

      Maybe have a look on MSIX => docs.microsoft.com/en-us/windows/msix/overview

  • @LindenMikus
    @LindenMikus 5 років тому

    is the distribution only through email? would be nice if they opened the app and it gave a message about new version or so..

  • @VaibhavGawali
    @VaibhavGawali 5 років тому +1

    Is there support for mix environment of WinForm & WPF app? And does this require paid subscription?

    • @winnieli3030
      @winnieli3030 5 років тому

      App Center should work for a mixed WinForms / WPF app. Give it a try and let our support team know if you run into any issues.
      App Center distribution, diagnostics, and analytics is completely free. You can find more about our pricing model here: docs.microsoft.com/en-us/appcenter/general/pricing

  • @AkshayChikhalkar15
    @AkshayChikhalkar15 5 років тому

    Classic feature guys, I loved it

  • @vaporizer08
    @vaporizer08 5 років тому

    Very useful video. Thanks guys.

  • @jeffreyandrews3057
    @jeffreyandrews3057 5 років тому

    Can this be used with production apps?

  • @brianjohnson3383
    @brianjohnson3383 5 років тому

    I watch all of videos, great stuff. I would like to see some mini tutorials for beginners. There are plenty of how too's on the web but you can't beat the professionals.

  • @abdalghanialbiek8999
    @abdalghanialbiek8999 5 років тому

    Can I deploy UWP app on app center?

    • @winnieli3030
      @winnieli3030 5 років тому +1

      Yep! You can upload a UWP app package in any of the formats listed here: docs.microsoft.com/en-us/appcenter/distribution/uploading#uwp

  • @loukask.9111
    @loukask.9111 5 років тому

    how did she open the exe on mac?

    • @tarasbuha7726
      @tarasbuha7726 5 років тому

      Hans Müller seems like windows vm on her mac

    • @nevzataydin1
      @nevzataydin1 5 років тому +1

      virtual machine

  • @alxridepov
    @alxridepov 5 років тому

    Robert, the poor guy wanted to give you a handshake at the end... :D Nice as always though

  • @sourcephy6208
    @sourcephy6208 5 років тому

    I hope someday we can have a crossplatform desktop app.

  • @ME-dg5np
    @ME-dg5np 5 років тому

    Very good @!

  • @mahdihosseini5325
    @mahdihosseini5325 5 років тому

    tnx finally

  • @tornet3964
    @tornet3964 5 років тому

    maybe it is available on VS 2019 only ... like .Net Core Winform

    • @jmoralesv03
      @jmoralesv03 5 років тому +2

      Actually no, the dependencies are just Nuget packages, you can use any Visual Studio version you have with a WinForms or WPF application targeting .NET Framework 4.5+. Even Visual Studio 2012 can be used.