Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stijnmoreels/nmct.ssa.labo
https://github.com/stijnmoreels/nmct.ssa.labo
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stijnmoreels/nmct.ssa.labo
- Owner: stijnmoreels
- Created: 2015-03-13T19:11:13.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T10:54:26.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T18:15:31.951Z (over 1 year ago)
- Language: C#
- Size: 59.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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