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

https://github.com/hendraaagil/crud-csharp

Simple CRUD C# Application With SQL Server Database
https://github.com/hendraaagil/crud-csharp

crud csharp

Last synced: over 1 year ago
JSON representation

Simple CRUD C# Application With SQL Server Database

Awesome Lists containing this project

README

          

# Simple CRUD C# With SQL Server Database

## How To Run

1. Generate `Database/script.sql` to your SQL Server Management Studio.
2. Edit file `Connection.cs` according to your needs.
3. Open solution file in Visual Studio.
4. Run the project.