<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>brandon martinez &#187; Interfaces</title> <atom:link href="http://www.brandonmartinez.com/tag/interfaces/feed/" rel="self" type="application/rss+xml" /><link>http://www.brandonmartinez.com</link> <description>a blog, a portfolio, and more</description> <lastBuildDate>Sun, 05 Feb 2012 21:31:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>C# Interfaces: Under (No) Construction?</title><link>http://www.brandonmartinez.com/2009/07/10/351/</link> <comments>http://www.brandonmartinez.com/2009/07/10/351/#comments</comments> <pubDate>Fri, 10 Jul 2009 17:29:25 +0000</pubDate> <dc:creator>Brandon Martinez</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[C#]]></category> <category><![CDATA[Interfaces]]></category> <category><![CDATA[Programming]]></category><guid isPermaLink="false">http://www.brandonmartinez.com/?p=351</guid> <description><![CDATA[Why can’t C# allow for a constructor definition in an Interface? For example, say you have this interface:Continue reading C# Interfaces: Under (No) Construction?C# Interfaces: Under (No) Construction? is a post from brandon martinez.<hr /><p style="margin-top: 10px; border-top: solid 1px #ddd; padding-top:10px;"><a href="http://www.brandonmartinez.com/2009/07/10/351/?utm_source=feed&utm_campaign=rss-mo-more&utm_medium=rss">C# Interfaces: Under (No) Construction?</a> is a post from <a href="http://www.brandonmartinez.com?utm_source=feed&utm_campaign=rss-mo-more&utm_medium=rss">brandon martinez</a>.</p>]]></description> <content:encoded><![CDATA[<p>Why can’t C# allow for a constructor definition in an Interface? For example, say you have this interface:</p><pre class="brush: csharp; title: ; notranslate">namespace ValidationServices.Customers
{
  public interface ICustomer
  {
    // Properties
    ValidationRequest Request{ get; set;}

    // Methods
    ValidationResponse ValidateOrder();
    //....
    // and so on
    //....
  }
}</pre><em><p><a href="http://www.brandonmartinez.com/2009/07/10/351/?utm_source=feed&utm_campaign=rss-mo-more&utm_medium=rss">Continue reading C# Interfaces: Under (No) Construction?</a></p></em><hr /><p style="margin-top: 10px; border-top: solid 1px #ddd; padding-top:10px;"><a href="http://www.brandonmartinez.com/2009/07/10/351/?utm_source=feed&utm_campaign=rss-mo-more&utm_medium=rss">C# Interfaces: Under (No) Construction?</a> is a post from <a href="http://www.brandonmartinez.com?utm_source=feed&utm_campaign=rss-mo-more&utm_medium=rss">brandon martinez</a>.</p>]]></content:encoded> <wfw:commentRss>http://www.brandonmartinez.com/2009/07/10/351/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 7/17 queries in 0.426 seconds using disk: basic

Served from: www.brandonmartinez.com @ 2012-02-06 05:19:13 -->
