Error!
Success!

By tag: DDD

showing:  of
0
kicks

IDDD Tour notes (2/2)  (Unpublished)

This is the second and last part of my notes I scribbled down attending the IDDD Tour.


Kicked By:
Drop Kicked By:
0
kicks

IDDD Tour notes (1/2)  (Unpublished)

Two weeks ago I got to spend four days attending the IDDD Tour by Vaughn Vernon. Although my book queue has only allowed me to shallowly browse the book, I had high hopes for this course. I anticipated a week of getting lectured on DDD with a few practical exercises, but was blown away by the openne...


Kicked By:
Drop Kicked By:
0
kicks

Modeling the four-eye principle  (Unpublished)

Working in a financial domain over the last year, it was only a matter of time before I would be confronted with one of the variations of the two-man rule: the four-eye principle. Satisfying the principle is simple enough; an extra pair of eyes needs to approve of requested changes before they're ap...


Kicked By:
Drop Kicked By:
0
kicks

Designing entities: immutability first  (Unpublished)

The first year I wrote software for a living I spent my days mostly writing forms over data applications; most of my efforts were wasted just trying to make things work using ASP.NET and the Webforms engine. It was only after a year and graduating from the School of Hard Knocks that I learned there ...


Kicked By:
Drop Kicked By:
0
kicks

Visual NHibernate beta  (Unpublished)

Visual NHibernate makes it easier and quicker to create and maintain NHibernate projects - even very complex ones. Point it at your existing projects and start modelling them right away - visually. Visual NHibernate makes complex mapping to multiple database tables easy. Simply connect a mapping...


Kicked By:
Drop Kicked By:
0
kicks

Wither the Repository  (Unpublished)

Looking at the different Repository pattern implementations, one thing really surprised me – how far off these implementations are from the original Fowler definition of the Repository. Instead, we see a transformation to the examples in the Evans description of Repository...


Kicked By:
Drop Kicked By:
0
kicks

LINQ Expression Trees and the Specification Pattern  (Unpublished)

A very interesting article about DDD. David discusses implementing the Specification Pattern via LINQ's Expression type...


Kicked By:
Drop Kicked By:
0
kicks

DDD & TDD using EF, Part 2.A Unit Testing Entities With Moq3  (Unpublished)

I had few previous posts about DDD & TDD with Entity Framework that you might need to return to them before you proceed with this post. To summarize these posts, I was trying to build testable Models that is based on EF. But EF doesn't support Persistence Ignorance in its first version which mak...


Kicked By:
Drop Kicked By:
0
kicks

Implementing UnitOfWork Pattern In Linq To SQL Application  (Unpublished)

Implementing UnitOfWork Pattern In Linq To SQL Application In my previous post, I have shown how to create Linq to Sql Repository which will have the maximum code coverage, In this post, I will show a simple UnitOfWork class which will flash the changes back to your database. I will be again use...


Kicked By:
Drop Kicked By:
0
kicks

Domain Driven Design & Test Driven Design\Development with Entity Fram  (Unpublished)

decided to provide some integration testing before proceeding as a proof of concept. In integration testing I will connect to the database and perform unit testing while connecting to the database.\ This unit test is almost identical to the one in my previous post. Except here I am testing the r...


Kicked By:
Drop Kicked By:
0
kicks

DDD: Download an eBook of the Series  (Unpublished)

Casey Charlton has collected all his article series on DDD in a single downloadable PDF file.


Kicked By:
Drop Kicked By:
0
kicks

Domain Model (Developing KiGG v2.0 Part 1) - Kazi Manzur Rashid's Blog  (Unpublished)

As mention in my previous post that I will be discussing the technical side of **KiGG**. So this is the beginning and it will be a multi-part series. I will try to put as much detail as possible, do let me know if I missed anything. Just for a recap, KiGG is Web 2.0 style social news application ...


Kicked By:
Drop Kicked By:
0
kicks

DDD & TDD with Entity Framework, Part 1.a Refactoring & Unit Testing  (Unpublished)

In previous post I talked about building domain model for Northwind using Entity Framework. I used the generated ObjectContext class which is NorthwindDataContext as the basic Data Access Layer Helper. But my NorthwindDataContext is implementing custom interface I created in order to be able to make...


Kicked By:
Drop Kicked By:
0
kicks

Domain Driven Design  (Unpublished)

If you're new to DDD it's a good point to start.


Kicked By:
Drop Kicked By:
0
kicks

Domain Driven Design & Test Driven Design With Entity Framework, Part  (Unpublished)

In my previous post I talked about definitions of TDD as specified in different sources. Here in this post I'll walk-through applied Domain Driven Design & Test Driven Design on Entity Framework. I assume that you already know Entity Framework and how to create your entity data modes using Vi...


Kicked By:
Drop Kicked By: