DbContextScope
A simple and flexible way to manage your Entity Framework DbContext instances
File Explorer
Download Latest Version (.zip)- NuGet.Config
- NuGet.exe
- NuGet.targets
- UserCreationService.cs
- UserCreditScoreService.cs
- UserEmailService.cs
- UserQueryService.cs
- UserCreationSpec.cs
- UserFluentMap.cs
- UserManagementDbContext.cs
- User.cs
- AssemblyInfo.cs
- IUserRepository.cs
- UserRepository.cs
- App.config
- Demo Application.csproj
- packages.config
- Program.cs
- DbContextScopeOption.cs
- AmbientContextSuppressor.cs
- AmbientDbContextLocator.cs
- DbContextCollection.cs
- DbContextReadOnlyScope.cs
- DbContextScope.cs
- DbContextScopeFactory.cs
- IAmbientDbContextLocator.cs
- IDbContextCollection.cs
- IDbContextFactory.cs
- IDbContextReadOnlyScope.cs
- IDbContextScope.cs
- IDbContextScopeFactory.cs
- AssemblyInfo.cs
- App.config
- DbContextScope.Interfaces.licenseheader
- Mehdime.Entity.csproj
- packages.config
- .gitattributes
- .gitignore
- DbContextScope.sln
- LICENSE
- README.md
๐ Installation Guide
1. Get the code
git clone https://github.com/mehdime/DbContextScope
Downloads the entire project code from GitHub to your computer.
cd DbContextScope
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
