http://jkolpack.myopenid.com/
Name: http://jkolpack.myopenid.com/
Score: 22
Last Seen: 1255 days, 20 hours, 9 minutes ago
Member Since: 13 December, 2009
DotNetShoutout
atom rss
10
Shouts

Domain-Driven Documentation

published 1257 days, 10 hours, 16 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawlaVlLBbncfI-kMRw49gppHW031v5SQL4Yhttps://www.google.com/accounts/o8/id?id=AItOawlaVlLBbncfI-kMRw49gppHW031v5SQL4Y 1259 days, 7 hours, 31 minutes ago
Saturday, December 12, 2009 6:04:19 AM GMT Thursday, December 10, 2009 8:48:41 AM GMT
Here’s a couple of real-life documentation examples from a system I’ve been building for a client... (more)
category: Architecture | clicked: 5 | 1 comment | | source: richarddingwall.name
tags: DDD, Ubiquitous Language, Domain Driven Design, Documentation
8
Shouts

Demystifying LINQ Aggregates

published 1254 days, 4 hours, 38 minutes ago posted by http://jkolpack.myopenid.com/http://jkolpack.myopenid.com/ 1255 days, 20 hours, 16 minutes ago
Tuesday, December 15, 2009 11:41:59 AM GMT Sunday, December 13, 2009 8:04:23 PM GMT
This post aims to dissect the power that exists in the Aggregate LINQ operator. I have realized that most programmers use it sparingly and have decided to put a couple of examples to clarify how you can use the Aggregate operator to perform a few tricks. The screenshot below relates to the small examples that follow. The aggregate operator is interesting in that it enables accumulation of items to form some result. This comes in handy when we need to create new data items from others. In my exampl... (more)
category: How To | clicked: 1 | comment | | source: geekswithblogs.net
tags: Linq