<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>PreCon: Designing Reusable Class Libraries Slides posted</title><link>http://blogs.msdn.com/brada/archive/2005/09/15/PDCPreConSlides.aspx</link><description>As promised , the good folks at MSDN have posted our precon slides. Please take a look. Remember that plagiarism is the highest form of flattery [:D] I’d be honored if you used these slides to push good design practices at your company… I’d love to hear</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: PreCon: Designing Reusable Class Libraries Slides posted</title><link>http://blogs.msdn.com/brada/archive/2005/09/15/PDCPreConSlides.aspx#467681</link><pubDate>Thu, 15 Sep 2005 19:27:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:467681</guid><dc:creator>LordHits</dc:creator><description>Thanks for posting these slides. I'm hoping MS posts the slides from all the tracks of PDC05 soon for those that can't make it there.&lt;br&gt;Can't wait for the Framework book to arrive. Still on pre-order state at amazon. :(</description></item><item><title>re: PreCon: Designing Reusable Class Libraries Slides posted</title><link>http://blogs.msdn.com/brada/archive/2005/09/15/PDCPreConSlides.aspx#467740</link><pubDate>Thu, 15 Sep 2005 20:41:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:467740</guid><dc:creator>LordHits</dc:creator><description>Regarding my previous comment, I just found all the ppt slide decks for PDC05 here:&lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://commnet1.microsoftpdc.com/content/downloads.aspx"&gt;http://commnet1.microsoftpdc.com/content/downloads.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;Nice.</description></item><item><title>re: PreCon: Designing Reusable Class Libraries Slides posted</title><link>http://blogs.msdn.com/brada/archive/2005/09/15/PDCPreConSlides.aspx#471825</link><pubDate>Tue, 20 Sep 2005 19:37:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:471825</guid><dc:creator>Mikewo</dc:creator><description>I attended the precon session and really enjoyed it.  I think all the prep work you and Krysztof did paid off.  I also appreciate the openess of you and Krysztof for questions during and after the session.  &lt;br&gt;&lt;br&gt;I've been pushing the design guidelines at my current client to some success.  &lt;br&gt;&lt;br&gt;The book has been put in queue on my nightstand and I'm looking forward to reading it.</description></item><item><title>re: PreCon: Designing Reusable Class Libraries Slides posted</title><link>http://blogs.msdn.com/brada/archive/2005/09/15/PDCPreConSlides.aspx#472761</link><pubDate>Thu, 22 Sep 2005 15:54:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:472761</guid><dc:creator>Joe</dc:creator><description>I agree with Developer about ArgumentNullException.  Since all public methods should check arguments for null, this exception is used very frequently.  In an international application, it would be a pain to have to provide a localized message each time.&lt;br&gt;</description></item><item><title>re: PreCon: Designing Reusable Class Libraries Slides posted</title><link>http://blogs.msdn.com/brada/archive/2005/09/15/PDCPreConSlides.aspx#474056</link><pubDate>Mon, 26 Sep 2005 21:01:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:474056</guid><dc:creator>BradA</dc:creator><description>Thanks for chiming in Joe… And you are right, the developer here makes a good, valid argument.  My point is not that we should not provide some sort of short cut for the common case, just that we should ALSO support the common pattern.   For example could we have a constructor that took some sort of resource id as the first argument rather than a string so it doesn’t conflict with the pattern?&lt;br&gt;&lt;br&gt;</description></item><item><title>re: PreCon: Designing Reusable Class Libraries Slides posted</title><link>http://blogs.msdn.com/brada/archive/2005/09/15/PDCPreConSlides.aspx#474276</link><pubDate>Tue, 27 Sep 2005 10:02:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:474276</guid><dc:creator>Joe</dc:creator><description>Brad, I guess the real point to make is that all design is trade-off, and it's not always easy to get agreement on which is the 'best' design.  I don't think it's possible to also support the common pattern - there can only be one constructor with a single string argument, and a resource id argument is really a different pattern.&lt;br&gt;&lt;br&gt;ArgumentNullException is used mostly by class library developers (usually after running FxCop!) who can be expected to get it right.  And Intellisense mitigates the risk of getting the meaning of the argument wrong.  In any case I'm glad I am writing 'throw new ArgumentNullException(&amp;quot;myArg&amp;quot;);' and not 'throw new ArgumentNullException(String.Format(CultureInfo.CurrentCulture, Resources.ResourceManager.GetString(&amp;quot;NullArgument&amp;quot;), &amp;quot;myArgument&amp;quot;);'&lt;br&gt;&lt;br&gt;Great presentation in any case - in fact it's enhanced by emphasising that finding good designs isn't always easy.</description></item><item><title>Working with Yttrium</title><link>http://blogs.msdn.com/brada/archive/2005/09/15/PDCPreConSlides.aspx#702400</link><pubDate>Wed, 16 Aug 2006 14:58:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:702400</guid><dc:creator>Math.NET Project News</dc:creator><description>The intention &amp;amp;quot;Make the simple things simple and the hard things possible&amp;amp;quot; of the Designing Reusable</description></item><item><title>How to design an API: best practises, concepts, technical aspects</title><link>http://blogs.msdn.com/brada/archive/2005/09/15/PDCPreConSlides.aspx#8843774</link><pubDate>Fri, 08 Aug 2008 19:24:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8843774</guid><dc:creator>ossda.org</dc:creator><description>&lt;p&gt;HowtodesignanAPI:bestpractises,concepts,technicalaspectsWhenIstartedtodesignPiwikIr...&lt;/p&gt;
</description></item></channel></rss>