How I can make a window on Linux with .NET 8.0 ?

Lord Marte 20 Reputation points
2024-04-11T11:19:40.9233333+00:00

I know how i can make a console program with C# and .NET 8.0, now i want to know exactly how Microsoft can help me to make Desktop Window in Linux Environment. Thanks.

Developer technologies | .NET | Other
{count} votes

Accepted answer
  1. Anonymous
    2024-04-12T07:32:50.4266667+00:00

    Hi @Lord Marte , Welcome to Microsoft Q&A,

    There are some limitations when using .NET Core to develop WinForms applications under the Linux platform, because WinForms is a desktop application framework for Windows operating systems. Although .NET Core is cross-platform on Linux, WinForms support on non-Windows platforms is implemented through the Wine library, which may cause some compatibility and performance issues.

    Currently, Microsoft does not directly provide official support for developing WinForms applications using .NET Core on the Linux platform. WinForms is a GUI framework designed specifically for the Windows platform.

    Thanks for your understanding.

    Best Regards,

    Jiale


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.