# Entity Framework

Install the nuget package

```powershell
Install-Package Toggly.FeatureManagement.Storage.EntityFramework
```

Add the following in your `startup.cs`

```csharp
services.AddTogglyEntityFrameworkSnapshotProvider();
```

{% hint style="info" %}
The Entity Framework Snapshot provider expects an instance of ... injected via dependency injection.
{% endhint %}
