user

Five Steps to Prepare for a .NET 8 Migration

Introduction

Crista Perlton

Crista Perlton


LATEST POSTS

How Licenses Work with Chocolately 22nd March, 2024

How to Handle npm Dependencies with Lock Files 16th January, 2024

.NET

Five Steps to Prepare for a .NET 8 Migration

Posted on .

Have you migrated to .NET 8 yet?

If you’re currently using .NET 5 to .NET 7, then moving to .NET 8 is a cinch — and you probably don’t need the advice in this article.

But if you’re currently operating on .NET Framework, you’ll have a bit more work to do. Fortunately, .NET Framework won’t be fully deprecated for a while (think 2030), but don’t wait to start planning!

If you spend a little time between now and end-of-life planning and executing, your migration will be nearly pain-free. Don’t worry, we’ve already laid out the steps for what you need to do to get ready for .NET 8.

Step 1: Take an inventory of your existing applications

Start by assessing your applications to see what’s running on what .NET, as well as what version they’re on. Many developers will know this off the top of their heads, but it never hurts to have official documentation that others can check and reference.

Step 2: Assess Deprecated Components

Determine which of your applications are using ASP.NET Web Forms, Windows Communication Foundation, or Windows Workflow Foundation. If developers don’t know already, a brief survey of the code base should quickly clarify.

All of these deprecated libraries have a workaround, like maintaining legacy applications with CI/CD or using Microservices to break down monolith applications. This step is a good opportunity to make plans for the future of your applications and create a training manual on maintenance.

Step 3: Prioritize with Stakeholders

Developers are the ideal group to assess the deprecated components of an organization’s applications and libraries and then comment on the resources required to upgrade and/or migrate to .NET 8. Stakeholders, however, may not be prepared to invest in rewriting applications to upgrade deprecated technology. Stakeholders may even want to entirely rewrite the application to align with a new or adjusted business strategy.

Use this step to discuss with Stakeholders so the migration to .NET 8 aligns with strategy and resources aren’t unintentionally lost.

Step 4: Prepare a migration schedule

Anyone using .NET Core or .NET Framework can wait to upgrade to .NET 6, 7, or 8 since Core and Framework are tied to the operating system. In theory, a developer using .NET Framework 4.8 could wait until 2030 to upgrade to the new .NET5+ (.NET 5 to .NET 8)

But, it never hurts to plan ahead. Take the opportunity to create a rough migration schedule before the end-of-life of your .NET. Give peace of mind to team members and prepare stakeholders for possible costs and potential risks.

Step 5: Increase your release velocity

Microsoft will release a new .NET every year going forward. Some, like .NET 8, have long-term support, but others will only have support for 18 months, like .NET 5.

The .NET5+ series is a good lesson in the importance of updating regularly. Migrations are extremely difficult for those who rarely update. Increasing deployment flexibility will help invest in automation and encourage best practices in your team.

Plan for Migration

.NET 8 is a fantastic opportunity to upgrade, whether you’re coming from .NET Core, .NET Framework, or .NET5+, since it will have three years of support. The wrinkles have been ironed out of .NET 7 and the improvements and new features of .NET 8 are well-received by users.

Although .NET Framework 3.5 and 4.8 are estimated to last another 10 years, it never hurts to start planning for migration. Consider how you’ll move your package libraries; now may be the time to consider a CI/CD method.


Did you find this article helpful? Are you using NuGet to make your .NET packages? Learn how to optimize your NuGet in the Enterprise; sign up for our free NuGet guide:

Crista Perlton

Crista Perlton

Navigation