You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Update .NET SDK. Improve CI. * Simplify dependency management. * Add new versioning mechanism. * Implement CI package publishing. * Add matrix for multiple ACE architectures. * Fix xUnit warnings. * Cleanup and enable SourceLink. * Manually install .NET SDK to specify architecture. Extend matrix to test for x64/x86 and ODBC/OLE DB. |
5 years ago | |
|---|---|---|
| build | 5 years ago | |
| docs | 5 years ago | |
| msbuild | 7 years ago | |
| src | 5 years ago | |
| test | 5 years ago | |
| tools | 6 years ago | |
| .gitattributes | 8 years ago | |
| .gitignore | 6 years ago | |
| Dependencies.targets | 5 years ago | |
| Directory.Build.props | 5 years ago | |
| Directory.Build.targets | 5 years ago | |
| EntityFrameworkCore.Jet.sln | 5 years ago | |
| LICENSE | 8 years ago | |
| NuGet.Config | 6 years ago | |
| QueryBaseline.cs | 7 years ago | |
| SkipMessages.txt | 6 years ago | |
| Version.targets | 5 years ago | |
| azure-pipelines.yml | 5 years ago | |
| global.json | 5 years ago | |
| version.xml | 8 years ago | |
docs/README.md
EntityFrameworkCore.Jet
This project is the Entity Framework Core provider for Jet (Microsoft Access mdb and accdb file format).
This provider is mainly intended for desktop applications under .NET 4.6.1 (Console, WPF, WinForms and Services), but may also work under ASP.NET 4.6 and ASP.NET Core 1.0 when using the .NET Framework runtime. It does not work under the .NET Core runtime (netcore and netstandard).
You can find the latest build on NuGet
More documentation
More documentation can be found on project Wiki
Questions
For question on how to use it please use stackoverflow, tags access-ef-provider and jet-ef-provider.