I've used NHibernate for years on several projects and not being able to map to a private backing field for both "read-only / calculated" properties and IEnuermable properties with backing field collections is a massive feature gap.
If backing field mappings aren't supported out of the box with EF6 would it still be possible to accomplish this by adding a custom convention?
If backing field mappings aren't supported out of the box with EF6 would it still be possible to accomplish this by adding a custom convention?