Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ngohungphuc/microservices
- Owner: ngohungphuc
- Created: 2017-08-22T16:01:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-14T08:34:32.000Z (about 6 years ago)
- Last Synced: 2024-04-14T21:18:12.178Z (7 months ago)
- Topics: microservices
- Size: 17.8 MB
- Stars: 6
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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 ProductDbUpdate-Database
```