Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ngohungphuc/microservices

Asp.Net Core Microservice
https://github.com/ngohungphuc/microservices

microservices

Last synced: about 15 hours ago
JSON representation

Asp.Net Core Microservice

Awesome Lists containing this project

README

        

> Building microservices with ASP.Net Core
Ref link

+ https://visualstudiomagazine.com/articles/2015/09/30/microservices-csharp.aspx

+ https://www.strathweb.com/2017/01/building-microservices-with-asp-net-core-without-mvc/

+ https://github.com/filipw/aspnetcore-api-samples

+ https://blogs.msdn.microsoft.com/dotnet/2017/08/09/web-apps-aspnetcore-architecture-guidance/

+ https://medium.com/@FurryMogwai/building-a-basket-micro-service-using-asp-net-core-and-akka-net-ea2a32ca59d5

+ http://www.bloggedbychris.com/2016/07/12/stateful-microservice-net-core-docker-postresql/

run
```
Add-Migration ProductDb

Update-Database
```