Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reshiadavan/commandsnippetapi
A personal developer tool for command snippets.
https://github.com/reshiadavan/commandsnippetapi
asp-net csharp mvc sql-server
Last synced: 26 days ago
JSON representation
A personal developer tool for command snippets.
- Host: GitHub
- URL: https://github.com/reshiadavan/commandsnippetapi
- Owner: ReshiAdavan
- Created: 2021-05-13T23:25:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T19:36:05.000Z (over 2 years ago)
- Last Synced: 2024-11-13T13:54:43.329Z (3 months ago)
- Topics: asp-net, csharp, mvc, sql-server
- Language: C#
- Homepage:
- Size: 6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CommandSnippetAPI
Have you ever found it difficult to keep track of commands, their use-cases and significance? I know I have. So, I created a CRUD API developer tool which helps me remember command snippets.
On paper, this API can be somewhat redundant due to the vast variety of resources online, however, it becomes more practical the more you use it. By having the ability to paraphrase commands to my preference and storing it in a database, its much easier to retrieve information. Thus, making your preferred commands more accessible and making software development easier.
### Features
- Extremely easy-to-use functionality. Create, update, store, and delete code snippets.
- Utilizes dependency injection, automapping & Data-Transfer-Objects (DTOs).
- Command snippets are stored in a backend SQL Database managed in SSMS.
- Command snippets can be retreived extremely quickly and efficiently with the use of SQL.### Skills
- Programming languages: C#
- Libraries/Frameworks: ASP.NET + MVC
- Database: SQL