<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with Model</title>
    <description>the latest stories tagged with 'Model' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Waterfall development just work as great</title>
      <description>Waterfall development is still a valid way to develop software. Setting up the requirements, making proper analysis, coding and then testing works just as fine. However. not for ever changing software like a website.

If I were to build an e-Commerce website, I would never choose to go Waterfall. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f03%2fwaterfall-development-just-work-as.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f03%2fwaterfall-development-just-work-as.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Waterfall_development_just_work_as_great</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Waterfall_development_just_work_as_great</guid>
      <pubDate>Wed, 04 Mar 2009 12:41:10 GMT</pubDate>
    </item>
    <item>
      <title>Anti-Pattern: Anemic Domain Model</title>
      <description>Here is an anti-pattern Martin Fowler will agree with. In fact, it's Martin Fowler that first described this anti-pattern in November 2003. Like Fowler said, it looks like a model, it smells like a model but there is no behaviour inside.

The basic symptom of an Anemic Domain Model is that at first blush it looks like the real thing. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f02%2fanti-pattern-anemic-domain-model.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f02%2fanti-pattern-anemic-domain-model.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Anti_Pattern_Anemic_Domain_Model</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Anti_Pattern_Anemic_Domain_Model</guid>
      <pubDate>Sun, 01 Mar 2009 04:53:40 GMT</pubDate>
    </item>
    <item>
      <title>Stop using those stupid Model example</title>
      <description>Stop using Circle/Square/Rectangle, People/Employee, Car/Model  examples for models or example on how to use Object-Oriented Principles or any example at all.

There is plenty of &amp;quot;Open&amp;quot; model that you can use. Here's a simple list for those who needs inspiration. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f02%2fstop-using-those-stupid-model-example.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f02%2fstop-using-those-stupid-model-example.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Stop_using_those_stupid_Model_example</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Stop_using_those_stupid_Model_example</guid>
      <pubDate>Mon, 02 Feb 2009 19:29:44 GMT</pubDate>
    </item>
    <item>
      <title>Using the ASP.NET MVC ModelBinder attribute</title>
      <description>ASP.NET MVC action methods can be developed using regular method parameters. In earlier versions of the ASP.NET MVC framework, these parameters were all simple types like integers, strings, booleans, . When required, a method parameter can be a complex type like a Contact with Name, Email and Message properties.

This blog post shows you how to use the ModelBinder attribute which allows ASP.NET MVC action methods to accept complex types. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f08%2f29%2fUsing-the-ASPNET-MVC-ModelBinder-attribute.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f08%2f29%2fUsing-the-ASPNET-MVC-ModelBinder-attribute.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_the_ASP_NET_MVC_ModelBinder_attribute</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_the_ASP_NET_MVC_ModelBinder_attribute</guid>
      <pubDate>Tue, 02 Sep 2008 03:31:02 GMT</pubDate>
    </item>
    <item>
      <title>The Oncoming Microsoft ASP.NET MVC with Some LINQ Tossed In - Part 2</title>
      <description>In the &amp;lt;a href=&amp;quot;http://adronbhall.com/blogs/technology__software_development/archive/2007/12/25/6062.aspx&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;first part of this series&amp;lt;/a&amp;gt; I went over how to create a basic skeleton of controllers and models so that we could create a mock test and get it green lighted along with some other tests for getting the basic navigation methods tested and green lighted.&amp;amp;nbsp; In this part of the series I'm going to go over the model from a LINQ point of view.&amp;amp;nbsp; After that in subsequent parts of this series I'll start building out the views, utilizing of course a test driven development process.&amp;amp;nbsp; So no more blabbering, let's code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fadronbhall.com%2fblogs%2ftechnology__software_development%2farchive%2f2008%2f01%2f31%2f6182.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fadronbhall.com%2fblogs%2ftechnology__software_development%2farchive%2f2008%2f01%2f31%2f6182.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/The_Oncoming_Microsoft_ASP_NET_MVC_with_Some_LINQ_Tossed_In_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/The_Oncoming_Microsoft_ASP_NET_MVC_with_Some_LINQ_Tossed_In_Part_2</guid>
      <pubDate>Fri, 01 Feb 2008 09:05:31 GMT</pubDate>
    </item>
    <item>
      <title>How to Write a Provider Model</title>
      <description>In this article Keyvan teaches you how to write your own data provider for .NET applications using the provider model. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fdesignpatterns%2fHowToWriteAProviderModel.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fdesignpatterns%2fHowToWriteAProviderModel.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/How_to_Write_a_Provider_Model</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/How_to_Write_a_Provider_Model</guid>
      <pubDate>Tue, 22 Jan 2008 12:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Concurrent Affairs:  Async additions to C#</title>
      <description>My man-crush, Jeffrey Richter (of CLR Via C# fame) writes in the November issue of MSDN magazine about some of the recent additions to C# that makes the async programming model easier, plus other stuff.   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsdn.microsoft.com%2fmsdnmag%2fissues%2f07%2f11%2fConcurrentAffiars%2fdefault.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsdn.microsoft.com%2fmsdnmag%2fissues%2f07%2f11%2fConcurrentAffiars%2fdefault.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Concurrent_Affairs_Async_additions_to_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Concurrent_Affairs_Async_additions_to_C</guid>
      <pubDate>Tue, 16 Oct 2007 01:42:04 GMT</pubDate>
    </item>
  </channel>
</rss>
