By default Code First will just include public properties in your model, but there may be times that you want to include private properties. Arthur Vickers wrote a great detailed post on working with private properties so I'm just going to cover enough to get you started in this post. For example, the following model … Continue reading Mapping to Private Properties with Code First