Tag: API
Updating Data in a form between an Angular App and an API written in C#
If you have data in a form and you need to change the value of that data and save it off to a database, like the Azure SQL database I am using for my project, here’s a quick guide: Starting with the monster data in a form from the previous post: We need to be… Read more