karthikraja
karthikraja

Reputation: 497

Is there any dot net framework available to create micro services and domain driven model

In our project we have planned to implement microservices and domain driven. So we need different type of dot net framework for flexibility. we found some of the frameworks which is mentioned below. Is there any .NET related framework available apart from what I mentioned?

  1. MicrodotFramework
  2. Asp.netBiolerPlate
  3. NancyFX
  4. CQRSLite
  5. ServiceStack
  6. AKKa.Net

Upvotes: 1

Views: 348

Answers (1)

ElasticCode
ElasticCode

Reputation: 7875

https://steeltoe.io/

Cloud-native .NET microservices
Steeltoe is an open source project that enables .NET developers to implement industry standard best practices when building resilient microservices for the cloud. The Steeltoe client libraries enable .NET Core and .NET Framework apps to easily leverage Netflix Eureka, Hystrix, Spring Cloud Config Server, and Cloud Foundry services.

Upvotes: 1

Related Questions