• Stars
    star
    1
  • Language
  • Created about 13 years ago
  • Updated about 13 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Sample app to demonstrate forking and pipelining using the Task Parallel Library, inspired by Kendall Miller's "Natural Laws of Software Performance" talk.

More Repositories

1

OrderManagementSystem

A sample application using RavenDB, Msmq and MS SQL Server to demonstrate a working DDD, CQRS and ES system, inspired by Greg Young's 3-day course. Please note that the "Framework" namespace and concrete implementations thereof are being built into a new library called "Regalo", another repository of mine that can be found on Github at https://github.com/nbarnwell/Regalo.
C#
52
star
2

Regalo

OBSOLETE - USE Inforigami.Regalo instead. A simple event sourcing "framework" packaged on Nuget.org at https://nuget.org/packages/Regalo/ and based entirely on my learnings from Greg Young's DDD, CQRS and Event Sourcing course. The implementation may differ from Greg's in places, but the goal is generally the same. Calling it a "framework" is overstating things somewhat given it's such a straightforward pattern. The code here is extracted from initial versions of my OrderManagementSystem example implementation (also on Github).
C#
22
star
3

Inforigami.Regalo

A simple, opinionated CQRS/event-sourcing library for .NET. A fork of my original Regalo library, with a move back to integer version numbers and a few lessons learned.
C#
9
star
4

SkypeStandup

A very simple app that uses keyboard hooks to listen for the Windows "media" keys being pressed to mute and hang-up Skype voice calls.
C#
2
star
5

PoshBookmarks

Simple PowerShell module to bookmark path locations in the shell
PowerShell
2
star
6

Dynamic.Xml

A simple component inspired by Simple.Data for querying in-memory XML using the C# dynamic type.
1
star
7

AdvancedDddCqrs

Worked examples from Greg Young's advanced DDD/CQRS course.
C#
1
star
8

GraphTheory

Just a place to try out some graph traversal algorithms for my own amusement.
C#
1
star
9

wipe-sqlreadstore

Simple app just to generate delete statements in the correct order for all tables, to avoid FK violation errors
C#
1
star