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: 3 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-19T16:09:36.000Z (about 1 year ago)
- Last Synced: 2025-01-12T21:44:42.379Z (4 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