Best Answers to convince why I should move away from .Net framework 4.8 to .Net 8

Sampath, Bremanand 0 Reputation points
2023-12-15T11:37:11.73+00:00

I would like to understand the limitations / drawbacks / security challenges / any other best answers to convince why I should move away from .net framework 4.8 to latest .Net version for my existing products. All of my products are web based (Asp.Net MVC APIs). I would really appreciate if I get any documentation reference too.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,803 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,598 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 72,841 Reputation points
    2023-12-15T20:52:20.8766667+00:00

    the main reason to stay with 4.8 is compatibility with existing code. for example webforms, is only supported by .net 4.8. Its main downside is lack of new features. Only security updates (which are allowed to break existing features if required).

    .net offers improved performance, new features, cross platform support. hosting on linux, even in azure, is cheaper than windows. Its main downsides are cost of porting old code and the requirement to stay current with Visual Studio and runtime. (LTS version are only supported for 3 years).

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.