Lars Wilhelmsen

Connected Systems MVP

Skip to: Content | Sidebar | Footer

Date: October 2nd, 2008

Aggressive – Technology Casting

2 October, 2008 (20:06) | Aggressive, Pet+Projects | By: larsw

So, with the new project set up – it is time to decide which players to put on the field, and who’s to ditch.
At the moment, the following is in:

Visual Studio 2008 / .NET 3.5 / C# 3.0 (SP1)
Expression Blend 2 SP1
Resharper 4.1
CodePlex w/ SvnBridge
Silverlight 2 RC0
Windows Communication Foundation
LINQ to SQL (for first version).
xUnit 1.0.3
Autofac [...]

Aggressive domain model fluent interface – take #1

2 October, 2008 (19:56) | Aggressive, DDD, Fluent+Interfaces | By: larsw

So, I’m currently writing some infrastructure/backend code for Aggressive – a new lightweight time management I’m putting up on CodePlex.
The idea is to us it to practice something that I’m not really good at; TDD – and also try to apply DDD from “top to bottom”.
I’ve taken an interest in internal DSLs and fluent interfaces, [...]