<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>IvanF</title>
        <link>http://blogs.ugidotnet.org/IvanF/Default.aspx</link>
        <description>TFS, Visual Studio, 4ward e altro</description>
        <language>it-IT</language>
        <copyright>Ivan Fioravanti</copyright>
        <generator>Subtext Version 2.6.0.0</generator>
        <image>
            <title>IvanF</title>
            <url>http://blogs.ugidotnet.org/images/RSS2Image.gif</url>
            <link>http://blogs.ugidotnet.org/IvanF/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>Problemi a ricevere parametri double e decimal con ASP.NET WebAPI</title>
            <category>C#</category>
            <link>http://blogs.ugidotnet.org/IvanF/archive/2012/03/15/problemi-a-ricevere-parametri-double-e-decimal-con-asp.net-webapi.aspx</link>
            <description>&lt;p&gt;Dopo aver perso una MAREA di tempo su questo problema, mi sembra giusto condividerlo col resto del mondo.&lt;/p&gt;  &lt;p&gt;Stavamo cercando di passare un semplice campo double a WebAPI Beta, ma ogni volta il valore nel controller era 0… Abbiamo provato di tutto e alla fine cos’era?&lt;/p&gt;  &lt;p&gt;Le &lt;strong&gt;Regional Options devono essere English&lt;/strong&gt;!!! Altrimenti WebAPI usa la virgola come separatore decimale&lt;/p&gt;&lt;img src="http://blogs.ugidotnet.org/IvanF/aggbug/100863.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Ivan Fioravanti</dc:creator>
            <guid>http://blogs.ugidotnet.org/IvanF/archive/2012/03/15/problemi-a-ricevere-parametri-double-e-decimal-con-asp.net-webapi.aspx</guid>
            <pubDate>Thu, 15 Mar 2012 16:20:40 GMT</pubDate>
            <comments>http://blogs.ugidotnet.org/IvanF/archive/2012/03/15/problemi-a-ricevere-parametri-double-e-decimal-con-asp.net-webapi.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/IvanF/comments/commentRss/100863.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/IvanF/services/trackbacks/100863.aspx</trackback:ping>
        </item>
        <item>
            <title>VS 2010: Aggiungere Work Item ai Model Diagram</title>
            <category>TFS</category>
            <link>http://blogs.ugidotnet.org/IvanF/archive/2012/03/01/vs-2010-aggiungere-work-item-ai-model-diagram.aspx</link>
            <description>&lt;p&gt;Domanda: “Posso aggiungere dei work item ai modelli generati con Visual Studio, tipo Sequence Diagram? Perché mi hanno detto che è possibile, ma non capisco come.”&lt;/p&gt;  &lt;p&gt;Risposta: “Sì, ma va installato il Feature Pack 2 da qui: &lt;a href="http://msdn.microsoft.com/en-us/vstudio/ff655021.aspx"&gt;http://msdn.microsoft.com/en-us/vstudio/ff655021.aspx&lt;/a&gt;”&lt;/p&gt;  &lt;p&gt;Una volta installato vengono aggiunte delle voci nel menù contestuale degli elementi come da screenshot sotto:&lt;/p&gt;    &lt;p&gt;&lt;a href="http://blogs.ugidotnet.org/images/blogs_ugidotnet_org/IvanF/Windows-Live-Writer/46d49687d3e9_E581/image_thumb%5B1%5D_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image_thumb[1]" border="0" alt="image_thumb[1]" src="http://blogs.ugidotnet.org/images/blogs_ugidotnet_org/IvanF/Windows-Live-Writer/46d49687d3e9_E581/image_thumb%5B1%5D_thumb.png" width="620" height="284" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Spero serva a qualcuno,&lt;/p&gt;  &lt;p&gt;Ivan&lt;/p&gt;&lt;img src="http://blogs.ugidotnet.org/IvanF/aggbug/100819.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Ivan Fioravanti</dc:creator>
            <guid>http://blogs.ugidotnet.org/IvanF/archive/2012/03/01/vs-2010-aggiungere-work-item-ai-model-diagram.aspx</guid>
            <pubDate>Thu, 01 Mar 2012 17:32:45 GMT</pubDate>
            <comments>http://blogs.ugidotnet.org/IvanF/archive/2012/03/01/vs-2010-aggiungere-work-item-ai-model-diagram.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/IvanF/comments/commentRss/100819.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/IvanF/services/trackbacks/100819.aspx</trackback:ping>
        </item>
        <item>
            <title>System.Decimal non si sposa bene coi NoSQL</title>
            <category>Azure</category>
            <link>http://blogs.ugidotnet.org/IvanF/archive/2011/12/02/system.decimal-non-si-sposa-bene-coi-nosql.aspx</link>
            <description>&lt;p&gt;Eccoci ad un altro problemino da tener presente quando si va sul cloud o più in general su vari motori NoSQL: System.Decimal non si sposa molto bene.&lt;/p&gt;  &lt;p&gt;I 3 motori scelti per il test drive sono:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Azure Table Storage &lt;/li&gt;    &lt;li&gt;Amazon SimpleDB &lt;/li&gt;    &lt;li&gt;MongoDB &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Tutti e tre non supportano il tipo System.Decimal, quindi se volete salvare valute, cambi, grandi valori con virgola, dovrete ingegnarvi un po’. Noi per ora abbiamo usato il tipo double per le prove, durante le comunicazioni con terminali di pagamento reali solitamente si usa il protocollo ISO8583 dove il numero è diviso in due parti:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Amount: l’ammontare completo parte intera e mantissa senza virgola (esempio 100,91 è 10091) &lt;/li&gt;    &lt;li&gt;MinorUnit: numero di cifre decimali (esempio su 100,91 è 2) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Di seguito i tipi supportati dai vari sistemi:&lt;/p&gt;  &lt;table border="0" cellspacing="0" cellpadding="2" width="401"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td width="102" align="center"&gt;&lt;strong&gt;Tipo&lt;/strong&gt;&lt;/td&gt;        &lt;td width="97" align="center"&gt;&lt;strong&gt;Azure Table Storage&lt;/strong&gt;&lt;/td&gt;        &lt;td width="100" align="center"&gt;&lt;strong&gt;Amazon SimpleDB&lt;/strong&gt;&lt;/td&gt;        &lt;td width="100" align="center"&gt;&lt;strong&gt;MongoDB&lt;/strong&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="102"&gt;byte[]&lt;/td&gt;        &lt;td width="97" align="center"&gt;X&lt;/td&gt;        &lt;td valign="top" width="100" align="center"&gt; &lt;/td&gt;        &lt;td valign="top" width="100" align="center"&gt;X&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="102"&gt;bool&lt;/td&gt;        &lt;td width="97" align="center"&gt;X&lt;/td&gt;        &lt;td valign="top" width="100" align="center"&gt; &lt;/td&gt;        &lt;td valign="top" width="100" align="center"&gt;X&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="102"&gt;DateTime&lt;/td&gt;        &lt;td width="97" align="center"&gt;X&lt;/td&gt;        &lt;td valign="top" width="100" align="center"&gt; &lt;/td&gt;        &lt;td valign="top" width="100" align="center"&gt;X&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="102"&gt;double&lt;/td&gt;        &lt;td width="97" align="center"&gt;X&lt;/td&gt;        &lt;td valign="top" width="100" align="center"&gt; &lt;/td&gt;        &lt;td valign="top" width="100" align="center"&gt;X&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="102"&gt;Guid&lt;/td&gt;        &lt;td width="97" align="center"&gt;X&lt;/td&gt;        &lt;td valign="top" width="100" align="center"&gt; &lt;/td&gt;        &lt;td valign="top" width="100" align="center"&gt;X&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="102"&gt;Int32 o int&lt;/td&gt;        &lt;td width="97" align="center"&gt;X&lt;/td&gt;        &lt;td valign="top" width="100" align="center"&gt; &lt;/td&gt;        &lt;td valign="top" width="100" align="center"&gt;X&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="102"&gt;Int64 o long&lt;/td&gt;        &lt;td width="97" align="center"&gt;X&lt;/td&gt;        &lt;td valign="top" width="100" align="center"&gt; &lt;/td&gt;        &lt;td valign="top" width="100" align="center"&gt;X&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="102"&gt;String&lt;/td&gt;        &lt;td width="97" align="center"&gt;X&lt;/td&gt;        &lt;td valign="top" width="100" align="center"&gt;X (max 1024 bytes)&lt;/td&gt;        &lt;td valign="top" width="100" align="center"&gt;X&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="102"&gt;regex&lt;/td&gt;        &lt;td width="97" align="center"&gt; &lt;/td&gt;        &lt;td valign="top" width="100" align="center"&gt; &lt;/td&gt;        &lt;td valign="top" width="100" align="center"&gt;X&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;Da notare che Amazon ha scelto un’implementazione tecnica semplice per il suo NoSQL, che però comporta il fatto che tutti I valori vengano salvati come stringhe con una dimensione massima limitata e la ricerca è lessicografica il che significa che per SimpleDB 10 viene prima di 2, quindi bisogna porre un po’ di attenzione in più: &lt;a href="http://aws.amazon.com/articles/1232"&gt;http://aws.amazon.com/articles/1232&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Nota: è sempre possibile utilizzare un handler per gestire l’evento di Reading/Writing durante l’interazione con i NoSQL sopra. Magari ne parleremo in un post futuro.&lt;/p&gt;  &lt;p&gt;Alla prossima!&lt;/p&gt;&lt;img src="http://blogs.ugidotnet.org/IvanF/aggbug/100594.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Ivan Fioravanti</dc:creator>
            <guid>http://blogs.ugidotnet.org/IvanF/archive/2011/12/02/system.decimal-non-si-sposa-bene-coi-nosql.aspx</guid>
            <pubDate>Fri, 02 Dec 2011 17:30:00 GMT</pubDate>
            <comments>http://blogs.ugidotnet.org/IvanF/archive/2011/12/02/system.decimal-non-si-sposa-bene-coi-nosql.aspx#feedback</comments>
            <slash:comments>4</slash:comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/IvanF/comments/commentRss/100594.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/IvanF/services/trackbacks/100594.aspx</trackback:ping>
        </item>
        <item>
            <title>Azure Queue Service: la dimensione massima di un messaggio &amp;egrave; 8KB o 64KB?</title>
            <category>Azure</category>
            <link>http://blogs.ugidotnet.org/IvanF/archive/2011/11/29/azure-queue-service-la-dimensione-massima-di-un-messaggio-egrave.aspx</link>
            <description>&lt;p&gt;Eccoci con un altro piccolo incidente di percorso: la dimensione massima delle Azure Queue è stata portata da 8KB a 64KB dalla versione 2011-08-18 in poi. Fantastico! Un po’ più di spazio disponibile va benone, specialmente su messaggi con molti metadati da inviare.&lt;/p&gt;  &lt;p&gt;Se però come me provate a creare un messaggio con una dimensione di 10KB usando l’SDK 1.5 (Ottobre 2011) riceverete un bell’errore. &lt;/p&gt;  &lt;p&gt;A questo punto per capire esattamente dove fosse il problema mi sono armato di JustDecompile (visto che il buon vecchio Reflector non è più free, proviamo quello di Telerik) e ho decompilato il CloudQueueMessage da Microsoft.WindowsAzure.StorageClient.dll e… sorpresa! Nel costruttore c’è un bel limite massimo hardcoded a 8192 byte: &lt;/p&gt;  &lt;div id="codeSnippetWrapper"&gt;   &lt;div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px" id="codeSnippet"&gt;     &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;CloudQueueMessage.MaxMessageSize = (&lt;span style="color: #0000ff"&gt;long&lt;/span&gt;)8192;&lt;/pre&gt;
