Migrating a WPF App to .NET Core 3 (1/5)

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

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

  • @rspy24
    @rspy24 5 лет назад +1

    Finally a good in detail migration tutorial! Thanks! Really helpful! Great job on the .NET core!

  • @anoftc
    @anoftc 3 года назад

    Thanks, useful ;)

  • @atillaselem4827
    @atillaselem4827 5 лет назад

    Hi.. i begin by starting the Server. It runs and listens.. so far so good..but when i start client app all beans are zero.. how can i add some beans for a user logged in? then i can use new trade between two different users as shown in the beginning of the video? Thx..

  • @XenoZeduX
    @XenoZeduX 5 лет назад

    Nice

  • @jeremy7556
    @jeremy7556 5 лет назад

    will the .net core app be cross platform?

    • @mikerousos4036
      @mikerousos4036 5 лет назад

      Hi Jeremy. While .NET Core is cross-platform, the WPF and WinForms APIs are tightly coupled with Windows APIs, so apps using WinForms or WPF components will not run cross-platform.

    • @anoftc
      @anoftc 3 года назад

      @@mikerousos4036 WinForms might be crossplatform in the future, because the old mono-winforms runtime... WPF surely will not be.