How to Parse Environment Variables into DTO in .NET: AWS S3 Bucket Example
Working with objects is always better than with "magical" strings. Having multiple configuration strings for some services can be uncomfortable to work with. Also, it increases the number of parameter...