<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>neuparts Forum Rss Feed</title><link>http://www.codeplex.com/neuparts/Thread/List.aspx</link><description>neuparts Forum Rss Description</description><item><title>New Post: Is this project dead?</title><link>http://www.codeplex.com/neuparts/Thread/View.aspx?ThreadId=35057</link><description>&lt;div style="line-height: normal;"&gt;I'm curious if Sam and others here think this is still a viable architecture. My observations:&lt;br&gt;
&lt;br&gt;
- Its a lot of work writing translators. We have a bunch of em today and devs hate them.&lt;br&gt;
- Data contracts look a lot like entities. Is this DRY?&lt;br&gt;
- Asp.Net MVC is compelling to go direct to the domain model&lt;br&gt;
&lt;br&gt;
Thoughts? Seems like I struggle like many folks on how to scale DDD to the enterprise, or in other words, do we add a service layer or not?&lt;br&gt;
&lt;/div&gt;</description><author>bradk</author><pubDate>Sat, 06 Sep 2008 15:55:39 GMT</pubDate><guid isPermaLink="false">New Post: Is this project dead? 20080906035539P</guid></item><item><title>NEW POST: Wow.</title><link>http://www.codeplex.com/neuparts/Thread/View.aspx?ThreadId=24308</link><description>&lt;div class="wikidoc"&gt;
So Sam and I got together after dinner tonight and made some minor changes to Neuparts. I know, you are thinking &amp;quot;It's about damn time.&amp;quot; Well, we got stuff to do. And Sam is always big-wigging with all his chums at MSFT. &lt;br /&gt; &lt;br /&gt;So, here's to Neuparts getting some love and affection.&lt;br /&gt; &lt;br /&gt;-- Chad&lt;br /&gt;
&lt;/div&gt;</description><author>sgentile</author><pubDate>Wed, 19 Mar 2008 03:07:16 GMT</pubDate><guid isPermaLink="false">NEW POST: Wow. 20080319030716A</guid></item><item><title>NEW POST: VS2008 Builds and Cleanup</title><link>http://www.codeplex.com/neuparts/Thread/View.aspx?ThreadId=23767</link><description>&lt;div class="wikidoc"&gt;
I know we haven't had much time on this and now Chad is busy for quite a while. I tried to at least recompile everything for VS2008 and cleanup all the code with Resharper. I had some issues with the TFS source control so there was a bit of churn there. Neuparts.Shipping should be all set now with all the references. I will make sure on the rest. Is it all building for you?&lt;br /&gt;
&lt;/div&gt;</description><author>sgentile</author><pubDate>Tue, 11 Mar 2008 12:38:51 GMT</pubDate><guid isPermaLink="false">NEW POST: VS2008 Builds and Cleanup 20080311123851P</guid></item><item><title>NEW POST: .Net 3.5 support</title><link>http://www.codeplex.com/neuparts/Thread/View.aspx?ThreadId=19886</link><description>&lt;div class="wikidoc"&gt;
But of course!&lt;br /&gt; &lt;br /&gt;The &lt;i&gt;rough&lt;/i&gt; roadmap goes like this:&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Major refactoring to better highlight DDD pattern names.&lt;/li&gt;&lt;li&gt;Incorporate Spring.Net&lt;/li&gt;&lt;li&gt;Refactor to domain to 3.5&lt;/li&gt;&lt;li&gt;Use ASP.Net MVC pattern in UI&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</description><author>chadcthomas</author><pubDate>Thu, 03 Jan 2008 20:14:22 GMT</pubDate><guid isPermaLink="false">NEW POST: .Net 3.5 support 20080103081422P</guid></item><item><title>NEW POST: .Net 3.5 support</title><link>http://www.codeplex.com/neuparts/Thread/View.aspx?ThreadId=19886</link><description>&lt;div class="wikidoc"&gt;
Are there any plans to change the solution to utilize .Net 3.5 features?&lt;br /&gt;
&lt;/div&gt;</description><author>chandmk</author><pubDate>Thu, 03 Jan 2008 16:12:21 GMT</pubDate><guid isPermaLink="false">NEW POST: .Net 3.5 support 20080103041221P</guid></item><item><title>NEW POST: "Managers" and "Services" </title><link>http://www.codeplex.com/neuparts/Thread/View.aspx?ThreadId=17428</link><description>&lt;div class="wikidoc"&gt;
Greg-&lt;br /&gt; &lt;br /&gt;Sorry for the long delay. &lt;br /&gt; &lt;br /&gt;'Managers' map to Service &lt;a href="http://www.codeplex.com/neuparts/Wiki/View.aspx?title=Evans"&gt;Evans&lt;/a&gt;, whereas what we call 'services' map to units of functionality in SOA.&lt;br /&gt; &lt;br /&gt;This, however, is being refactored back to a truer DDD naming style.&lt;br /&gt;
&lt;/div&gt;</description><author>chadcthomas</author><pubDate>Mon, 24 Dec 2007 21:01:40 GMT</pubDate><guid isPermaLink="false">NEW POST: "Managers" and "Services"  20071224090140P</guid></item><item><title>NEW POST: "Managers" and "Services" </title><link>http://www.codeplex.com/neuparts/Thread/View.aspx?ThreadId=17428</link><description>&lt;div class="wikidoc"&gt;
In the domain are these intended to be factories? &lt;br /&gt; &lt;br /&gt;Not saying usage should be changed, was just curious if there was other intended behavior being foreseen in these objects.&lt;br /&gt;
&lt;/div&gt;</description><author>GregYoung</author><pubDate>Tue, 06 Nov 2007 06:56:10 GMT</pubDate><guid isPermaLink="false">NEW POST: "Managers" and "Services"  20071106065610A</guid></item><item><title>NEW POST: Quick Bug?</title><link>http://www.codeplex.com/neuparts/Thread/View.aspx?ThreadId=17427</link><description>&lt;div class="wikidoc"&gt;
       public static Order DeleteItem(Order order, Item item)&lt;br /&gt;       {&lt;br /&gt;           OrderDetail detail = new OrderDetail();&lt;br /&gt;           detail.ItemId = item.Id.Value;        &lt;br /&gt; &lt;br /&gt;           order.OrderDetail.Add(detail);&lt;br /&gt;           return order;&lt;br /&gt;       }&lt;br /&gt;
