It is one week into a new assignment and things are starting to get interesting! I have been able to port a good portion of the web application to a DNN system and I am starting on the meaty part of the application.
The data access paradigm is mostly web service wrappers around some stored procs. The team does not have an object model, they simply get some datasets and do their thing. It has worked for the simpler things, but the app can benefit from more formal structures as the complexity grows.
Well, another team member says, how about creating a Domain Model along the principles of Domain Drive Design. Well did that get my ALT.NEt juices flowing!
I can't wait, we are starting with some simple areas. It should be fun putting some of the concepts that I have been reading about into practice.