&lt;!--CRLF--&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;Come risolvere il problema? Scaricando la versione 1.6 dell’SDK di Azure dove le librerie client sono state aggiornate coi nuovi limiti e decompilando la stessa dll adesso si ha: &lt;/p&gt;

&lt;div id="codeSnippetWrapper"&gt;
  &lt;div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px" id="codeSnippet"&gt;
    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;CloudQueueMessage.MaxMessageSize = (&lt;span style="color: #0000ff"&gt;long&lt;/span&gt;)65536;&lt;/pre&gt;
&lt;!--CRLF--&gt;&lt;/div&gt;
&lt;/div&gt;&lt;img src="http://blogs.ugidotnet.org/IvanF/aggbug/100574.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Ivan Fioravanti</dc:creator>
            <guid>http://blogs.ugidotnet.org/IvanF/archive/2011/11/29/azure-queue-service-la-dimensione-massima-di-un-messaggio-egrave.aspx</guid>
            <pubDate>Tue, 29 Nov 2011 11:50:51 GMT</pubDate>
            <comments>http://blogs.ugidotnet.org/IvanF/archive/2011/11/29/azure-queue-service-la-dimensione-massima-di-un-messaggio-egrave.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/IvanF/comments/commentRss/100574.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/IvanF/services/trackbacks/100574.aspx</trackback:ping>
        </item>
        <item>
            <title>Azure Table Storage e l&amp;rsquo;operatore FirstOrDefault</title>
            <category>Azure</category>
            <link>http://blogs.ugidotnet.org/IvanF/archive/2011/11/29/azure-table-storage-e-lrsquooperatore-firstordefault.aspx</link>
            <description>&lt;p&gt;Oggi ho perso l'intero pomeriggio a lottare contro questo problema, quindi voglio condividere la cosa in modo da evitare ad altri di spaccarsi la testa sulla stessa cosa.    &lt;br /&gt;Stavo eseguendo una query semplice sul Table Storage di Azure utilizzando PartitionKey e RowKey per recuperare una specifica entità in una tabella specifica (es.: http://127.0.0.1:10002/devstoreaccount1/Spaceship (PartitionKey = '380 ',RowKey = '1234 ')).     &lt;br /&gt;Durante i test, il primo scenario era dove non esisteva entità con PK e RK date e ho usato una semplice query che termina con l'operatore FirstOrDefault tipo:&lt;/p&gt;  &lt;div id="codeSnippetWrapper"&gt;   &lt;div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px" id="codeSnippet"&gt;     &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;TableRepository.FindWhere (p =&amp;gt; p.PartitionKey == entity.Spaceship.CountryCode.ToString () &amp;amp; &amp;amp;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;. p.RowKey == entity.SerialNumber) FirstOrDefault ();&lt;/pre&gt;
