<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Architecture</title><link>http://forums.asp.net/16.aspx</link><description>Discuss and debate ASP.NET application designs. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=8&amp;c=17" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: What goes first in the design of the project?</title><link>http://forums.asp.net/thread/1605775.aspx</link><pubDate>Mon, 05 Mar 2007 18:32:06 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1605775</guid><dc:creator>csharplearner</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1605775.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=16&amp;PostID=1605775</wfw:commentRss><description>I agree with you all on domain modelling.Thanks a lot for a good detailed responses. I had been studying Craig Larmen's Applying UML and Patterns: An Object Oriented Approach. - very good book- he also advices on the domain modelling-you guys probably like this book- go for it if you have not read this</description></item><item><title>Re: What goes first in the design of the project?</title><link>http://forums.asp.net/thread/1604293.aspx</link><pubDate>Sun, 04 Mar 2007 18:36:01 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1604293</guid><dc:creator>Sundar_Ravishankar</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1604293.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=16&amp;PostID=1604293</wfw:commentRss><description>Hi csharplearner,&lt;br /&gt;&lt;br /&gt;I also vote for Domain driven design. &lt;br /&gt;In my inital experience I saw people design their physical data model first (entity modeling and normalization) and the other models are driven based on this model. But when I started designing the system using UML I did the Domain model first and this drove the other models. After discussing with the designers and in the forums, I feel Domain driven design would be the ideal way out (and again it depends on the size and nature of the project).&lt;br /&gt;&lt;br /&gt;The following links might be helpful to you&lt;br /&gt;http://www.agiledata.org/essays/agileDataModeling.html&lt;br /&gt;http://domaindrivendesign.org/&lt;br /&gt;&lt;br /&gt;There is also another methodology called GUIDS or user-centered design, just FYI.&lt;br /&gt;http://www.it.bton.ac.uk/staff/rng/teaching/notes/GUIDE/&lt;br /&gt;http://en.wikipedia.org/wiki/User-centered_design&lt;br /&gt;&lt;br /&gt;Hope this helps&lt;br /&gt;&lt;br /&gt;Sundar&lt;br /&gt;__________________________________________________________&lt;br /&gt;Please don't forget to mark all the replies that helped you as "Answer"&lt;br /&gt;&lt;br /&gt;</description></item><item><title>Re: What goes first in the design of the project?</title><link>http://forums.asp.net/thread/1603830.aspx</link><pubDate>Sun, 04 Mar 2007 01:58:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1603830</guid><dc:creator>flanakin</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1603830.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=16&amp;PostID=1603830</wfw:commentRss><description>&lt;p&gt;I haven't really delved into the formal theories around domain driven design, but I'd have to say I use this same approach. In my experience, the best approach is really going to depend on the experience of you and your team. Most people seem to start in the database, but I personally think that can cause problems. In the same breath, I have to say I don't think this is a steadfast rule, tho; it really depends on skills and experience. With all that said, my approach tends to start by forming a domain model based on use cases. This domain model represents the data your system will manage. Next, I like to identify the business services that correspond to the domain model; the data access layer, which essentially mimics the business logic layer; and, finally, I wrap it all up by formulating the data model, which is loosely based on the domain model.&lt;/p&gt;
&lt;p&gt;The only thing I like to stress here is that the application's domain model should be designed independently of the data model. The reasoning behind this primarily lies within the fact that you don't want your application domain model held to restrictions of the data store, which could possibly change over time. As far as I'm concerned, the data store is merely an end-point -- an end-point that can (or, perhaps should support the ability to) be replaced with no change to the application, outside of the data access layer.&lt;/p&gt;</description></item><item><title>Re: What goes first in the design of the project?</title><link>http://forums.asp.net/thread/1603770.aspx</link><pubDate>Sat, 03 Mar 2007 22:59:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1603770</guid><dc:creator>Fredrik N</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1603770.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=16&amp;PostID=1603770</wfw:commentRss><description>I try to use Domain Driven Design as much as possible (depends on the project). In that case I design the domain model first and then the datasource.</description></item><item><title>What goes first in the design of the project?</title><link>http://forums.asp.net/thread/1603758.aspx</link><pubDate>Sat, 03 Mar 2007 22:29:47 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1603758</guid><dc:creator>csharplearner</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1603758.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=16&amp;PostID=1603758</wfw:commentRss><description>&lt;p&gt;In a real time projects, what do you all do?&lt;/p&gt;
&lt;p&gt;Do you guys first design the OO Business layer with classes and then design the database layer or its the other way around?&lt;/p&gt;</description></item></channel></rss>