Entity Framework, Aggregate Root, One-to-Many & DDD

I’m really digging the DDD Aggregate root design pattern and thought it would be good to create an example of using EF to pull a root from the persistence layer (database).
My database:

In my little database prjects have releases and stories. releases have sprints and stories and stories have tasks. My root is a project. [...]

Agile Cheerleading: Beyond ROI

First, as a point of reference, the agile manifesto is simply a set of four principles.

Individuals and interactions over processes and tools
Working software over comprehensive documentation
Customer collaboration over contract negotiation
Responding to change over following a plan

Scrum, LEAN, BDSM and XP are methodologies that are designed to help organizations become “Agile”. Each methodology consists of [...]

Kobe: My response to the response.

Let me start off by saying I am so happy with the “New” Microsoft. An engaged Microsoft, an open Microsoft.  So to the Kobe team I say “Welcome to the real world”.
There are enough people writing about the amazingly horrible code. I’m upset with the response from the team. The response, at first glance, seems [...]

Jamey Price 2009-04-13 14:13:53

I love books. I’m not a bibliophile, I don’t collect them (at least, I try not to). But I do tend to buy a lot of them. In the last month I ordered a ton of new books about topics I’m interested in or actively working on. Most of them are [...]

Html.RenderAction & object reference not set to an instance of an object


Make sure you download the MVC futures from CODEPLEX not Microsoft.com
http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24471