Pinned Repositories
actor_supervision
Blog post about using Akka.NET's Actor Supervision capabilitites
AggregateSource
Lightweight infrastructure for doing eventsourcing using aggregates
akka_process_manager
A Process Manager with Akka.NET
awesome-ddd
A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources
dto_assembly
Blog post about a more strategic approach to DTO Assembly
firstpopcoffee
Sample project for my book Applying Domain Driven Design with CQRS and Event Sourcing
linq_subexpressions
Blog post about using LINQ subexpressions
ninety_nine_prolog
Golang solutions to "P-99: Ninety-Nine Prolog Problems"
noda_datetimes_deepdive
Blog post about using NodaTime to convert DateTimes
singleton_indexers
Blog post about trying to make a singleton with a collection that has an indexer
heynickc's Repositories
heynickc/awesome-ddd
A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources
heynickc/ninety_nine_prolog
Golang solutions to "P-99: Ninety-Nine Prolog Problems"
heynickc/AggregateSource
Lightweight infrastructure for doing eventsourcing using aggregates
heynickc/static_member_dynamic_wrapper
From CLR via C# Book - Chapter 5 - StaticMemberDynamicWrapper allows you to invoke static members of a type dynamically
heynickc/AddFeatureFolders
Enable feature folders for MVC controllers and views in ASP.NET Core
heynickc/Hyperion
Polymorphic serialization for .NET
heynickc/SQLStreamStore
Stream Store library targeting SQL based implementations for .NET
heynickc/Akka.DI.AutoFac
Akka.NET integration plugin for AutoFac dependency injection library
heynickc/Akka.DI.CastleWindsor
Akka.NET integration plugin for Castle.Windsor dependency injection library
heynickc/Akka.DI.SimpleInjector
Akka.NET integration plugin for SimpleInjector dependency injection library
heynickc/Akka.DI.StructureMap
Akka.NET integration plugin for StructureMap dependency injection library
heynickc/Akka.Logger.CommonLogging
Akka.NET logging integration for Common Logging library
heynickc/Akka.Logger.NLog
Akka.NET logging integration for NLog library
heynickc/ContosoUniversityCore
heynickc/ContosoUniversityDotNetCore
heynickc/Dapper
Dapper - a simple object mapper for .Net
heynickc/dockerfiles
Dockerfile templates used in Akka.NET Continuous Integration
heynickc/eShopOnContainers
Easy to get started sample reference microservice and container based application (Currently in ALPHA state, ongoing progress, accepting feedback and pull-requests). Cross-platform on Linux and Windows Containers, powered by .NET Core and Docker engine. Supports .CSPROJ with Visual Studio 2017 and also CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor
heynickc/EventStore
The open-source, functional database with Complex Event Processing in JavaScript.
heynickc/getakka.net
Trying out Assemble.io for site generation
heynickc/LockCheck
Uses Windows Restart Manager APIs to find processes locking one or multiple files.
heynickc/MassTransit.EventStoreIntegration
EventStore persistence for MassTransit
heynickc/MediatR
Simple, unambitious mediator implementation in .NET
heynickc/NBench
Performance benchmarking and testing framework for .NET applications
heynickc/petabridge-dotnet-new
.NET CLI template for Petabridge-style projects
heynickc/Scrutor
Assembly scanning and decoration extensions for Microsoft.Extensions.DependencyInjection
heynickc/spark-installer-windows
Versioned Apache Spark installation scripts for Windows.
heynickc/Thespian
An actor framework for F#
heynickc/upiter
Online messaging platform built using F#
heynickc/Value
a pico library (or code snippets shed) to help you to easily implement Value Types in your C# projects without making errors nor polluting your domain logic with boiler-plate code.