HOW TO DEVELOP MICROSERVICES USING .NET CORE & DOCKER
Running a simple dotnet Core Linux daemon
Saturday, May 4, 2019
Thursday, February 14, 2019
Angular and url params
If you need add to angular project read url params, read this
https://tutorialedge.net/typescript/angular/angular-query-params-tutorial/
https://tutorialedge.net/typescript/angular/angular-query-params-tutorial/
Tuesday, February 12, 2019
Polly in c#
I read some interesting doc, about retry connect in c#
https://alastaircrabtree.com/implementing-the-retry-pattern-using-polly/
https://www.jerriepelser.com/blog/retry-network-requests-with-polly/
https://alastaircrabtree.com/implementing-the-retry-pattern-using-polly/
https://www.jerriepelser.com/blog/retry-network-requests-with-polly/
Thursday, January 24, 2019
Dynamic ASP.NET Core Configurations 🗒️ With Consul KV
It's Very nice post about konsul.
Background
Usually, the configurations in .NET and .NET Core apps are stored in the configuration files, such as App.config and Web.config, or appsettings.json; however, all of them have some disadvantages.
hard-coded configuration files
difficult to manage
For example, if we need to frequently change the configuration files due to some reasons, how can we solve this problem? We cannot modify them one by one if there are lots of machines!
What we want is managing the configuration in one place, the "configuration center". Here are some awesome projects that can help us solve this problem, such as Apollo, Consul, etc.
And in this article, I will introduce three ways using Consul KV store.
Background
Usually, the configurations in .NET and .NET Core apps are stored in the configuration files, such as App.config and Web.config, or appsettings.json; however, all of them have some disadvantages.
hard-coded configuration files
difficult to manage
For example, if we need to frequently change the configuration files due to some reasons, how can we solve this problem? We cannot modify them one by one if there are lots of machines!
What we want is managing the configuration in one place, the "configuration center". Here are some awesome projects that can help us solve this problem, such as Apollo, Consul, etc.
And in this article, I will introduce three ways using Consul KV store.
Subscribe to:
Posts (Atom)