By tag: DDD
0
kicks
First Steps towards Test Driven Design\Development
My First Steps towards Test Driven Design\Development
0
kicks
ALT.NET Podcast Episode 15: Domain Driven Design
Talking with Rob Conery and James Avery about Domain Driven Design.
0
kicks
MVC Storefront Part 25: Getting Started With Domain-Driven Design
Rob Conery posted a new video from MVC Storefront series. in this 62 MB video he talks about DDD.
0
kicks
Crazy Talk: Reducing ORM Friction
Let's get this out of the way: I know you're going to think I'm nuts as you read this. You may "pfft" to what you're about to read - know that I know you're "pfft"-ing me. All I ask is that you consider what I'm about to suggest...
0
kicks
Thoughts On Domain Validation - Part 2
In part two of this series on Domain entity validation we look at putting rules into the database and compiling them dynamically. We discuss the pros and cons of this approach, and how you would accomplish it.
0
kicks
Episode 7: Talking Domain-Driven Design with David Laribee – Part 2
Domain-driven design (DDD) is an approach to the design of software, based on two premises. For most software projects, the primary focus should be on the domain and domain logic (as opposed to being the particular technology used to implement the system) and complex domain designs should be based o...
0
kicks
Alt.NET Podcast Episode 7 - Object-Relational Mapping
In this episode Ward Bell (from IdeaBlade) and Jeremy Miller discuss Object-Relational Mapping and when to use ORM tools.
0
kicks
Implementing the Repository Pattern with Linq-to-Sql
The Repository Pattern, according to Martin Fowler, provides a "layer of abstraction over the mapping layer where query construction code is concentrated", to "minimize duplicate query logic". In practice it is usually a collection of data access services, grouped in a similar wa...
0
kicks
ORM (object-relational mapping) in .NET 3.5
What this article covers is a general introduction to ORM concepts, the approach that .NET 3.5 takes, and how it compares to these other packages.
0
kicks
A Discussion on Domain Driven Design: Value Objects
In my previous post we talked about Entities. Entities have a lot of overhead associated with them. They have a full lifecycle from cradle to grave. They also have identity which forces the domain model to be very expressive in tracking and coordinating their transient states. It would be great if w...
0
kicks
Agile Bloggers You Should be Reading
Along with the great agile bloggers at CodeBetter.com, you should take a look at three of the best agile developers/architects I know at ThoughtShapes.com. All three: Rob, Steve, and Rjae, have been presenting an in-depth look at Test Driven Development (TDD) and Domain Driven Design (DDD) at the st...
0
kicks
Strategies for Structuring Unit Tests
As you start to accumulate tests and move along in your TDD discipline, it becomes increasingly important to effectively organize large collections of tests. Here's an assortment of tactics for structuring your own test suites...