Access Stored Procedures with Code First. Includes support for Input and Output parameters, multiple result sets and Table-valued parameters.
V2.1 updates the Table-valued parameter support to a much simpler POCO model, more in keeping with the spirit of Code First / Entity Framework 4.1...
More information
Elastic APM for Entity Framework 6. This package contains auto instrumentation for Entity Framework 6. See: https://github.com/elastic/apm-agent-dotnet/tree/master/docs
Provider for Entity Framework 6 allowing EF to work with a VistaDB 5.2 database. For EF 6.0 and later. Requires a separate installation of VistaDB 5.2.
EfSchemaCompare.EF6 allows you to compare Entity Framework's database modal with an actual SQL database.
Useful if you are managing the database and its migrations yourself and want to ensure that the SQL is in step with EF.