The configuration documentation needs updating to include the new options we ship in EF6. This includes both the existing app.config documentation (that came from Rowan's blog post) and any documentation we have on code-based configuration options. The latter should be linked from the new Using DbConfguration document, or included in that document if it makes more sense.
Comments: Also, make sure that the connection can be made between the code-based configuration (e.g. the methods that can be called on DbConfiguration) and the XML that can be added to the config file. For example, make it clear what setting in the config file will override the SetDefaultConnectionFactory call.
Comments: Also, make sure that the connection can be made between the code-based configuration (e.g. the methods that can be called on DbConfiguration) and the XML that can be added to the config file. For example, make it clear what setting in the config file will override the SetDefaultConnectionFactory call.