Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aus36/company-commandline-dbms
A CRUD Application using Microsoft SQL Server 22 and C#. The application creates a database of employee records for a company and allows the user to modify them using the command line.
https://github.com/aus36/company-commandline-dbms
entity-framework sql-server
Last synced: 30 days ago
JSON representation
A CRUD Application using Microsoft SQL Server 22 and C#. The application creates a database of employee records for a company and allows the user to modify them using the command line.
- Host: GitHub
- URL: https://github.com/aus36/company-commandline-dbms
- Owner: aus36
- Created: 2023-04-30T07:16:44.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:27:23.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T14:09:06.941Z (about 1 month ago)
- Topics: entity-framework, sql-server
- Language: C#
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Company CommandLine DBMS Application
### By: Austin Hale##### A CRUD Application using Microsoft SQL Server 22 and C#. The application creates a database of employee records for a company and allows the user to modify them (create, read, update, delete) using the command line.
---
### Technologies/Languages Used
* C# (Entity framework)
* Microsoft SQL Server 2022
* Azure Data Studio