Categories
ADO.NET Data Services ALT.NET AppFabric architecture Async auto tagging BDD DDD Fiddler Fluent NHibernate hardware Heroku Home Network HTTP International IoC MSDN Magazine MSpec my setup NHibernate OAuth performance Pivot R# Refactoring Ruby Sinatra SSIS TortoiseSVN Uncategorized virtualization WCF Web Web API Windows 7 Windsor
Category Archives: Uncategorized
@model and beyond
In my previous post I had been fiddling with the html helper used in Razor views. Since then our custom html-extensions have been doing great things for our project. To mention some: Standardizing the look and feel. It is far … Continue reading
Relaunching SerialSeb – Practical ReST and then some
Well. After 5 months of soul-searching, ups and downs, I’m back, more focused than ever (think laser beam focus). This week has seen the launch of several important projects for me, and I’m very excited to share them with you, … Continue reading
DongleGate: A Legal Perspective and some social commentary
Those of you that know me, know that I’m both a software developer and a lawyer. I’ve not commented on the #DongleGate issue – except to say that this issue has privacy, first amendment and civil litigation ramifications. Those of … Continue reading
Startups and TDD
Yesterday Uncle Bob put up a post on using TDD in start up environments “The Startup Trap” its a good read. Check it out. Nate soon after posted: It’s funny, you never see someone with the title “Master Craftsman” at a startup. … Continue reading
Projections 4: Event Matching
In the “intermission” post we jumped ahead quite a bit in terms of the complexity of the projection we were building. Let’s jump back into our progression of learning bits. The projections we have used so far have used a … Continue reading
Spring->Summer
Wow it feels weird to have a schedule that is pretty much completely locked in between now and August. I guess things change when you don’t only have your own schedule to worry about. A friend tells me that soon … Continue reading
Projections 3: Using State
In Projections 2 we looked at creating a very simple projection that would analyze our statistics inside of the Event Store. The projection was: This is a very common type of scenario we will find in event based systems. We … Continue reading
Projections 2: A Simple SEP Projection
In the first post on projections we talked a bit about the theory behind projections. In this post we are going to try to create a very simple projection and talk about how it actually works. To start with there … Continue reading
Projections 1: The Theory
Cross Posted from geteventstore.com/blog Over at http://geteventstore we have 1.0′ed the Event Store as an Event Store (eg storing/retreiving events/multinode version/etc) but in the process we did not release projections. They are still marked as experimental. Projections are however getting close to ready … Continue reading
Refactoring and the Ubiquitous Language
I was reading this morning an interesting post to the domain driven design list. I began replying on the list but as my answer started to become more than one paragraph figured it might be better to drop the answer on … Continue reading