Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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