Hello, I'm wondering what the real measurable advantage to using Modelbinders is?
|
1
|
|
|
|
|
|
Rather than getting primitives sent into your action:
you get a custom object:
This makes your Search action "thinner" (a good thing), much more testable and reduces maintenance. |
|||
|
|
|
From here. |
||
|
|
|
|
Here's another benefit: You can create modelbinders that retrieves an object from the database just given an ID. This will allow you to get actions like this
And the custom Without that
|
||
|
|
