Home/Journal/Engineering

Migrating a 6-year-old ASP.NET MVC app to .NET 8 minimal APIs

The order we did it in, the bits we kept, and the bits we surprised ourselves by deleting entirely.

Migrating a 6-year-old ASP.NET MVC app to .NET 8 minimal APIs

The order we did it in, the bits we kept, and the bits we surprised ourselves by deleting entirely.

Background

This is a placeholder body, seeded automatically. Edit this post in /admin/posts to replace it with the real article.

What we did

  • Step one — analysed the situation
  • Step two — proposed a plan
  • Step three — shipped it

What we learned

Sometimes the obvious answer is the right one — but you only know that after testing the non-obvious answers first.

A short code sample:

function helloPandasofts(name: string) {
  return `Hi ${name}, welcome to the studio journal.`;
}

Wrapping up

That's the gist. Read more in the studio journal or say hello.


Back to all articlesHave a project like this?