&lt;/div&gt;</description><author>GregYoung</author><pubDate>Tue, 06 Nov 2007 06:54:32 GMT</pubDate><guid isPermaLink="false">NEW POST: Quick Bug? 20071106065432A</guid></item><item><title>NEW POST: Opening Remarks</title><link>http://www.codeplex.com/neuparts/Thread/View.aspx?ThreadId=17037</link><description>&lt;div class="wikidoc"&gt;
Greetings.&lt;br /&gt; &lt;br /&gt;I would like to thank everyone for checking out this project, and appreciate all of the early feedback.&lt;br /&gt; &lt;br /&gt;Sam and I are working on getting this project (more correctly, collection of projects) working as soon as possible.&lt;br /&gt; &lt;br /&gt;We encourage open and honest feedback, but keep a few things in mind:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;We have full time positions at Neudesic. We pour our hearts into this company, and it is our primary interest.&lt;/li&gt;&lt;li&gt;This project is a work in process. It will under go multiple, multiple refactorings!&lt;/li&gt;&lt;li&gt;We will provide a document that summarizes our software architecture decisions. &lt;/li&gt;&lt;li&gt;We understand, respect, and most importantly appreciate that there are many ways to do DDD. This is our take on it.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</description><author>chadcthomas</author><pubDate>Sun, 28 Oct 2007 18:50:43 GMT</pubDate><guid isPermaLink="false">NEW POST: Opening Remarks 20071028065043P</guid></item></channel></rss>