Is it okay to hit the database from a custom model binder?
- by Byron Sommardahl
Say I have an object that gets some data from HttpPost and some from the database. I think I want to allow the ModelBinder to go to the database/repository for the that data missing from the post. In practice, is this a good or bad idea?