A very simple example to experiment with Dapper and MS-Access for bulk insert and read back.
- Connection string is read from appsettings.json using NuGet package ConfigurationLibrary.
- kp.Dapper.Handlers NuGet package is used here to handle dates of type DateOnly, if used DateTime than this package is not required.