&lt;!--CRLF--&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;e mi aspettavo u null, ma in realtà ho cominciato a ricevere errori 404 col seguente dettaglio:  &lt;/p&gt;

&lt;div id="codeSnippetWrapper"&gt;
  &lt;div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px" id="codeSnippet"&gt;
    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #0000ff"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #800000"&gt;error&lt;/span&gt; &lt;span style="color: #ff0000"&gt;xmlns&lt;/span&gt;&lt;span style="color: #0000ff"&gt;="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"&lt;/span&gt;&lt;span style="color: #0000ff"&gt;&amp;gt;&lt;/span&gt; &lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;  &lt;span style="color: #0000ff"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #800000"&gt;code&lt;/span&gt;&lt;span style="color: #0000ff"&gt;&amp;gt;&lt;/span&gt;ResourceNotFound&lt;span style="color: #0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #800000"&gt;code&lt;/span&gt;&lt;span style="color: #0000ff"&gt;&amp;gt;&lt;/span&gt; &lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;  &lt;span style="color: #0000ff"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #800000"&gt;message&lt;/span&gt; &lt;span style="color: #ff0000"&gt;xml:lang&lt;/span&gt;&lt;span style="color: #0000ff"&gt;="en-US"&lt;/span&gt;&lt;span style="color: #0000ff"&gt;&amp;gt;&lt;/span&gt;The specified resource does not exist.&lt;span style="color: #0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #800000"&gt;message&lt;/span&gt;&lt;span style="color: #0000ff"&gt;&amp;gt;&lt;/span&gt; &lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #800000"&gt;error&lt;/span&gt;&lt;span style="color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;&lt;/div&gt;
