dBASE.NET
1.2.1
dBASE.NET is a .NET class library used to load dBASE IV .dbf files. The Dbf class reads fields (DbfField) and records (DbfRecord) from a .dbf file. These fields and records can then be accessed as lists and looped over.
Install-Package dBASE.NET -Version 1.2.1
dotnet add package dBASE.NET --version 1.2.1
<PackageReference Include="dBASE.NET" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add dBASE.NET --version 1.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Fixed buffer overflow on write operation.
Fixed trimming and padding on write operation.
Performance improve on write operation.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.