Is there a "proper" way to setup model binding for dynamically adding, editing, and deleting elements in .NET Core? I came across this article (https://www.codeproject.com/Tips/766214/List-Model-Binding-in-MVC) which goes over the concept I'm trying to build. I'm new to ASP.NET MVC and I wanted to see if anyone had suggestions or examples on a good way to handle something like this.
Thanks in advance for any help.