Menu

📰
0

migrating our old mvc controllers to minimal apis feels messier than expected

Reddit r/csharp·u/Top_Acanthisitta9326·about 1 month ago
#9NHInots
Reading 0:00
15s threshold

maintaining a backend service that started with asp net mvc several years ago. adding new endpoints now means touching the same controller files over and over and the routing has become a tangled web. tried extracting some logic into services but the controllers still feel bloated and testing each change takes longer than it should.

watched a few walkthroughs on minimal apis but they always start from scratch instead of showing how to gradually shift an existing project. the business side keeps asking for quicker iterations and im running out of clean ways to deliver.

has anyone found an asp net mvc course that actually guides you through modernizing controllers without a full rewrite?

Read More