C
C#13mo ago
MrInfinite

Do I have to install the framework to use an application built with the same framework?...and severa

I want to ask a group of questions. I want to develop an application CRM, what is the appropriate technology to build it using .NET, with a mention of the reason, although I have thought about using WPF, I am confused about whether to use WPF .net or WPF .net framework. Also, I want to make sure there is no difference between .NET and .NET core. Finally, I have read that the .NET framework needs to be installed on the device in order for applications built using the .NET framework to work. Does this also apply to the .NET and other frameworks?
2 Replies
Angius
Angius13mo ago
I am confused about whether to use WPF .net or WPF .net framework.
Unless absolutely necessary for some godforsaken reason, don't ever make any new software with Framework
Also, I want to make sure there is no difference between .NET and .NET core.
.NET is a rebrand of .NET Core and, generally, has newer features and more of them. For all intents and purposes, Core is dead, use .NET
Finally, I have read that the .NET framework needs to be installed on the device in order for applications built using the .NET framework to work. Does this also apply to the .NET and other frameworks?
Yes, .NET Framework has to be installed. With modern .NET you can go this route, or you can build a self-contained app
Accord
Accord13mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.