The Fog from Human Resources
Explore posts from serversHow to structure asp.net api versioning and how to handle database migrations
Is there a recommended way to structure versioning?
I heard some people just create folders like V1, v2 while others create multiple solutions for each version and then they have a "shared" logic collection
31 replies
How to structure asp.net api versioning and how to handle database migrations
Also yes I'm aware that I'm probably worrying about things that can be solved at a time when it needs solving (because honestly if these cases apply my project likely succeeded and I will have the resources to let others do this) but I'd just like to have the peace of mind knowing that if shit were to hit the fan I would know how to somewhat stitch together a solution
31 replies
How to structure asp.net api versioning and how to handle database migrations
Also yes, from what I'd say at the moment all database migrations are backwards compatible because it's likely I will only really add things and not remove old fields or smth
31 replies
Cant add ConfigurationBuilder stuff to Dependency Injection
@Sehra @TeBeCo small followup here, ended up using HostApplicationBuilder based on a github repository that uses all this stuff but with Discord.NET already (https://github.com/Misha-133/Discord-Net-Bot-Template), so perchance i was wrong :thinker:
also my apologies if i came off rude :SCchaos:, thanks yall tho :SCcatkiss:
247 replies