C
C#2y ago
TJFrags

❔ ASP.NET Core web app vs ASP.net web application(.NET Framework)

Hi, Ive been working with c# for a while now and would like to make a webapp but I dont know where to start. Should I use ASP.NET Core web app or ASP.net web application(.NET Framework) and whaat are the differences?
8 Replies
Angius
Angius2y ago
$newproject
MODiX
MODiX2y ago
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
Sossenbinder
Sossenbinder2y ago
Unless you have a specific need, go with core
Angius
Angius2y ago
Framework is old and Windows-only
TJFrags
TJFrags2y ago
Alright I got it, one more thing. If i make a webapp using .Net framework and host it will people on other devices be able to acces the site?
Angius
Angius2y ago
Depends how and where you host it, but it can be done, sure You'll just need to shell out some $$$ for Windows Server hosting
TJFrags
TJFrags2y ago
ohk got it. THanks everyone
Accord
Accord2y 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.