✅ creating a wpf app
Hi, I'm new to wpf and I'm following an older tutorial that says to create a WPF App (.NET Core) project but I don't see it available. Am I supposed to select WPF App (.NET Framework) ?
7 Replies
it shouldn't say .NET Framework, that's old
it probably just says .NET or nothing at this point, the Core part of the name was dropped
its just
WPF App
without the .NET Core
because it was renamed to just .NET$newproject
When creating a new project, prefer using .NET over .NET Framework, unless you have a very specific reason to be using .NET Framework.
.NET Framework is now legacy code and only get security fix updates, it no longer gets new features and is not recommended.
https://cdn.discordapp.com/attachments/569261465463160900/899381236617855016/unknown.png
Thank you everyone!
$close
Use the
/close
command to mark a forum thread as answered