Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stijnmoreels/nmct.ssa.labo


https://github.com/stijnmoreels/nmct.ssa.labo

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# SSA

The webshop is hosted on "webshop.azurewebsites.net", it's an ASP.NET project for the Module "Server Side Advanced".

>> My education => http://www.nmct.be/opleiding/over-ons/

In this repository you find the whole businesslayer from the project. This includes: "Controllers", "Repositories", "Services" & "Caching". Below you find a example of a flow:

**Controller > Service > Repository > Context > Model**

BasketController > BasketService > BasketRepository > ApplicationDbContext > Basket

Thank you