- App showcasing generic DAO with vendor nonspecific DbConnection and DbCommand of .NET Core 9.
- Included DB Vendors: Microsoft SQL Server, MariaDb, Sqlite
- User interface impletemented using Blazor/Telerik Grid allows to select database vendor and table
- Code first reads all tables from database and then selects records of specified table
- Works with empty table for all db vendors
- Implemented DAO operations: Add, Update and Delete
