Skip to content

Instantly share code, notes, and snippets.

View jeremiahredekop's full-sized avatar
😀
life is good.

Jeremiah Redekop jeremiahredekop

😀
life is good.
View GitHub Profile
@jeremiahredekop
jeremiahredekop / handler.cs
Last active November 19, 2015 18:20
sample sql denormalizer using paramol & projac
using Paramol.SqlClient;
using Projac;
namespace Sample
{
public static class PortfolioProjectionUsingBuilder
{
public static readonly AnonymousSqlProjection Instance = new AnonymousSqlProjectionBuilder().
When<PortfolioAdded>(@event =>
TSql.NonQueryStatement(