Ecosyste.ms: Awesome
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: 8 days ago
JSON representation
Simple CRUD C# Application With SQL Server Database
- Host: GitHub
- URL: https://github.com/hendraaagil/crud-csharp
- Owner: hendraaagil
- Created: 2021-01-23T15:13:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-28T14:24:01.000Z (almost 4 years ago)
- Last Synced: 2024-11-02T04:42:02.942Z (about 2 months ago)
- Topics: crud, csharp
- Language: C#
- Homepage:
- Size: 111 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.