Browse by Tags

brownfield development – other ideas?
02 September 09 04:23 PM
If you haven’t been following it over the last couple of months, we’ve been running a series of articles about brownfield development – authored by James Kovacs , Kyle Baley , and Donald Belcham .  The big idea here is that rather than have yet another Read More...
Managing Data Streams With C# Iterators
01 July 08 11:33 PM
Architecturally, I lean pretty heavily towards 2 philosophies - Domain Driven Design and the Rich Domain Model pattern.  And while neither requires the other for success (contrary to much of what you read out there), they seem to work well together Read More...
Last Old Blog Code Update
06 March 08 11:12 PM
Ok - after posting this update, I'll consider myself caught up with regard to picking up the pieces of my old blog. This is the updated code sample for creating custom mapping types in NHibernate . The updated sample provides a loose example of implementing Read More...
DinnerNow v1.3 Is Released
03 June 07 08:14 PM
If you're looking for a good sample that shows how to apply some of the new .NET 3.0 technologies, check out the latest distribution of the DinnerNow.Net sample application. More information here . Read More...
Observations From Recent Blog Wars
28 May 07 12:53 PM
So over the past week, I've been following a bit of a stirring the blogosphere over the deliverables coming out of Microsoft's P&P group - particularly CAB and SCSF . In case you want the loose chronology, here's how it went down. Oren's Initial Post Read More...
Partial Methods - I Object?
27 May 07 09:48 PM
No, not partial classes. Partial methods. As Wes talks about in his latest post on language enhancements in Orcas, partial methods are another new C# language feature that allows you to define the signature of a method in one part of a partial class and Read More...
NHibernate Custom Mapping Types
23 April 07 07:36 PM
(originally posted to Absolute Opinion on June 14, 2006) As you should know by now, NHibernate is an object-relational mapping (ORM) tool that uses XML metadata files to marshal data between an object-oriented domain model and a relational database. Now, Read More...
Designing a Domain-Driven Data Access Layer
23 April 07 07:35 PM
(originally posted to Absolute Opinion on June 4, 2006) I had started writing a post about best practices for using the different NHibernate collection mapping types when it dawned on me that I may be assuming too much in thinking that we all look at Read More...
More C# 3.0 – Extension Methods
09 February 07 02:05 PM
A while back I wrote a post about lambda expressions in C# 3.0 and how they are one of the enabling technologies behind Linq . I would like to continue that discussion today with a quick overview of something called extension methods. First, I want to Read More...
Page view tracker