Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 475 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 475 Bytes

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.