Share via

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

Alick Wang 306 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?

Developer technologies | Windows Forms
0 comments No comments

3 answers

Sort by: Most helpful
  1. Alee Jee 5 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.

    1 person found this answer helpful.
    0 comments No comments

  2. YujianYao-MSFT 4,296 Reputation points Microsoft External Staff
    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.

    1 person found this answer helpful.
    0 comments No comments

  3. Castorix31 91,866 Reputation points
    2023-03-30T07:19:09.76+00:00
    0 comments No comments

Your answer

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