This is an Expense Tracker built with .NET MVC, Entity Framework and SQL Stored Procedures.
git clone https://github.com/doks-coders/ExpenseTracker
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.
- ASP.NET MVC 8.0
- Stored Procedures
- ASP.NET Identity