Modernize existing .NET applications

Click for: original source

An article by Derya Sezen about the way to modernize existing .NET applications. Together with the Cloud movement, its functions and benefits, software practices and trends have been converging towards creating or migrating the applications towards a cloud-native compliant architecture.

The article discusses few options:

  • Microservices
  • Polyglot architecture
  • Containers
  • Serverless

The article offers a multi-dimensional model for the .NET modernization. There are 3 main dimensions in this model:

  • .NET Core Transition
  • Splitting the Monolith
  • Cloud-Native

… and much more. The last major programming language which is not natively supported on Linux based Kubernetes, .NET versions prior v4.x, definitely needs to be migrated. Good guide!

[Read More]

Tags programming app-development miscellaneous