I want to make the Middle Name of person optional. I have been using C#.net code first approach. For integer data type its easy just by using ? operator to make
?
You don't need to do anything, the Model Binding will pass null to property without any problem.
Model Binding
null