forked from gajjargaurav/Paramore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
15 lines (9 loc) · 1.12 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#Paramore #
Paramore is a collection of projects whose main purpose is to supplement talks or blog posts.
I often find that both of these suffer from the lack of my ability to provide an example that attendees
or readers can explore in more depth when the presentation is finished or they have read the blog post.
The projects here are:
- **Brighter**: Harvested from Rewind, this project is a Command Processor implementation that can be reused in other projects. It defaults to using TinyIoC as an IoC container to resolve handlers, but this dependency is abstracted to allow other IoC containers. Examples are in NancyFX
- **Rewind**: A project demonstrating the CQRS architectural pattern and the use of DDD to create a domain model. The project also uses RavenDb as a backing store - partially to show the affinity between aggregates and document databases. In addition the project uses OpenRasta to expose functionality as a REST endpoing and an SPA to provide web access.
- **Rengade**: Older code showing Event Sourcing. Move along, nothing to see here for now.
You can find more information on the projects over on the wiki