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 in nullable. I am looking for a way to make my sting variable nullable. I tried to search but could not find the way to make it nullable.I want to make the Middle Name of person option