antosubash / blog-comments

MIT License
0 stars 0 forks source link

posts/dotnet-microservice-template-with-abp #23

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

.Net Microservice template with ABP

In this post I will show you how to create ABP microservice using a dotnet new template.

https://blog.antosubash.com/posts/dotnet-microservice-template-with-abp

duyan11110 commented 1 year ago

Hi Anto, Could you please make a video about ABP and Dapr?

ebicoglu commented 1 year ago

great

antosubash commented 1 year ago

@duyan11110 what are you looking for? have you looked at here https://docs.abp.io/en/abp/latest/Dapr/Index. I have not used dapr yet. will look into it soon.

hellfirehd commented 1 year ago

Thank you for this. I have found your entire ABP Microservice series immensely useful. This template is the icing on the cake! I appreciate the time and effort you put into this.

mrnaddu commented 1 year ago

Hello anto , Could you please make a video on how we can use the Cosmos Db in event handler or how we can use the Cosmos db in Microservice.

antosubash commented 1 year ago

@mrnaddu I dont use Cosmos DB. maybe try using the ef core package. If ef core supports cosmos then it should work just fine.

mrnaddu commented 1 year ago

Thank you for the reply, Ef core supports the cosmos , but in the AbpDbContextOptions not allowing me to use the Cosmos in the method ..

saphir100 commented 1 year ago

Hello anto, How is Server-Side State Managemen in framework "abp"? Is there a mechanism for this?

antosubash commented 1 year ago

@saphir100 why do you need Server-Side State Management? there are better ways to achieve the state in the server. store things in the redis or db.

serdarguner commented 1 year ago

thanks Anto

SooRaj-1994 commented 1 year ago

I want to express my gratitude for your invaluable blog on ABP Microservice Architecture. I have been a loyal reader of your blog for quite some time now, and it has greatly aided me in developing my application.

Recently, I encountered an issue while upgrading my application from version 5.2.2 to version 7.2.2, following your comprehensive guide. My application (Angular) employs the Resource Owner Password Flow for authentication purposes. Initially, everything seemed to be working smoothly after the upgrade. However, I started experiencing intermittent timeouts with certain APIs. Strangely, these APIs would function perfectly at times and then suddenly become unresponsive after a while. Additionally, I noticed that the Swagger client for the affected service is also unresponsive during these periods.

What perplexes me the most is that the application does not crash nor does it generate any error logs during these timeouts. As a result, I find myself unable to pinpoint the root cause of this issue. I have scrutinized my code and configuration thoroughly, but unfortunately, I haven't been able to identify any obvious misconfigurations or bugs.

Is it possible that there might be some misconfiguration or performance bottleneck in the Redis setup, causing these intermittent timeouts?

GTandCC commented 10 months ago

Thanks for such wonderful template. I found a strange problem, use blaze client, I created a new tenant, but when I logged in by this tenant, got an error. It's 401 error when get userinfo, "error_description": "The specified access token is bound to an account that no longer exists.", but I can get correct by postman with same access_token and cookie. Could you give any advice?

liquehuo commented 10 months ago

@GTandCC I'm just like you +1