Dopo diverse ore alle prese con vari test ho scoperto queste “Perle di Saggezza Azure”: 

  &lt;br /&gt;- Internet Explorer non può essere utilizzato per eseguire query direttamente su Table Storage 

  &lt;br /&gt;- È necessario impostare &lt;strong&gt;IgnoreResourceNotFoundException = true&lt;/strong&gt; nel TableServiceContext per ricevere null quando un'entità non viene trovata, invece di ricevere un errore 404&lt;/div&gt;&lt;img src="http://blogs.ugidotnet.org/IvanF/aggbug/100571.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Ivan Fioravanti</dc:creator>
            <guid>http://blogs.ugidotnet.org/IvanF/archive/2011/11/29/azure-table-storage-e-lrsquooperatore-firstordefault.aspx</guid>
            <pubDate>Tue, 29 Nov 2011 09:56:00 GMT</pubDate>
            <comments>http://blogs.ugidotnet.org/IvanF/archive/2011/11/29/azure-table-storage-e-lrsquooperatore-firstordefault.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/IvanF/comments/commentRss/100571.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/IvanF/services/trackbacks/100571.aspx</trackback:ping>
        </item>
        <item>
            <title>Inizia l&amp;rsquo;avventura col cloud: prima Microsoft Azure e poi Amazon AWS</title>
            <category>Azure</category>
            <link>http://blogs.ugidotnet.org/IvanF/archive/2011/11/28/inizia-lrsquoavventura-col-cloud-prima-microsoft-azure-e-poi-amazon.aspx</link>
            <description>&lt;p&gt;Finalmente siamo partiti! Un bel Proof of Concept su Azure per una bella architettura distribuita Cloud – OnPremise. Prima si prova Azure, poi AWS.&lt;/p&gt;  &lt;p&gt;Cercherò di postare un po’ di “Appunti di viaggio” di quest’avventura con problemi, vantaggi, pregi e difetti, performance individuati in modo da poter aiutare futuri avventurieri.&lt;/p&gt;  &lt;p&gt;Proveremo di tutto di più:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Azure Table Storage – SimpleDB: come NoSQL per salvare grandi quantità di dati &lt;/li&gt;    &lt;li&gt;Blob Storage – S3: per salvare dati di grandi dimensioni &lt;/li&gt;    &lt;li&gt;Azure Queue – SQS: per la comunicazione tra i diversi ruoli sul cloud all’interno della stessa Region &lt;/li&gt;    &lt;li&gt;SQL Azure – MySql: per la parte relazione sul cloud &lt;/li&gt;    &lt;li&gt;SQL Data Sync: per sincronizzare database distribuiti cloud – OnPremise &lt;/li&gt;    &lt;li&gt;Service Bus – SNS+SQS: per utilizzare il pattern publish/subscribe per la distribuzione di dati tra region e OnPremise &lt;/li&gt;    &lt;li&gt;Traffice Manager: per bilanciare automaticamente le chiamate dei client alla region Azure più vicina &lt;/li&gt;    &lt;li&gt;MongoDB: ci saranno anche esperimenti con MongoDB per confrontare un NoSQL Document Based con I key-value offerti da Microsoft e Amazon&lt;/li&gt;    &lt;li&gt;Altro: MEF, Automapper, AppFabric, Caching, TPL &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Si parte!&lt;/p&gt;&lt;img src="http://blogs.ugidotnet.org/IvanF/aggbug/100568.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Ivan Fioravanti</dc:creator>
            <guid>http://blogs.ugidotnet.org/IvanF/archive/2011/11/28/inizia-lrsquoavventura-col-cloud-prima-microsoft-azure-e-poi-amazon.aspx</guid>
            <pubDate>Mon, 28 Nov 2011 23:09:01 GMT</pubDate>
            <comments>http://blogs.ugidotnet.org/IvanF/archive/2011/11/28/inizia-lrsquoavventura-col-cloud-prima-microsoft-azure-e-poi-amazon.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/IvanF/comments/commentRss/100568.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/IvanF/services/trackbacks/100568.aspx</trackback:ping>
        </item>
        <item>
            <title>Errore TF208002 su editing Product Planning.xlsm</title>
            <category>TFS Advanced</category>
            <category>TFS</category>
            <link>http://blogs.ugidotnet.org/IvanF/archive/2011/11/15/errore-tf208002-su-editing-product-planning.xlsm.aspx</link>
            <description>&lt;p&gt;Mi si era corrotto il Product Planning.xlsm del progetto. In apertura mi dava l’errore: &lt;em&gt;TF208002: The name that you specified for the column header is a reserved name for this work item list. Choose a different name and try again.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Chiaramente le ho provate tutte ma il file era andato &lt;img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-sadsmile" alt="Sad smile" src="http://blogs.ugidotnet.org/images/blogs_ugidotnet_org/IvanF/Windows-Live-Writer/Errore-TF280002_10329/wlEmoticon-sadsmile_2.png" /&gt; &lt;/p&gt;  &lt;p&gt;Soluzione: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;prendete il file &lt;strong&gt;Product Planning.xlsm&lt;/strong&gt; direttamente dal Process Template Agile 5 di Microsoft (MSF for Agile Software Development v5.0\Windows SharePoint Services\Shared Documents\Project Management) e copiatelo sul Project Portal del vostro progetto. &lt;/li&gt;    &lt;li&gt;Apritelo e premete&lt;strong&gt; Edit Workbook&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;Andate sul tab &lt;strong&gt;Team&lt;/strong&gt; e selezionate &lt;strong&gt;Configure&lt;/strong&gt; –&amp;gt; &lt;strong&gt;Server Connection&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;Premete &lt;strong&gt;OK&lt;/strong&gt; sul popup &lt;/li&gt;    &lt;li&gt;Selezionate il vostro progetto e premete &lt;strong&gt;Connect&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;Premete &lt;strong&gt;New List&lt;/strong&gt; e selezionate la query &lt;strong&gt;Product Planning&lt;/strong&gt; premendo su &lt;strong&gt;OK&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;Salvate e avete di nuovo il vostro file!!! &lt;/li&gt; &lt;/ul&gt;&lt;img src="http://blogs.ugidotnet.org/IvanF/aggbug/100527.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Ivan Fioravanti</dc:creator>
            <guid>http://blogs.ugidotnet.org/IvanF/archive/2011/11/15/errore-tf208002-su-editing-product-planning.xlsm.aspx</guid>
            <pubDate>Tue, 15 Nov 2011 19:32:31 GMT</pubDate>
            <comments>http://blogs.ugidotnet.org/IvanF/archive/2011/11/15/errore-tf208002-su-editing-product-planning.xlsm.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/IvanF/comments/commentRss/100527.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/IvanF/services/trackbacks/100527.aspx</trackback:ping>
        </item>
        <item>
            <title>Sono diventato MCT!</title>
            <category>Training</category>
            <link>http://blogs.ugidotnet.org/IvanF/archive/2011/03/20/sono-diventato-mct.aspx</link>
            <description>&lt;p&gt;Ce l’ho fatta! Ci ho messo un po’, ma sono riuscito a diventare Microsoft Certified Trainer! E lunedì terrò il mio primo corso da docente: MOC 50430: Administering Team Foundation Server 2010!&lt;/p&gt;&lt;img src="http://blogs.ugidotnet.org/IvanF/aggbug/99854.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Ivan Fioravanti</dc:creator>
            <guid>http://blogs.ugidotnet.org/IvanF/archive/2011/03/20/sono-diventato-mct.aspx</guid>
            <pubDate>Sun, 20 Mar 2011 10:54:00 GMT</pubDate>
            <comments>http://blogs.ugidotnet.org/IvanF/archive/2011/03/20/sono-diventato-mct.aspx#feedback</comments>
            <slash:comments>5</slash:comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/IvanF/comments/commentRss/99854.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/IvanF/services/trackbacks/99854.aspx</trackback:ping>
        </item>
        <item>
            <title>Team Foundation Server 2010 SP1 Finale</title>
            <category>TFS</category>
            <link>http://blogs.ugidotnet.org/IvanF/archive/2011/03/09/anche-team-foundation-server-2010-finale.aspx</link>
            <description>&lt;p&gt;Non dimentichiamoci che è stato rilasciato l’SP1 finale anche per TFS 2010, che contiene un lungo elenco di bug fix. &lt;/p&gt;  &lt;p&gt;Per maggiori info: &lt;a href="http://support.microsoft.com/kb/2182621"&gt;http://support.microsoft.com/kb/2182621&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.ugidotnet.org/IvanF/aggbug/99795.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Ivan Fioravanti</dc:creator>
            <guid>http://blogs.ugidotnet.org/IvanF/archive/2011/03/09/anche-team-foundation-server-2010-finale.aspx</guid>
            <pubDate>Wed, 09 Mar 2011 00:05:59 GMT</pubDate>
            <comments>http://blogs.ugidotnet.org/IvanF/archive/2011/03/09/anche-team-foundation-server-2010-finale.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/IvanF/comments/commentRss/99795.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/IvanF/services/trackbacks/99795.aspx</trackback:ping>
        </item>
        <item>
            <title>Tutto pronto per gli ALM Days di Roma e Milano</title>
            <category>TFS</category>
            <link>http://blogs.ugidotnet.org/IvanF/archive/2011/01/04/tutto-pronto-per-gli-alm-days-di-roma-e-milano.aspx</link>
            <description>&lt;p&gt;Ci siamo quasi gli ALM Days di Roma (18/1) e Milano (20/1) si avvicinano. La mia sessione sarà … &lt;/p&gt;  &lt;p align="center"&gt;&lt;img style="display: block; float: none; margin-left: auto; margin-right: auto" src="http://l19.sphotos.l3.fbcdn.net/hphotos-l3-snc6/hs031.snc6/166194_477726422953_161420532953_5580772_5259350_n.jpg" width="400" height="300" /&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;    &lt;p&gt;Per registrarsi:&lt;/p&gt;  &lt;p align="center"&gt;&lt;a href="http://www.microsoft.com/italy/eventi/almday/index.aspx"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: ; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="feature_msdn (2)" border="0" alt="feature_msdn (2)" src="http://blogs.ugidotnet.org/images/blogs_ugidotnet_org/IvanF/Windows-Live-Writer/360a036c6e21_E36C/feature_msdn%20(2)_57609e90-7600-49bf-bc6c-c933f975fbf7.jpg" width="216" height="117" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.ugidotnet.org/IvanF/aggbug/99598.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Ivan Fioravanti</dc:creator>
            <guid>http://blogs.ugidotnet.org/IvanF/archive/2011/01/04/tutto-pronto-per-gli-alm-days-di-roma-e-milano.aspx</guid>
            <pubDate>Tue, 04 Jan 2011 17:17:50 GMT</pubDate>
            <comments>http://blogs.ugidotnet.org/IvanF/archive/2011/01/04/tutto-pronto-per-gli-alm-days-di-roma-e-milano.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/IvanF/comments/commentRss/99598.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/IvanF/services/trackbacks/99598.aspx</trackback:ping>
        </item>
    </channel>
</rss>