Some developer's says applications targeting windows are better in older .net framework compared to core, Can this be applicable to all applications? Should i use .net framework or core.
Loading
Some developer's says applications targeting windows are better in older .net framework compared to core, Can this be applicable to all applications? Should i use .net framework or core.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Aug 2, 2022, 11:48 AM
If you are building a new Windows client application, unless you are married to WinForms, I say start with WPF. Now, WPF is supported in .NET Core. Microsoft has just launched .NET MAUI which is the newest plaform to build Windows client applicaitons.
Dharma KumarPosted Aug 2, 2022, 2:03 PM
Rajanikant HawaldarPosted Aug 2, 2022, 6:46 AM
Dharma KumarPosted Aug 2, 2022, 6:40 AM
Vishal YelvePosted Aug 2, 2022, 6:34 AM
It completely depends on you.
- .Net Core does not support desktop application development and it rather focuses on the web, windows mobile, and windows store.
- .Net Framework is used for the development of both desktop and web applications as well as it supports windows forms and WPF applications.
Please refer to Mahesh Chand Sir's Article.
https://www.c-sharpcorner.com/article/difference-between-net-framework-and-net-core/