Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 717 Bytes

File metadata and controls

22 lines (13 loc) · 717 Bytes

Expense Tracker

This is an Expense Tracker built with .NET MVC, Entity Framework and SQL Stored Procedures.

Watch Video

Installation

  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