<?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>Dino Esposito&amp;#39;s WebLog - All Comments</title><link>http://weblogs.asp.net/despos/default.aspx</link><description>Solid Architecture for Quality ASP.NET AJAX</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Suddenly slim diet</title><link>http://weblogs.asp.net/despos/archive/2004/03/10/86995.aspx#6190118</link><pubDate>Wed, 14 May 2008 23:29:41 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6190118</guid><dc:creator>Suddenly slim diet</dc:creator><description>&lt;p&gt;Hi - just wanted to say good design and blog - cu Frank&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6190118" width="1" height="1"&gt;</description></item><item><title>asp net windows impersonation</title><link>http://weblogs.asp.net/despos/archive/2004/02/05/68029.aspx#6188705</link><pubDate>Wed, 14 May 2008 13:47:16 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6188705</guid><dc:creator>asp net windows impersonation</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;asp net windows impersonation&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6188705" width="1" height="1"&gt;</description></item><item><title>Dew Drop - May 12, 2008 | Alvin Ashcraft's Morning Dew</title><link>http://weblogs.asp.net/despos/archive/2008/05/12/dispatch-my-stuff-to-the-right-thread.aspx#6182444</link><pubDate>Mon, 12 May 2008 13:41:09 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6182444</guid><dc:creator>Dew Drop - May 12, 2008 | Alvin Ashcraft's Morning Dew</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Dew Drop - May 12, 2008 | Alvin Ashcraft's Morning Dew&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6182444" width="1" height="1"&gt;</description></item><item><title>re: Dispatch my stuff to the right thread</title><link>http://weblogs.asp.net/despos/archive/2008/05/12/dispatch-my-stuff-to-the-right-thread.aspx#6182168</link><pubDate>Mon, 12 May 2008 12:12:31 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6182168</guid><dc:creator>Shaun</dc:creator><description>&lt;p&gt;Standard WPF has that functionality&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6182168" width="1" height="1"&gt;</description></item><item><title>re: It's long way to ... Dublin </title><link>http://weblogs.asp.net/despos/archive/2008/05/06/it-s-long-way-to-dublin.aspx#6180883</link><pubDate>Mon, 12 May 2008 02:34:16 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6180883</guid><dc:creator>despos</dc:creator><description>&lt;p&gt;Oz,&lt;/p&gt;
&lt;p&gt;it was scheduled for this summer, but I just got notice that it's been canceled because of &amp;quot;low&amp;quot; interest. It's the downturn of the economy--they said &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6180883" width="1" height="1"&gt;</description></item><item><title>re: It Shadows. What?</title><link>http://weblogs.asp.net/despos/archive/2004/03/10/86995.aspx#6169758</link><pubDate>Thu, 08 May 2008 13:30:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6169758</guid><dc:creator>ikitClaw</dc:creator><description>&lt;p&gt;Seems like a tired topic, but I've got a real use for Shadow - when using XML serialization on classes to match data structures (for instance, ebXML business signals), many data items are named differently but in fact contain common data. Creating a wrapper class for individual but very similar classes allows not-very-dissimilar objects to be treated the same where they rightly should, but in the class declarations, serialization tags for class members are an extra layer above basic naming/overloading and thus provide a scenario where Shadow is actually useful.&lt;/p&gt;
&lt;p&gt;Don't believe me ? Take a peek ;)&lt;/p&gt;
&lt;p&gt;_____________________________________________&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Public Class SignalWrapper&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Public thisMessageIdentifier As thisMessageIdentifier&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Public thisMessageDateTime As thisMessageDateTime&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Public receivedDocumentDateTime As receivedDocumentDateTime&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Public receivedDocumentIdentifier As receivedDocumentIdentifier&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;End Class&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Public Class ReceiptAcknowledgement&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Inherits SignalWrapper&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;End Class&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Public Class ReceiptAcknowledgementException&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Inherits SignalWrapper&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;XmlElement(&amp;quot;theMessageDateTime&amp;quot;)&amp;gt; Public Shadows thisMessageDateTime As thisMessageDateTime&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;XmlElement(&amp;quot;theOffendingDocumentDateTime&amp;quot;)&amp;gt; Public Shadows receivedDocumentDateTime As receivedDocumentDateTime&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;XmlElement(&amp;quot;theOffendingDocumentIdentifier&amp;quot;)&amp;gt; Public Shadows receivedDocumentIdentifier As receivedDocumentIdentifier&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;End Class&lt;/p&gt;
&lt;p&gt;__________________________________________&lt;/p&gt;
&lt;p&gt;The ~Exception class is effectively identical to the normal class, both derive from SignalWrapper, but the repeat declarations of methods that need Shadow'ing is required in order to specify different XML element names for serialization.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6169758" width="1" height="1"&gt;</description></item><item><title>re: Popup Windows</title><link>http://weblogs.asp.net/despos/archive/2004/06/15/156046.aspx#6169259</link><pubDate>Thu, 08 May 2008 10:58:10 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6169259</guid><dc:creator>mugjsh</dc:creator><description>&lt;p&gt;do we have security problems with Pop-ups?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6169259" width="1" height="1"&gt;</description></item><item><title>re: It's long way to ... Dublin </title><link>http://weblogs.asp.net/despos/archive/2008/05/06/it-s-long-way-to-dublin.aspx#6168533</link><pubDate>Thu, 08 May 2008 07:22:26 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6168533</guid><dc:creator>bob</dc:creator><description>&lt;p&gt;PUO60Q hi nice site thanks &lt;a rel="nofollow" target="_new" href="http://peace.com"&gt;http://peace.com&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6168533" width="1" height="1"&gt;</description></item><item><title>re: It's long way to ... Dublin </title><link>http://weblogs.asp.net/despos/archive/2008/05/06/it-s-long-way-to-dublin.aspx#6165993</link><pubDate>Wed, 07 May 2008 16:43:12 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6165993</guid><dc:creator>oz</dc:creator><description>&lt;p&gt;man.. when are you going to do this kind of stuff in the States?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6165993" width="1" height="1"&gt;</description></item><item><title>re: ColorTranslator</title><link>http://weblogs.asp.net/despos/archive/2004/10/26/247802.aspx#6156974</link><pubDate>Sun, 04 May 2008 16:57:33 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6156974</guid><dc:creator>aostzbpwvy</dc:creator><description>&lt;p&gt;Wow, cool man, big thanks! &amp;lt;a href=&lt;a rel="nofollow" target="_new" href="http://lgxvtttvbrcgsz.com"&gt;http://lgxvtttvbrcgsz.com&lt;/a&gt; &amp;gt;&lt;a rel="nofollow" target="_new" href="http://lgxvtttvbrcgsz.com"&gt;http://lgxvtttvbrcgsz.com&lt;/a&gt;&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6156974" width="1" height="1"&gt;</description></item></channel></rss>