A simple .net 5 win form application
- Used Nuget Packages
📌 Dapper 2.0.90 Or Dapper.SimpleCRUD 2.3.0
📌 Microsoft.Data.SqlClient 3.0.0
📌 System.Configuration.ConfigurationManager 5.0.0
- Restore LibraryDB.bak Using SSMS
- Change Connection String In App.config If Nessarary
Sql Data Base Structure
Note - Since This Is A Simple Crud Application We Can Use Dapper.SimpleCrud (No Need To Change DataAccess Class)

