Customizing model binder (localizing)
This article describes how to create custom model binders for ASP.NET MVC (view) models and why are they useful. In every use case I will also show example code. In first case I used custom binder for localizing [Required] attribute. Many would ask why is that needed if this…