The third (and hopefully last) supported operation is adding some more entries to a list of existing ones.
event
31 Aug 2013
share
class
.Net,
Model Binding,
MVC
The third (and hopefully last) supported operation is adding some more entries to a list of existing ones.
The second supported operation is deleting a bunch of existing entries.
The first operation that we are supporting is sorting a lost of existing entities.
The second post of the series is a very brief introduction of the foundations of the solution: model binding.
Let me repeat again: model binding is wonderful. And if you are not using it to its full potential, you are running with an iron ball chained to your ankle.
Some months ago had the chance to do some MVC for a client of my company.
I will be writing about some of the (hopefully) interesting and helpful things I did.