Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doks-coders/expensetracker
Expense Tracker built with .NET MVC, Stored Procedures and Entity Framework
https://github.com/doks-coders/expensetracker
csharp dotnet dotnet-core sql sqlserver storedprocedures
Last synced: about 13 hours ago
JSON representation
Expense Tracker built with .NET MVC, Stored Procedures and Entity Framework
- Host: GitHub
- URL: https://github.com/doks-coders/expensetracker
- Owner: doks-coders
- Created: 2024-03-19T09:13:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T16:09:36.000Z (10 months ago)
- Last Synced: 2024-11-13T12:57:28.297Z (2 months ago)
- Topics: csharp, dotnet, dotnet-core, sql, sqlserver, storedprocedures
- Language: C#
- Homepage:
- Size: 913 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expense Tracker
This is an Expense Tracker built with .NET MVC, Entity Framework and SQL Stored Procedures.
[Watch Video](https://youtu.be/1fliOELz6nU)
## Installation
```shell
git clone https://github.com/doks-coders/ExpenseTracker
```## About
This Expense Tracker utilises stored procedures and entity framework to upload and update Expenses for a particular user, as well as retrieve specific information from the database. Stored procedures enable us to communicates directly with the database and perform extensive reads and write actions. Stored procedures are used for encaspulating advanced database queries.
## Technologies Implemented
- ASP.NET MVC 8.0
- Stored Procedures
- ASP.NET Identity