Skip to content

Commit

Permalink
Code fencing fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Feb 9, 2021
1 parent e7115ad commit 3395d72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Configuration in a config file is described in a [separate article](xref:ef6/fun

## Using `DbConfiguration`

Code-based configuration in EF6 and above is achieved by creating a subclass of System.Data.Entity.Config.`DbConfiguration`. The following guidelines should be followed when subclassing `DbConfiguration`:
Code-based configuration in EF6 and above is achieved by creating a subclass of `System.Data.Entity.Config.DbConfiguration`. The following guidelines should be followed when subclassing `DbConfiguration`:

- Create only one `DbConfiguration` class for your application. This class specifies app-domain wide settings.
- Place your `DbConfiguration` class in the same assembly as your `DbContext` class. (See the *Moving `DbConfiguration`* section if you want to change this.)
Expand Down

0 comments on commit 3395d72

Please sign in to comment.