/ASP.NET-WebForm-Dapper

ASP.NET WebForm Application using Dapper ORM

Primary LanguageC#

ASP.NET-WebForm-Dapper

ASP.NET WebForm Application using Dapper ORM that will Create, Update, and Delete data from the database using Repository Pattern. Before running the program, execute first the create table script (CreateTableScript.txt) using SQL Server Query Window and make sure to change the target database in the script. This project does not include client or server validation, so it's up to you to update the project by implementing user input validations.