WPF App (.NET framework) vs. WPF App (.NET 6)

Viewed 28

I am a new c# developer and started working at a small medical startup not long ago. We are going to start developing a new program meant for windows with WPF using .NET Framework 4.8. What I want to know is would it actually be a better idea to use .NET 6 instead.

I did some research online and there wasn't too much info regarding this situation rather than just talking about how it's a little faster.

What key features would we be missing for using .NET 6? or in other words what would be the advantages and disadvantages for both?

Side note: The program is meant to run only on windows

Thank you!

0 Answers
Related