Comment on What is your favorite software stack for full-stack web development?
douglasg14b@programming.dev 1 year ago
.Net + Vue + Postgres.
I can get applications built extremely quickly, and their maintenance costs are incredibly low. The backends are stable, and can hang around for 5, 10+ years without issue or problems with ecosystem churn.
You can build a library of patterns and reusable code that you can bring to new projects to get them off the ground even faster.
Would recommend.
32b99410_da5b@lemmy.world 1 year ago
But .NET has a 3 year LTS schedule unless you’re on the invincible .NET Framework 4.
You’ll have to update your server OS at some point and then your .NET version will be too old to be installed and then you’ll have fun bugs to squash from all the new versions of things interacting…