windows forms app is .NET (Core)
See https://learn.microsoft.com/en-us/dotnet/core/introduction#net-history
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
what's the difference between windows forms app and windows forms app (.netframework) in vs 2022?
windows forms app is .NET (Core)
See https://learn.microsoft.com/en-us/dotnet/core/introduction#net-history
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.
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.