what's the difference between windows forms app and windows forms app (.netframework) in vs 2022?

Alick Wang 266 Reputation points
2023-03-30T06:15:45.95+00:00

what's the difference between windows forms app and windows forms app (.netframework) in vs 2022?

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,894 questions
0 comments No comments
{count} vote

3 answers

Sort by: Most helpful
  1. Castorix31 85,546 Reputation points
    2023-03-30T07:19:09.76+00:00
    0 comments No comments

  2. YujianYao-MSFT 4,291 Reputation points Microsoft Vendor
    2023-03-31T06:02:34.05+00:00

    Hi Alick Wang,

    About difference between "Windows Forms App" vs "Windows Forms App (.NET Framework)" you could read this issue, I believe it will be helpful to you.

    Best regards,

    Elya


    If the answer is the right solution, please click "Accept Answer" and 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

  3. Alee Jee 0 Reputation points
    2024-05-14T13:43:26.0466667+00:00

    The main difference between "Windows Forms App (.NET)" and "Windows Forms App (.NET Framework)" is that the former uses the latest .NET versions (like .NET 5, 6, 7, etc.), making it ideal for new projects with modern features and future updates, while the latter uses the older .NET Framework (up to version 4.8), making it better suited for maintaining and extending existing legacy applications.

    0 comments No comments

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.