Are there any open source projects in ASP.NET MVC that use the Domain Model architecture instead of the Transaction Script (Service Layer) architecture? I'm looking for more of a project then just small examples.
Asked
Active
Viewed 1,360 times
2 Answers
0
You can have a look at mine:
http://clientdatasystem.codeplex.com/SourceControl/list/changesets
and accompanying blog:
http://lucidcoding.blogspot.com/2011/09/software-architecture-how-to-do-it.html

Paul T Davies
- 2,527
- 2
- 22
- 39
> response = clientService.GetAllClients() as GetResponse
– Mike Flynn Dec 24 '11 at 06:06>. There is also a class called ClientService?