Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

crud csharp

Last synced: 8 days 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.