antosubash / blog-comments

MIT License
0 stars 0 forks source link

posts/abp-microservice-series #19

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

.NET Microservice with ABP - Full Series

This post contains all the parts of the microservice development with ABP

https://blog.antosubash.com/posts/abp-microservice-series

stristan commented 2 years ago

Hi Anto! Thanks for excellent ABP Microservice series. During your videos you are using amazing looking Power Shell console. How to adjust/tune PowerShell UI to be looking similar?

antosubash commented 2 years ago

@stristan look here https://blog.antosubash.com/posts/setting-up-powershell-with-oh-my-posh-v3

stristan commented 2 years ago

Thanks!

mrnaddu commented 1 year ago

hello anto, I want to add my own custom microservice can you help me in that ?

mrnaddu commented 1 year ago

the script you provided in the part 11 is not working properly for me..!! HELP

antosubash commented 1 year ago

@mrnaddu hey It is a very basic script I created to automate few manual steps. If its not working do them manually and debug. without any error message I'm not sure how I can help.

mrnaddu commented 1 year ago

Hello Anto, Can you make a video How to create a Crud operation on Abp Framework?

antosubash commented 1 year ago

@mrnaddu have you checked this https://docs.abp.io/en/abp/latest/Tutorials/Part-1?UI=MVC&DB=EF

liquehuo commented 1 year ago

Your tutorial is really great! thank you!!

Can you provide another tutorial on calling between services? By reading your tutorial, I know that this can be done through rabbitmq + event bus, but I would like to know how to call services through HTTP or GRPC, such as using order services to call product services to query product information. Also, can ABP's integration services be supported?