<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.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>The .NET Buffet - All Comments</title><link>http://weblogs.asp.net/drohrer/default.aspx</link><description>.Net, .Net CF, Architecture, and more (would you like Fries with that?)</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: Enterprise Library Configuration (Part 2/2): Customizable configuration with framework extensions.</title><link>http://weblogs.asp.net/drohrer/archive/2005/02/05/enterprise-library-configuration-part-2-2-customizable-configuration-with-framework-extensions.aspx#7638961</link><pubDate>Tue, 09 Nov 2010 20:05:57 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7638961</guid><dc:creator>gelu53005</dc:creator><description>&lt;p&gt;can you provide the source code; your link doesn&amp;#39;t work.&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7638961" width="1" height="1"&gt;</description></item><item><title>re: Enterprise Library Configuration (Part 2/2): Customizable configuration with framework extensions.</title><link>http://weblogs.asp.net/drohrer/archive/2005/02/05/enterprise-library-configuration-part-2-2-customizable-configuration-with-framework-extensions.aspx#7638960</link><pubDate>Tue, 09 Nov 2010 20:02:51 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7638960</guid><dc:creator>gelu53005</dc:creator><description>&lt;p&gt;From what DLL or reference do you get ConfigurationProvider class?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7638960" width="1" height="1"&gt;</description></item><item><title>The Danger of Single Responsibility in Programming Continued &amp;laquo;  Thycoticsolutionsblog&amp;#039;s Blog</title><link>http://weblogs.asp.net/drohrer/archive/2009/11/10/in-response-to-quot-the-dangers-of-single-responsibility-in-programming-quot.aspx#7538569</link><pubDate>Mon, 21 Jun 2010 18:07:25 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7538569</guid><dc:creator>The Danger of Single Responsibility in Programming Continued «  Thycoticsolutionsblog's Blog</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;The Danger of Single Responsibility in Programming Continued &amp;amp;laquo; &amp;nbsp;Thycoticsolutionsblog&amp;amp;#039;s Blog&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7538569" width="1" height="1"&gt;</description></item><item><title>re: Silverlight ChartHelper revisited...</title><link>http://weblogs.asp.net/drohrer/archive/2010/03/02/silverlight-charthelper-revisited.aspx#7383972</link><pubDate>Mon, 15 Mar 2010 14:57:11 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7383972</guid><dc:creator>seaman</dc:creator><description>&lt;p&gt;it&amp;#39;s very great !!!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7383972" width="1" height="1"&gt;</description></item><item><title>re: In response to "The Dangers of Single Responsibility in Programming"</title><link>http://weblogs.asp.net/drohrer/archive/2009/11/10/in-response-to-quot-the-dangers-of-single-responsibility-in-programming-quot.aspx#7332439</link><pubDate>Wed, 03 Feb 2010 04:44:31 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7332439</guid><dc:creator>Pieter</dc:creator><description>&lt;p&gt;Started working on a system where SRP was applied almost vigorously, and everything is tested. Only problem is in readability. The source code for a 2 form application and 5 functions has more than 50 source code files, and supporting code to make everything stick together. It is next to impossible to read and almost impossible to stick anything together mentally. Even the original creator took 5 hours to implement a &amp;quot;close&amp;quot; button. &lt;/p&gt;
&lt;p&gt;It is difficult to get the balance right, so you don&amp;#39;t over create a big application.&lt;/p&gt;
&lt;p&gt;I agree with this post though, wondered how to change that function and how to test it, and it makes sense, but it also makes sense for it to be all in one source code file, then you can actually read and follow it.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7332439" width="1" height="1"&gt;</description></item><item><title>re: The Dangers of Hammers (or, Why SRP Isn’t Dangerous)</title><link>http://weblogs.asp.net/drohrer/archive/2009/11/20/the-dangers-of-hammers-or-why-srp-isn-t-dangerous.aspx#7267887</link><pubDate>Tue, 01 Dec 2009 15:31:45 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7267887</guid><dc:creator>David Cooksey</dc:creator><description>&lt;p&gt;Doug,&lt;/p&gt;
&lt;p&gt;At this point I believe we agree in principle on what single responsibility is and how it should be applied. &amp;nbsp;It appears that our disagreement is primarily based on whether &amp;#39;danger&amp;#39; is applicable to the SRP or not.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not trying to scare people away from SRP, my primary intention is to slightly curb the enthusiasm of the developer who is new to the SRP and may have a tendency to apply it as a law. &amp;nbsp;Also, I want to steer people away from the &amp;#39;one class, one method&amp;#39; concept based on the SRP.&lt;/p&gt;
&lt;p&gt;Or, to extend the hammer analogy - be sure that you know where the nail should go before you start hitting nails with your shiny new hammer. &amp;nbsp;The amazing hammer tool won&amp;#39;t keep the house together unless its applied with understanding ;)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7267887" width="1" height="1"&gt;</description></item><item><title>Twitter Trackbacks for                 The Dangers of Hammers (or, Why SRP Isn???t Dangerous) - The .NET Buffet         [asp.net]        on Topsy.com</title><link>http://weblogs.asp.net/drohrer/archive/2009/11/20/the-dangers-of-hammers-or-why-srp-isn-t-dangerous.aspx#7262223</link><pubDate>Sat, 21 Nov 2009 03:35:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7262223</guid><dc:creator>Twitter Trackbacks for                 The Dangers of Hammers (or, Why SRP Isn???t Dangerous) - The .NET Buffet         [asp.net]        on Topsy.com</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Twitter Trackbacks for &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The Dangers of Hammers (or, Why SRP Isn???t Dangerous) - The .NET Buffet &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [asp.net] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;on Topsy.com&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7262223" width="1" height="1"&gt;</description></item><item><title>re: In response to "The Dangers of Single Responsibility in Programming"</title><link>http://weblogs.asp.net/drohrer/archive/2009/11/10/in-response-to-quot-the-dangers-of-single-responsibility-in-programming-quot.aspx#7261897</link><pubDate>Fri, 20 Nov 2009 20:39:41 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7261897</guid><dc:creator>Jonathan Allen</dc:creator><description>&lt;p&gt;When I see things like ICustomer, I can&amp;#39;t help but think you messed up. The chances that you need to expand on the Customer class is high. This means breaking the ICustomer interface, which is bad, or creating ICustomer2, ICustomer3, etc, which is worse.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7261897" width="1" height="1"&gt;</description></item><item><title>re: In response to "The Dangers of Single Responsibility in Programming"</title><link>http://weblogs.asp.net/drohrer/archive/2009/11/10/in-response-to-quot-the-dangers-of-single-responsibility-in-programming-quot.aspx#7260631</link><pubDate>Thu, 19 Nov 2009 17:01:58 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7260631</guid><dc:creator>David Cooksey</dc:creator><description>&lt;p&gt;Doug,&lt;/p&gt;
&lt;p&gt;You make a number of good points, but given the number of arguments I&amp;#39;ve been in regarding the SRP, I feel that &amp;#39;got it wrong&amp;#39; is insufficiently descriptive. &amp;nbsp;I don&amp;#39;t believe that we are in disagreement about SRP&amp;#39;s application, but I do feel that the frequency with which the SRP is misunderstood is a good indication of how dangerous it is. &amp;nbsp;I have a more detailed response posted.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7260631" width="1" height="1"&gt;</description></item><item><title>The Danger of Single Responsibility in Programming Continued | Thycotic Software Ltd. | Team Blog</title><link>http://weblogs.asp.net/drohrer/archive/2009/11/10/in-response-to-quot-the-dangers-of-single-responsibility-in-programming-quot.aspx#7260498</link><pubDate>Thu, 19 Nov 2009 14:48:13 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7260498</guid><dc:creator>The Danger of Single Responsibility in Programming Continued | Thycotic Software Ltd. | Team Blog</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;The Danger of Single Responsibility in Programming Continued | Thycotic Software Ltd. | Team Blog&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7260498" width="1" height="1"&gt;</description></item></channel></rss>