After spending a couple months studying DDD methodology, I\'ve now began to apply these concepts into actual products at my company.In fact, I\'ve been tasked with creating a suitable and maintainable
I have a 3 tiered app: 1st layer: SQL DB. 2nd layer: App Sever (dotnet) 3rd layer: smart wpf client. I\'m using NHibarnate (fluent) as the data source for the application server layer
Using C#, asp.net 3.5, SqlServer 2005, Trying to incorporate some inversion of control together with 3-tier architecture into my current assignment.