Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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