How to estimate codebase upgrade from .Net framework version 4.6.1 to 4.8

Pratim Das, Partha C 306 Reputation points
2023-09-11T10:37:00.05+00:00

Hi,

I have an existing codebase which runs in production written in .Net version 4.6.1. As per security guidelines, we need to upgrade .Net framework version to 4.8. For that I need to estimate the effort for this activity. How I can do that and what factors may affect the migration like lines of code, number of references added etc.

Thanking you in advance for your guidance.

Regards,

Partha

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,973 questions
0 comments No comments
{count} votes

Accepted answer
  1. Olaf Helper 45,291 Reputation points
    2023-09-11T11:29:26.2266667+00:00

    Do a simple test, copy your project, change .NET version and build to see if error raises

    and what factors may affect the migration

    For example 3rd part DLL, controls etc.


0 additional answers

Sort by: Most helpful

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.