Null or empty model values after posting to controller and editing model
I have been working with MVC for a little while now and always learning new things about it, yesterday I ran into something for the very first time, so wanted to share. I've seen the pattern of using a single view for both creation/editing of a model, it's not very uncommon. In this particular case, I [...]