PavanKumarstudy / ASP.NET-WebForm-Dapper

ASP.NET WebForm Application using Dapper ORM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

ASP.NET WebForm Application using Dapper ORM


Languages

Language:C# 60.0%Language:ASP 40.0%