Re: Sample DDD projects in C#?
This looks a whole lot more like MDA than DDD (creating "models" in
xml then generating code models off of them) ...
snip ...
<Project>
<Name>AjOmar</Name>
<Description>Example AjOmar for (N)Hibernate</Description>
<Prefix>AjOm</Prefix>
<Domain>com.ajomar</Domain>
<CompanyName>ajomar</CompanyName>
<Model>
<Entities>
<Entity Source="Entities/Client.xml"/>
<Entity Source="Entities/Company.xml"/>
<Entity>
<Name>User</Name>
<Description>User Entity</Description>
<SetName>Users</SetName>
<Descriptor>User</Descriptor>
<SetDescriptor>Users</SetDescriptor>
<SqlTable>users</SqlTable>
<Inherits>Client</Inherits>
<Properties> <Property>
<Name>FirstName</Name>
<Type>Text</Type>
<SqlType>varchar(200)</SqlType>
etc
You also mention that its "Simple DDD" could you elaborate a bit on
what "Simple DDD" is as opposed to DDD?
Cheers,
Greg
On Tue, Aug 19, 2008 at 1:53 PM, Angel Java Lopez <ajlopez2000 <at> gmail.com> wrote:
> Hi people!
> Chris, there are examples in the source code of the books:
>
> http://www.wrox.com/WileyCDA/WroxTitle/-NET-Domain-Driven-Design-with-C-Problem-Design-Solution.productCd-0470147563.html
>
> http://www.wrox.com/WileyCDA/WroxTitle/-NET-3-5-Wrox-Box-Professional-ASP-NET-3-5-Professional-C-2008-Professional-LINQ-NET-Domain-Driven-Design-with-C-.productCd-0470387998.html
> (this is a forthcoming book, not source yet)
>
> BTW, I´m generating code for DDD/.NET/Nhibernate or Java/Hibernate (simple
> code, not full DDD) using a code generation tool, more info and examples at:
> http://ajlopez.wordpress.com/category/ajgenesis
>
> Angel "Java" Lopez
> http://www.ajlopez.com/en
> http://ajlopez.wordpress.com
>
>
>
> On Mon, Aug 18, 2008 at 4:11 PM, chris.sano <csano32 <at> gmail.com> wrote:
>>
>> Does anyone know where I can find a sample C# project that exercises
>> different DDD concepts and patterns?
>>
>> Thanks!
>>
>
>
--
--
It is the mark of an educated mind to be able to entertain a thought
without accepting it.
------------------------------------