Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luizfppassos/crud_csharp

Basic CRUD operations with SQL Server in C#
https://github.com/luizfppassos/crud_csharp

crud csharp sql-server

Last synced: 8 days ago
JSON representation

Basic CRUD operations with SQL Server in C#

Awesome Lists containing this project

README

        

## Basic CRUD operations with SQL Server in C#
### By Luiz Passos

Console application to demonstrate basic CRUD operations with SQL Server in C#.
Includes:
- Client entity class with properties
- Service class that executes validations, calls for DAO methods, and throws exception messages where applicable
- DAO class that executes SQL commands and returns the results to the Service class
- Simple console interface, with robust validations and error handling