Model Binding: A Dead Simple Guide With Everything You Need to Know
In an ASP.NET MVC project, the model binder is a feature of the framework that performs a lot of the heavy lifting behind the scenes. In this article, we are going to talk about everything you need to know to get the most out of model binding, with an eye toward simplicity.
But before we can do that, we need to go through what things looked like before model binding arrived on the scene.