8 Reasons to Adopt Microservices, in fewer than 100 words

  1. You find yourself copying and pasting code to enable new lines of business.
  2. “We don’t know why this happens” becomes a familiar refrain.
  3. You have at least one ETL or ELT process.
  4. Enterprise customers want you to segregate their instances from your standard multi-tenancy practices.
  5. You’re on .NET Framework, but you want to embrace .NET Core while keeping your production .NET Framework instance working.
  6. You’re on .NET; but want to develop new features in another stack.
  7. You want to make work streams independent.
  8. Easier to adopt cloud-native services.

Leave a Reply