this post was submitted on 24 Jan 2026
63 points (93.2% liked)
Programming
24666 readers
270 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Json configs read much cleaner to me since .net swapped to them a while back.
Xml is incredibly verbose when there's a 12k loc web.config.xml
Then do a cfg or ini style config or make multiple config files. YAML/TOML if you can't make it simpler. The neccessity for complex config formats is a fuckup of the dev.
Or you work in an environment that's still using Full Framework and ASP.NET Webforms.
These places exist, and they are unfortunately not rare.
My condolences.
Heh, thank you. It's usually not so bad, but figuring our all the assembly redirects needed is always a nightmare job.
Can't wait until this this is on .net 8+ and we can use clean configs.