TableFox is a powerful and flexible dll that allows you create data tables and map them to object models. It is designed to be easy to use and highly customizable.
- Easy table creation and customization
- Map datatable to object model
Ensure you have the following software installed:
- .NET SDK (version 7.0 or later)
Follow these steps to set up the project locally:
- Clone the repository:
git clone https://github.com/asanabrialopez/table-fox.git cd table-fox - Build the project:
dotnet build
- Import the library into your project:
dotnet add reference <path-to-table-fox-dll>