FileContextCore
FileContextCore is a "Database"-Provider for Entity Framework Core and adds the ability to store information in files instead of being limited to databases.
File Explorer
Download Latest Version (.zip)- .gitignore
- Db.cs
- User.cs
- _Layout.cshtml
- _ValidationScriptsPartial.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- Error.cshtml
- Error.cshtml.cs
- Index.cshtml
- Index.cshtml.cs
- Privacy.cshtml
- Privacy.cshtml.cs
- launchSettings.json
- site.css
- site.js
- bootstrap-grid.css
- bootstrap-grid.css.map
- bootstrap-grid.min.css
- bootstrap-grid.min.css.map
- bootstrap-reboot.css
- bootstrap-reboot.css.map
- bootstrap-reboot.min.css
- bootstrap-reboot.min.css.map
- bootstrap.css
- bootstrap.css.map
- bootstrap.min.css
- bootstrap.min.css.map
- bootstrap.bundle.js
- bootstrap.bundle.js.map
- bootstrap.bundle.min.js
- bootstrap.bundle.min.js.map
- bootstrap.js
- bootstrap.js.map
- bootstrap.min.js
- bootstrap.min.js.map
- LICENSE
- jquery.js
- jquery.min.js
- jquery.min.map
- LICENSE.txt
- additional-methods.js
- additional-methods.min.js
- jquery.validate.js
- jquery.validate.min.js
- LICENSE.md
- jquery.validate.unobtrusive.js
- jquery.validate.unobtrusive.min.js
- LICENSE.txt
- favicon.ico
- appsettings.Development.json
- appsettings.json
- ASPNETDemo.csproj
- Program.cs
- Startup.cs
- Base.cs
- Db.cs
- Entry.cs
- User.cs
- CascadeExample.csproj
- Program.cs
- Base.cs
- Content.cs
- ContentEntry.cs
- GenericTest.cs
- Messurement.cs
- Setting.cs
- User.cs
- Context.cs
- NewContext.cs
- FolderProfile.pubxml
- Example.csproj
- Program.cs
- FileContextLoggerExtensions.cs
- FileContextLoggingDefinitions.cs
- FileContextEventId.cs
- FileContextDatabaseFacadeExtensions.cs
- FileContextDbContextOptionsExtensions.cs
- FileContextServiceCollectionExtensions.cs
- DefaultFileManager.cs
- EncryptedFileManager.cs
- IFileManager.cs
- PrivateFileManager.cs
- FileContextOptionsExtension.cs
- FileContextScopedOptions.cs
- FileContextSingletonOptions.cs
- IFileContextScopedOptions.cs
- IFileContextSingletonOptions.cs
- FileContextDbContextOptionsBuilder.cs
- FileContextConventionSetBuilder.cs
- FolderProfile.pubxml
- FolderProfile.pubxml.user
- FileContextStrings.Designer.cs
- FileContextStrings.Designer.tt
- FileContextStrings.resx
- InternalsVisibleTo.cs
- EntityProjectionExpression.cs
- FileContextExpressionTranslatingExpressionVisitor.cs
- FileContextGroupByShaperExpression.cs
- FileContextLinqOperatorProvider.cs
- FileContextProjectionBindingExpressionVisitor.cs
- FileContextQueryableMethodTranslatingExpressionVisitor.cs
- FileContextQueryableMethodTranslatingExpressionVisitorFactory.cs
- FileContextQueryContext.cs
- FileContextQueryContextFactory.cs
- FileContextQueryExpression.cs
- FileContextQueryExpression.ResultEnumerable.cs
- FileContextQueryTranslationPostprocessor.cs
- FileContextQueryTranslationPostprocessorFactory.cs
- FileContextShapedQueryCompilingExpressionVisitor.cs
- FileContextShapedQueryCompilingExpressionVisitor.CustomShaperCompilingExpressionVisitor.cs
- FileContextShapedQueryCompilingExpressionVisitor.InMemoryProjectionBindingRemovingExpressionVisitor.cs
- FileContextShapedQueryCompilingExpressionVisitor.QueryingEnumerable.cs
- FileContextShapedQueryCompilingExpressionVisitorFactory.cs
- FileContextTableExpression.cs
- ShaperExpressionProcessingExpressionVisitor.cs
- SingleResultShaperExpression.cs
- BSONSerializer.cs
- CSVSerializer.cs
- ISerializer.cs
- JSONSerializer.cs
- SerializerHelper.cs
- XMLSerializer.cs
- FileContextDatabase.cs
- FileContextDatabaseCreator.cs
- FileContextStore.cs
- FileContextStoreCache.cs
- FileContextStoreCacheExtensions.cs
- FileContextTable.cs
- FileContextTableFactory.cs
- FileContextTableSnapshot.cs
- FileContextTransaction.cs
- FileContextTransactionManager.cs
- FileContextTypeMapping.cs
- FileContextTypeMappingSource.cs
- IFileContextDatabase.cs
- IFileContextStore.cs
- IFileContextStoreCache.cs
- IFileContextTable.cs
- IFileContextTableFactory.cs
- FileContextDatabaseRoot.cs
- DefaultStoreManager.cs
- EXCELStoreManager.cs
- IStoreManager.cs
- FileContextValueGeneratorSelector.cs
- IFileContextIntegerValueGenerator.cs
- InMemoryIntegerValueGenerator.cs
- .editorconfig
- .gitignore
- Check.cs
- CodeAnnotations.cs
- DictionaryExtensions.cs
- DisposableExtensions.cs
- ExpressionExtension.cs
- FileContextCore.csproj
- FileContextCore.csproj.user
- FileContextCoreCert.snk
- MemberInfoExtensions.cs
- PropertyInfoExtensions.cs
- SharedTypeExtensions.cs
- StringBuilderExtensions.cs
- StringHelper.cs
- .gitignore
- .travis.yml
- FileContextCore.sln
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/morrisjdev/FileContextCore
Downloads the entire project code from GitHub to your computer.
cd FileContextCore
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- APT (Debian/Ubuntu κ³μ΄) Built into Debian/Ubuntu-based Linux distributions.
sudo apt-get install libgdiplus
Installs directly from the APT package repository (Debian/Ubuntu-based).
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. .NET
MediumPrerequisites
cd ASPNETDemo
This project's files live in a subfolder, so move into it first.
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)
