This a sample project that highlights the following
- Mediator Pattern
- CQRS Pattern
- Pub/Sub Pattern
- Unit Testing
- Mockups
| Project | Function |
|---|---|
| EndPoints | exposes our application through RESTFUL API |
| Application | contains the bussiness logic |
| Persistence | provides our means of communication with database |
| Simplified | ado.net wrapper that proivdes an easier more stream lined api |
| UnitTests | unit testing mostly covering our services/application layer |
You can find a guide + cheat sheet for Markdown syntax here.