Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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#
- Host: GitHub
- URL: https://github.com/luizfppassos/crud_csharp
- Owner: LuizFPPassos
- License: agpl-3.0
- Created: 2024-05-20T03:55:51.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-19T22:30:01.000Z (3 months ago)
- Last Synced: 2024-08-20T03:04:02.853Z (3 months ago)
- Topics: crud, csharp, sql-server
- Language: C#
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Basic CRUD operations with SQL Server in C#
### By Luiz PassosConsole 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