<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/"><channel><title>Emanuele Mattei</title><link>http://blog.shareoffice.it/emanuele/</link><description>Il Blog di Emanuele &lt;br&gt; &lt;img src="http://blog.shareoffice.it//images/blog_shareoffice_it/emanuele/62/o_Foto096-001.jpg" border=0 target="_blank"&gt;</description><managingEditor>Emanuele Mattei</managingEditor><dc:language>it-IT</dc:language><generator>.Text Version 0.95.2004.102</generator><item><dc:creator>Emanuele Mattei</dc:creator><title>C# verificare se una stringa contiene solo lettere </title><link>http://blog.shareoffice.it/emanuele/archive/2013/05/18/11441.aspx</link><pubDate>Sat, 18 May 2013 18:46:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/05/18/11441.aspx</guid><description>In C# nel caso che vogliamo verificare se il valore di una stringa contiene solo lettere oltre ad utilizzare le regular expression possiamo utilizzare la funzione "&lt;strong&gt;All&lt;/strong&gt;" passando come valore isletter.&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt; if (MioText.All(char.IsLetter))&lt;br /&gt;                                {&lt;br /&gt;                                  //true&lt;br /&gt;                                } &lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11441.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml">In C# nel caso che vogliamo verificare se il valore di una stringa contiene solo lettere oltre ad utilizzare le regular expression possiamo utilizzare la funzione "<strong>All</strong>" passando come valore isletter.<br /><br />Code:<br /><br /> if (MioText.All(char.IsLetter))<br />                                {<br />                                  //true<br />                                } <img src ="http://blog.shareoffice.it/emanuele/aggbug/11441.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>C# Verificare se una stringa è solo numero </title><link>http://blog.shareoffice.it/emanuele/archive/2013/05/16/11440.aspx</link><pubDate>Thu, 16 May 2013 23:13:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/05/16/11440.aspx</guid><description>Nel frammento di codice qui di seguito per il linguaggio C#, illustra una tecnica di come verificare se in una stringa, ci sono solonumeri,senza utilizzare le espressioni regolari.&lt;br /&gt;&lt;br /&gt;if (MioText.All(char.IsNumber))&lt;br /&gt;{&lt;br /&gt;//Codice&lt;br /&gt;}&lt;br /&gt;&lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11440.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml">Nel frammento di codice qui di seguito per il linguaggio C#, illustra una tecnica di come verificare se in una stringa, ci sono solonumeri,senza utilizzare le espressioni regolari.<br /><br />if (MioText.All(char.IsNumber))<br />{<br />//Codice<br />}<br /><img src ="http://blog.shareoffice.it/emanuele/aggbug/11440.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>Kodu creazione di video giochi </title><link>http://blog.shareoffice.it/emanuele/archive/2013/05/14/11439.aspx</link><pubDate>Tue, 14 May 2013 22:49:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/05/14/11439.aspx</guid><description>&lt;p&gt;&lt;img border="0" alt="Try Kodu now, download it for FREE" src="http://az9711.vo.msecnd.net/files/projects/kodu/banners-kodu.png" closure_uid_371219017="1" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a style="MARGIN-BOTTOM: 1em; FLOAT: left; CLEAR: left; MARGIN-RIGHT: 1em" href="http://az9711.vo.msecnd.net/files/projects/kodu/banners-kodu.png" imageanchor="1"&gt;&lt;/a&gt;&lt;strong&gt;Kodu Game Lab&lt;/strong&gt;, è un software gratuito di Microsoft, che permette la creazione di video giochi.&lt;br /&gt;Il programma  è indicato per ambienti educative, come le scuole, e consiste nel voler avvicinare i bambini alla realizzazione di video giochi e l'utilizzo del computer in ambito avanzato.&lt;br /&gt;Il programma tramite una semplice interfaccia grafica, fornisce indicazioni e le basi per la creazioni di video giochi, senza utilizzare linguaggi di programmazione. Il software è anche  in lingua italiana.&lt;br /&gt;&lt;br /&gt;Per maggiori informazioni visitate la seguente pagina &lt;a href="http://fuse.microsoft.com/projects/kodu"&gt;&lt;font color="#6699cc"&gt;http://fuse.microsoft.com/projects/kodu&lt;/font&gt;&lt;/a&gt; mentre qui &lt;br /&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=10056"&gt;&lt;font color="#6699cc"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=10056&lt;/font&gt;&lt;/a&gt; potete scaricare l'ultima versione.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11439.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml"><p><img border="0" alt="Try Kodu now, download it for FREE" src="http://az9711.vo.msecnd.net/files/projects/kodu/banners-kodu.png" closure_uid_371219017="1" /></p>
<p><a style="MARGIN-BOTTOM: 1em; FLOAT: left; CLEAR: left; MARGIN-RIGHT: 1em" href="http://az9711.vo.msecnd.net/files/projects/kodu/banners-kodu.png" imageanchor="1"></a><strong>Kodu Game Lab</strong>, è un software gratuito di Microsoft, che permette la creazione di video giochi.<br />Il programma  è indicato per ambienti educative, come le scuole, e consiste nel voler avvicinare i bambini alla realizzazione di video giochi e l'utilizzo del computer in ambito avanzato.<br />Il programma tramite una semplice interfaccia grafica, fornisce indicazioni e le basi per la creazioni di video giochi, senza utilizzare linguaggi di programmazione. Il software è anche  in lingua italiana.<br /><br />Per maggiori informazioni visitate la seguente pagina <a href="http://fuse.microsoft.com/projects/kodu"><font color="#6699cc">http://fuse.microsoft.com/projects/kodu</font></a> mentre qui <br /><a href="http://www.microsoft.com/en-us/download/details.aspx?id=10056"><font color="#6699cc">http://www.microsoft.com/en-us/download/details.aspx?id=10056</font></a> potete scaricare l'ultima versione.<br /><br /></p><img src ="http://blog.shareoffice.it/emanuele/aggbug/11439.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>convertire file office in pdf, image </title><link>http://blog.shareoffice.it/emanuele/archive/2013/05/13/11438.aspx</link><pubDate>Mon, 13 May 2013 21:46:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/05/13/11438.aspx</guid><description>Se state cercando un sito che converte file di &lt;strong&gt;Word&lt;/strong&gt;, &lt;strong&gt;Excel&lt;/strong&gt;, Power Point ed altri in formato pdf o immagine, il sito &lt;a href="http://www.freepdfconvert.com/"&gt;&lt;font color="#6699cc"&gt;http://www.freepdfconvert.com/&lt;/font&gt;&lt;/a&gt; permette tale operazioni.&lt;br /&gt;Una volta selezionato il file, bisogna impostare il formato che si vuole convertire, poi tramite il pulsante convert verrà elaborato il file.&lt;br /&gt;La casella per l'indirizzo email è facoltativo, non è obbligatorio inserirlo.&lt;br /&gt;Fonte: &lt;a href="http://www.vincechiosa.com/2013/05/freepdfconvert-strumento-web-per.html?utm_source=feedburner&amp;amp;utm_medium=email&amp;amp;utm_campaign=Feed%3A+VinceChiOsa+%28VINCE+CHI+OSA%29"&gt;&lt;font color="#6699cc"&gt;http://www.vincechiosa.com/2013/05/freepdfconvert-strumento-web-per.html?utm_source=feedburner&amp;amp;utm_medium=email&amp;amp;utm_campaign=Feed%3A+VinceChiOsa+%28VINCE+CHI+OSA%29&lt;/font&gt;&lt;/a&gt; &lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11438.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml">Se state cercando un sito che converte file di <strong>Word</strong>, <strong>Excel</strong>, Power Point ed altri in formato pdf o immagine, il sito <a href="http://www.freepdfconvert.com/"><font color="#6699cc">http://www.freepdfconvert.com/</font></a> permette tale operazioni.<br />Una volta selezionato il file, bisogna impostare il formato che si vuole convertire, poi tramite il pulsante convert verrà elaborato il file.<br />La casella per l'indirizzo email è facoltativo, non è obbligatorio inserirlo.<br />Fonte: <a href="http://www.vincechiosa.com/2013/05/freepdfconvert-strumento-web-per.html?utm_source=feedburner&amp;utm_medium=email&amp;utm_campaign=Feed%3A+VinceChiOsa+%28VINCE+CHI+OSA%29"><font color="#6699cc">http://www.vincechiosa.com/2013/05/freepdfconvert-strumento-web-per.html?utm_source=feedburner&amp;utm_medium=email&amp;utm_campaign=Feed%3A+VinceChiOsa+%28VINCE+CHI+OSA%29</font></a> <img src ="http://blog.shareoffice.it/emanuele/aggbug/11438.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>corso free di Patente e Patentino di Guida </title><link>http://blog.shareoffice.it/emanuele/archive/2013/05/12/11437.aspx</link><pubDate>Sun, 12 May 2013 13:06:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/05/12/11437.aspx</guid><description>&lt;div class="post-header"&gt;
&lt;div class="post-header-line-1"&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class="post-body entry-content"&gt;&lt;img style="VERTICAL-ALIGN: bottom" class="reflected" title="Patente e Patentino di Guida Corso Free on line e offline" alt="Patente e Patentino di Guida Corso Free on line e offline" align="middle" src="http://www.istitutomajorana.it/immagini7/Corso-Patente-di-guida.jpg" width="400" height="280" /&gt; &lt;br /&gt;Il fuori tema di oggi riguarda un simpatico programma tecnologico, che ci può tornare utile per la &lt;strong&gt;patente B&lt;/strong&gt; o il patentino.&lt;br /&gt;&lt;strong&gt;Antonio&lt;/strong&gt;, dell'Istituto Majorana, qui &lt;a href="http://www.istitutomajorana.it/index.php?option=com_content&amp;amp;task=view&amp;amp;id=2147&amp;amp;Itemid=33"&gt;&lt;font color="#6699cc"&gt;http://www.istitutomajorana.it/index.php?option=com_content&amp;amp;task=view&amp;amp;id=2147&amp;amp;Itemid=33&lt;/font&gt;&lt;/a&gt; segnala due interessanti programmi.&lt;br /&gt;La particolarità di questi programmi, e che si possono installare sui vari sistemi operativi (Windows, linux e mac) oppure utilizzarli on line.&lt;br /&gt;Oltre al corso, si può scegliere anche il test o di approffondire determinati argomenti.&lt;br /&gt;Complimenti ad Antonio per questa bella iniziativa.&lt;br /&gt;&lt;/div&gt;&lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11437.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml"><div class="post-header">
<div class="post-header-line-1"></div></div>
<div class="post-body entry-content"><img style="VERTICAL-ALIGN: bottom" class="reflected" title="Patente e Patentino di Guida Corso Free on line e offline" alt="Patente e Patentino di Guida Corso Free on line e offline" align="middle" src="http://www.istitutomajorana.it/immagini7/Corso-Patente-di-guida.jpg" width="400" height="280" /> <br />Il fuori tema di oggi riguarda un simpatico programma tecnologico, che ci può tornare utile per la <strong>patente B</strong> o il patentino.<br /><strong>Antonio</strong>, dell'Istituto Majorana, qui <a href="http://www.istitutomajorana.it/index.php?option=com_content&amp;task=view&amp;id=2147&amp;Itemid=33"><font color="#6699cc">http://www.istitutomajorana.it/index.php?option=com_content&amp;task=view&amp;id=2147&amp;Itemid=33</font></a> segnala due interessanti programmi.<br />La particolarità di questi programmi, e che si possono installare sui vari sistemi operativi (Windows, linux e mac) oppure utilizzarli on line.<br />Oltre al corso, si può scegliere anche il test o di approffondire determinati argomenti.<br />Complimenti ad Antonio per questa bella iniziativa.<br /></div><img src ="http://blog.shareoffice.it/emanuele/aggbug/11437.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>Download free WebMatrix 3 </title><link>http://blog.shareoffice.it/emanuele/archive/2013/05/11/11436.aspx</link><pubDate>Sat, 11 May 2013 18:54:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/05/11/11436.aspx</guid><description>Rilasciata la nuova versione di Webmatrix &lt;a href="http://www.microsoft.com/web/webmatrix/next/"&gt;&lt;font color="#666699"&gt;http://www.microsoft.com/web/webmatrix/next/&lt;/font&gt;&lt;/a&gt; il programma gratuito per la creazione e gestione di siti web in tecnologia Asp.Net e Php.&lt;br /&gt;Per il download e maggiori informazioni visitate il sito indicato.&lt;br /&gt;&lt;br /&gt;&lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11436.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml">Rilasciata la nuova versione di Webmatrix <a href="http://www.microsoft.com/web/webmatrix/next/"><font color="#666699">http://www.microsoft.com/web/webmatrix/next/</font></a> il programma gratuito per la creazione e gestione di siti web in tecnologia Asp.Net e Php.<br />Per il download e maggiori informazioni visitate il sito indicato.<br /><br /><img src ="http://blog.shareoffice.it/emanuele/aggbug/11436.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>NI Aerospace &amp; Defense Forum 2013 </title><link>http://blog.shareoffice.it/emanuele/archive/2013/05/09/11434.aspx</link><pubDate>Thu, 09 May 2013 22:22:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/05/09/11434.aspx</guid><description>&lt;div class="post-header"&gt;
&lt;div class="post-header-line-1"&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class="post-body entry-content"&gt;&lt;img src="http://italy.ni.com/sites/default/files/images/italy/130326_nav_aerospace_forum.jpg" width="731" height="250" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Grande evento quello organizzato da &lt;strong&gt;National Instruments&lt;/strong&gt;, un evento molto importante e di grande interesse.&lt;br /&gt;Il &lt;strong&gt;13 giugno&lt;/strong&gt; 2013 a Roma, si svolgerà il forum &lt;strong&gt;NI Aerospace and Defense Forum 2013&lt;/strong&gt; &lt;a href="http://italy.ni.com/aerospace-defense-forum-ita"&gt;&lt;font color="#666699"&gt;http://italy.ni.com/aerospace-defense-forum-ita&lt;/font&gt;&lt;/a&gt; un evento che riguarda l'utilizzo di tecnologie in ambito &lt;strong&gt;Aereospaziale&lt;/strong&gt;.&lt;br /&gt;Per tutti coloro che lavoro in tale ambito o appassionati di questo settore non posso perderlo, un grande evento imperdibile.&lt;br /&gt;L'evento è &lt;strong&gt;gratuito&lt;/strong&gt;, per maggiori informazioni ed iscrizioni visitate il seguente sito &lt;a href="http://italy.ni.com/aerospace-defense-forum-ita"&gt;&lt;font color="#666699"&gt;http://italy.ni.com/aerospace-defense-forum-ita&lt;/font&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11434.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml"><div class="post-header">
<div class="post-header-line-1"></div></div>
<div class="post-body entry-content"><img src="http://italy.ni.com/sites/default/files/images/italy/130326_nav_aerospace_forum.jpg" width="731" height="250" /><br /><br /><br /><br />Grande evento quello organizzato da <strong>National Instruments</strong>, un evento molto importante e di grande interesse.<br />Il <strong>13 giugno</strong> 2013 a Roma, si svolgerà il forum <strong>NI Aerospace and Defense Forum 2013</strong> <a href="http://italy.ni.com/aerospace-defense-forum-ita"><font color="#666699">http://italy.ni.com/aerospace-defense-forum-ita</font></a> un evento che riguarda l'utilizzo di tecnologie in ambito <strong>Aereospaziale</strong>.<br />Per tutti coloro che lavoro in tale ambito o appassionati di questo settore non posso perderlo, un grande evento imperdibile.<br />L'evento è <strong>gratuito</strong>, per maggiori informazioni ed iscrizioni visitate il seguente sito <a href="http://italy.ni.com/aerospace-defense-forum-ita"><font color="#666699">http://italy.ni.com/aerospace-defense-forum-ita</font></a><br /></div><img src ="http://blog.shareoffice.it/emanuele/aggbug/11434.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>download free l'eBook del Dottore dei Computer </title><link>http://blog.shareoffice.it/emanuele/archive/2013/05/08/11433.aspx</link><pubDate>Wed, 08 May 2013 21:34:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/05/08/11433.aspx</guid><description>&lt;div class="post-header"&gt;
&lt;div class="post-header-line-1"&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class="post-body entry-content"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-f5K0_Rbj-aY/UXBlpp8pEtI/AAAAAAAAFSI/gYo-eFeVcAU/s200/ebook+dottore+11.jpg" width="140" height="200" /&gt; &lt;br /&gt;&lt;br /&gt;Doc, mi informa che ha appena rilasciata la &lt;strong&gt;nuova&lt;/strong&gt; versione del suo ebook.&lt;br /&gt;Giunto al volume 11, questo libro &lt;strong&gt;scaricabile&lt;/strong&gt; &lt;strong&gt;gratuitamente&lt;/strong&gt; da qui &lt;a href="http://www.ildottoredeicomputer.com/2013/04/il-dottore-dei-computer-volume-11.html"&gt;&lt;font color="#666699"&gt;http://www.ildottoredeicomputer.com/2013/04/il-dottore-dei-computer-volume-11.html&lt;/font&gt;&lt;/a&gt; contiene numerosi consigli e trucchi sul mondo dei computer.&lt;br /&gt;Il libro è scritto in italiano ed in formato PDF.&lt;br /&gt;Ve lo consiglio, ben fatto.&lt;br /&gt;Complimenti a Doc per la passione che ci mette.&lt;br /&gt;&lt;/div&gt;&lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11433.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml"><div class="post-header">
<div class="post-header-line-1"></div></div>
<div class="post-body entry-content"><img border="0" src="http://1.bp.blogspot.com/-f5K0_Rbj-aY/UXBlpp8pEtI/AAAAAAAAFSI/gYo-eFeVcAU/s200/ebook+dottore+11.jpg" width="140" height="200" /> <br /><br />Doc, mi informa che ha appena rilasciata la <strong>nuova</strong> versione del suo ebook.<br />Giunto al volume 11, questo libro <strong>scaricabile</strong> <strong>gratuitamente</strong> da qui <a href="http://www.ildottoredeicomputer.com/2013/04/il-dottore-dei-computer-volume-11.html"><font color="#666699">http://www.ildottoredeicomputer.com/2013/04/il-dottore-dei-computer-volume-11.html</font></a> contiene numerosi consigli e trucchi sul mondo dei computer.<br />Il libro è scritto in italiano ed in formato PDF.<br />Ve lo consiglio, ben fatto.<br />Complimenti a Doc per la passione che ci mette.<br /></div><img src ="http://blog.shareoffice.it/emanuele/aggbug/11433.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>Download Microsoft Enterprise Library 6 </title><link>http://blog.shareoffice.it/emanuele/archive/2013/05/07/11432.aspx</link><pubDate>Tue, 07 May 2013 23:42:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/05/07/11432.aspx</guid><description>Rilasciata la nuova versione di Enterprise Library, giunta alla versione 6.&lt;br /&gt;Qui &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=38789"&gt;&lt;font color="#6699cc"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=38789&lt;/font&gt;&lt;/a&gt; il download e maggiori informazioni.&lt;br /&gt;&lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11432.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml">Rilasciata la nuova versione di Enterprise Library, giunta alla versione 6.<br />Qui <a href="http://www.microsoft.com/en-us/download/details.aspx?id=38789"><font color="#6699cc">http://www.microsoft.com/en-us/download/details.aspx?id=38789</font></a> il download e maggiori informazioni.<br /><img src ="http://blog.shareoffice.it/emanuele/aggbug/11432.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>Download Vivo Next 1.1 programma per aiutare i ipovedenti e dislessici </title><link>http://blog.shareoffice.it/emanuele/archive/2013/05/06/11431.aspx</link><pubDate>Mon, 06 May 2013 21:43:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/05/06/11431.aspx</guid><description>&lt;div class="post-header"&gt;
&lt;div class="post-header-line-1"&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class="post-body entry-content"&gt;&lt;img style="MARGIN: 0px 20px 0px 0px" title="ViVo Next 1.1 ed il Computer legge per te " alt="ViVo Next 1.1 ed il Computer legge per te " align="left" src="http://www.istitutomajorana.it/immagini7/ViVo_next_1-1.jpg" width="200" height="150" /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Nuova versione del programa &lt;strong&gt;VivoNext&lt;/strong&gt;, il programma portatile, che aiuta tutte quelle persone che hanno difficoltà nella lettura.&lt;br /&gt;Il software, che da alcuni anni segnaliamo, permette a tutti coloro che utilizzano il computer ma hanno difficoltà nella lettura.&lt;br /&gt;Il programma è gratuito, in italiano e realizzato da italiani, un software molto importante.&lt;br /&gt;Qui &lt;a href="http://www.istitutomajorana.it/index.php?option=com_content&amp;amp;task=view&amp;amp;id=2140&amp;amp;Itemid=33"&gt;&lt;font color="#6699cc"&gt;http://www.istitutomajorana.it/index.php?option=com_content&amp;amp;task=view&amp;amp;id=2140&amp;amp;Itemid=33&lt;/font&gt;&lt;/a&gt; potete scaricare l'ultima versione.&lt;br /&gt;&lt;/div&gt;&lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11431.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml"><div class="post-header">
<div class="post-header-line-1"></div></div>
<div class="post-body entry-content"><img style="MARGIN: 0px 20px 0px 0px" title="ViVo Next 1.1 ed il Computer legge per te " alt="ViVo Next 1.1 ed il Computer legge per te " align="left" src="http://www.istitutomajorana.it/immagini7/ViVo_next_1-1.jpg" width="200" height="150" /> <br /><br /><br /><br /><br /><br /><br /><br /><br /><br />Nuova versione del programa <strong>VivoNext</strong>, il programma portatile, che aiuta tutte quelle persone che hanno difficoltà nella lettura.<br />Il software, che da alcuni anni segnaliamo, permette a tutti coloro che utilizzano il computer ma hanno difficoltà nella lettura.<br />Il programma è gratuito, in italiano e realizzato da italiani, un software molto importante.<br />Qui <a href="http://www.istitutomajorana.it/index.php?option=com_content&amp;task=view&amp;id=2140&amp;Itemid=33"><font color="#6699cc">http://www.istitutomajorana.it/index.php?option=com_content&amp;task=view&amp;id=2140&amp;Itemid=33</font></a> potete scaricare l'ultima versione.<br /></div><img src ="http://blog.shareoffice.it/emanuele/aggbug/11431.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>Linq sum VB.Net e C#</title><link>http://blog.shareoffice.it/emanuele/archive/2013/05/05/11430.aspx</link><pubDate>Sun, 05 May 2013 15:05:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/05/05/11430.aspx</guid><description>Il frammento di codice qui di seguito, illustra come ottenere la somma dei valori di un array, il tutto tramite il linguaggio di programmazione Vb.Net e C#.&lt;br /&gt;&lt;br /&gt;
&lt;div&gt;&lt;strong&gt;Vb.Net&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;Dim&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt; Elementi() &lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;As&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;Integer&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt; = {1, 5, 8, 1}&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;Dim&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt; risultato = (&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;From&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt; Dati &lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;In&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt; Elementi &lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;Select&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt; Dati).Sum()&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;strong&gt;C#&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;int&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;[] Elementi = &lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;new&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;int&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;[] { 1, 5, 8, 1 };&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;var&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt; risultato = (&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;from&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt; Dati &lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;in&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt; Elementi &lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;select&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt; Dati).Sum();&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11430.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml">Il frammento di codice qui di seguito, illustra come ottenere la somma dei valori di un array, il tutto tramite il linguaggio di programmazione Vb.Net e C#.<br /><br />
<div><strong>Vb.Net</strong></div>
<div> </div>
<div> </div>
<div><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small">Dim</span></span></span><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"> Elementi() </span></span><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small">As</span></span></span><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small">Integer</span></span></span><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"> = {1, 5, 8, 1}</span></span></div>
<div> </div>
<div><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small">Dim</span></span></span><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"> risultato = (</span></span><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small">From</span></span></span><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"> Dati </span></span><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small">In</span></span></span><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"> Elementi </span></span><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small">Select</span></span></span><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"> Dati).Sum()</span></span></div>
<div> </div>
<div> </div>
<div><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><strong>C#</strong></span></span></div>
<div> </div>
<div><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small">int</span></span></span><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small">[] Elementi = </span></span><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small">new</span></span></span><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small">int</span></span></span><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small">[] { 1, 5, 8, 1 };</span></span></div>
<div> </div>
<div><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small">var</span></span></span><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"> risultato = (</span></span><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small">from</span></span></span><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"> Dati </span></span><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small">in</span></span></span><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"> Elementi </span></span><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small">select</span></span></span><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"> Dati).Sum();</span></span></div><br /><img src ="http://blog.shareoffice.it/emanuele/aggbug/11430.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>Asp.Net utilizzare if in Eval VB.Net </title><link>http://blog.shareoffice.it/emanuele/archive/2013/05/04/11429.aspx</link><pubDate>Sat, 04 May 2013 11:45:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/05/04/11429.aspx</guid><description>Nella tecnologia Asp.Net, in particolare nella parte html (Aspx) può tornare utile utilizzare l'operatore IF per verificare quale valore visualizzare.&lt;br /&gt;&lt;br /&gt;Qui di seguito si riporta un esempio di codice per il linguaggio Visual Basic Net, in cui tramite la parola chiave if, si verifica con la funzione IsDbNull se il valore è nullo oppure no.&lt;br /&gt;&lt;br /&gt;iif(IsDbnull(Eval("Campo")), "ValoreA","ValoreB").&lt;br /&gt;&lt;br /&gt;&lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11429.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml">Nella tecnologia Asp.Net, in particolare nella parte html (Aspx) può tornare utile utilizzare l'operatore IF per verificare quale valore visualizzare.<br /><br />Qui di seguito si riporta un esempio di codice per il linguaggio Visual Basic Net, in cui tramite la parola chiave if, si verifica con la funzione IsDbNull se il valore è nullo oppure no.<br /><br />iif(IsDbnull(Eval("Campo")), "ValoreA","ValoreB").<br /><br /><img src ="http://blog.shareoffice.it/emanuele/aggbug/11429.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>Asp.Net funzione eval</title><link>http://blog.shareoffice.it/emanuele/archive/2013/05/03/11428.aspx</link><pubDate>Fri, 03 May 2013 21:42:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/05/03/11428.aspx</guid><description>Nell'eventualità che nella parte ASPX, o meglio html, dobbiamo passare un valore ad una fuznione tramite la parola chiave Eval , dobbiamo mettere il nome della funzione e tra parentesi Eval.&lt;br /&gt;Qui di seguito si riporta un esempio.&lt;br /&gt;&lt;br /&gt;&lt;span style="FONT-SIZE: x-small"&gt;&amp;lt;%# MiaFunzione( Eval("Campo")) %&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;CodeBind VB.Net:&lt;br /&gt;&lt;br /&gt;Public Function MiaFunzione (valore as string) as string&lt;br /&gt;&lt;br /&gt;codice&lt;br /&gt;&lt;br /&gt;end function&lt;/span&gt; &lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11428.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml">Nell'eventualità che nella parte ASPX, o meglio html, dobbiamo passare un valore ad una fuznione tramite la parola chiave Eval , dobbiamo mettere il nome della funzione e tra parentesi Eval.<br />Qui di seguito si riporta un esempio.<br /><br /><span style="FONT-SIZE: x-small">&lt;%# MiaFunzione( Eval("Campo")) %&gt;<br /><br /><br />CodeBind VB.Net:<br /><br />Public Function MiaFunzione (valore as string) as string<br /><br />codice<br /><br />end function</span> <img src ="http://blog.shareoffice.it/emanuele/aggbug/11428.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>C# reflection get value member </title><link>http://blog.shareoffice.it/emanuele/archive/2013/05/01/11427.aspx</link><pubDate>Wed, 01 May 2013 17:09:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/05/01/11427.aspx</guid><description>Nell'eventualità che dobbiamo ottenere il valore di una proprietà, di una classe, tramite il metodo GetField, di Reflection, possiamo ottenere ciò.&lt;br /&gt;Qui un esempio di codice scritto in C#.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Type myType = typeof(Classe);&lt;br /&gt;object risultato = myType.GetField(campoField, BindingFlags.Public | BindingFlags.Instance).GetValue(OggettoClasse); &lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11427.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml">Nell'eventualità che dobbiamo ottenere il valore di una proprietà, di una classe, tramite il metodo GetField, di Reflection, possiamo ottenere ciò.<br />Qui un esempio di codice scritto in C#.<br /><br /><br /><br /><br />Type myType = typeof(Classe);<br />object risultato = myType.GetField(campoField, BindingFlags.Public | BindingFlags.Instance).GetValue(OggettoClasse); <img src ="http://blog.shareoffice.it/emanuele/aggbug/11427.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>Recensione libro: Windows 8 Trucchi e segreti </title><link>http://blog.shareoffice.it/emanuele/archive/2013/04/18/11426.aspx</link><pubDate>Thu, 18 Apr 2013 21:56:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/04/18/11426.aspx</guid><description>&lt;div class="post-header"&gt;
&lt;div class="post-header-line-1"&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class="post-body entry-content"&gt;
&lt;div style="TEXT-ALIGN: center; CLEAR: both" class="separator"&gt;&lt;a style="MARGIN-LEFT: 1em; MARGIN-RIGHT: 1em" href="http://4.bp.blogspot.com/-s8qQlOhsEck/UWreefI6IlI/AAAAAAAAAQI/j1eU-ETTz2Y/s1600/LibroWin8.jpg" imageanchor="1"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-s8qQlOhsEck/UWreefI6IlI/AAAAAAAAAQI/j1eU-ETTz2Y/s1600/LibroWin8.jpg" closure_uid_990247659="1" bua="true" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;strong&gt;Scheda del libro&lt;/strong&gt;:&lt;br /&gt;
&lt;table id="table1" border="1"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td width="146"&gt;&lt;strong&gt;Autore&lt;/strong&gt;:&lt;/td&gt;
&lt;td&gt;
&lt;div id="unitaschedadescrizione"&gt;Preston Galla&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="146"&gt;&lt;strong&gt;Prezzo&lt;/strong&gt;:&lt;/td&gt;
&lt;td&gt;Euro 34,90&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="146"&gt;&lt;strong&gt;Prezzo Ebook:&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Euro 30,00&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="146"&gt;&lt;strong&gt;Caratteristiche&lt;/strong&gt;:&lt;/td&gt;
&lt;td&gt;
&lt;div id="unitaschedadescrizione"&gt;376 pag - 17x24 &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="146"&gt;&lt;strong&gt;Numero Edizione:&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;
&lt;div id="unitaschedadescrizione"&gt;
&lt;div id="unitaschedadescrizione"&gt;
&lt;div id="unitaschedadescrizione"&gt;1&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="146"&gt;&lt;strong&gt;Anno di edizione:&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;marzo  2013&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="146"&gt;&lt;strong&gt;ISBN&lt;/strong&gt;:&lt;/td&gt;
&lt;td&gt;978-88-481-2863-6&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="146"&gt;&lt;strong&gt;Lingua&lt;/strong&gt;:&lt;/td&gt;
&lt;td&gt;Italiano&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;Il sistema operativo Windows 8, è la novità di questi ultimi mesi in fatto di tecnologia. Un sistema operativo particolare, perché totalmente diverso dalle precedenti versioni. Inoltre la particolarità di questo sistema e che con un’unica interfaccia grafica è stata adottata anche per altri sistemi, come Tablet e smartphone. &lt;br /&gt;Il libro Windows 8 Trucchi e segreti &lt;a href="http://www.tecnichenuove.com/argomenti/informatica-e-internet/windows-8.html"&gt;&lt;font color="#6699cc"&gt;http://www.tecnichenuove.com/argomenti/informatica-e-internet/windows-8.html&lt;/font&gt;&lt;/a&gt;  edito Tecniche Nuove, non è un manuale che spiega il sistema operativo, ma un libro da tenere a portata di mano, perché sono illustrati interessanti trucchi e tecniche per utilizzare al meglio questo sistema operativo. In questo libro troviamo indicazioni su come ottimizzare e migliorare l’utilizzo del nuovo sistema operativo di Microsoft, con tecniche poco conosciute. &lt;br /&gt;&lt;br /&gt;Ma vediamo in dettaglio i vari capitoli di questo ottimo libro&lt;br /&gt;&lt;br /&gt;
&lt;div class="MsoNormal"&gt;Il primo capitolo di questo interessante libro, riguarda il primo avvio, e le prime fasi di login. Nel capitolo troviamo numerosi esempi di come bloccare la schermata di avvio, la gestione del ripristino del sistema, installazione su un computer mac, su ambiente virtuale e tanto altro. Un capitolo interessante per chi vuole migliorare l’avvio o utilizzarlo in altri contesti. &lt;/div&gt;
&lt;div class="MsoNormal"&gt;Nel capitolo secondo, viene preso in esame la parte riguardante la schermata iniziale, ed in particolare quella in cui sono presenti i programmi. Il nuovo sistema operativo, a differenza dei precedenti, ha una nuova interfaccia, detto a riquadri, il capitolo vuole fornire interessanti trucchi su come migliorarla e personalizzarla a nostra piacimento.&lt;/div&gt;
&lt;div class="MsoNormal"&gt;Il capitolo 3 riguarda il desktop che ha subito notevoli cambiamenti, nel capitolo l’autore del libro presenta interessanti consigli ed indicazioni di come adattarlo alle proprie esigenze.&lt;/div&gt;
&lt;div class="MsoNormal"&gt;Un capitolo molto importante è il quarto, in questo capitolo l’autore tratta un argomento interessante ed al tempo stesso importante, le prestazioni del computer. Scopriremo come migliorare le prestazioni del computer, gestire le applicazioni la memoria e tanti altri aspetti per rendere il nostro computer efficiente e veloce. &lt;/div&gt;
&lt;div class="MsoNormal"&gt;Il capitolo 5, tratta un tema che pochi libri se non qualche eccezione ne illustra, la gestione di applicazioni on line, detti appunto cloud. Negli ultimi mesi sono stati realizzati diversi servizi on line gratuiti ed a pagamento, che possono migliorare l’utilizzo del computer ed il lavoro degli utenti. Il capitolo, illustra alcune tecniche di come utilizzare skydrive, ed altri siti che offrono servizi gratuiti e non. &lt;/div&gt;
&lt;div class="MsoNormal"&gt;Nel capitolo 6, l’autore del libro si sofferma sull’aspetto della multimedialità. Vedremo alcune indicazioni e consigli sulla gestione delle immagini, film, musica, utilizzare il nuovo sistema operativo per vedere film o televisione, per giocare alla XBOX 360, e tanti altri aspetti interessanti. &lt;/div&gt;
&lt;div class="MsoNormal"&gt;Nel capitolo settimo, viene illustrato all’utente la gestione di pc in rete, la connessione ad una rete internet wifi, il desktop remoto ed altre tecniche riguardante le reti. Un capitolo molto importante. &lt;/div&gt;
&lt;div class="MsoNormal"&gt;Il capitolo ottavo si parla di sicurezza, argomento poco illustrato negli attuali libri dedicati a Windows 8. Il capitolo fornisce interessanti indicazioni affrontando l’argomento in maniera esauriente. &lt;/div&gt;
&lt;div class="MsoNormal"&gt;Nel capitolo 9, viene spiegato in maniera dettagliata l’utilizzo della posta elettronica. In questo capitolo, sono illustrati interessanti trucchi riguardante la posta elettronica, in particolare con l’account outlook.com e gmail. Il lettore troverà molto interessante e fondamentale questo capitolo per configurare e gestire al meglio la posta elettronica in Windows 8. &lt;/div&gt;
&lt;div class="MsoNormal"&gt;Nel penultimo capitolo (10) il più breve di tutti i capitoli, troviamo interessanti indicazioni sulla gestione hardware. Consigli come il risparmio energico, l’utilizzo di due monitor, i driver ed altro ancora.&lt;/div&gt;
&lt;div class="MsoNormal"&gt;Nell’ultimo capitolo (11) anch’esso molto breve, viene illustrato l’utilizzo del registro di windows, che anche in questa nuova versione l’utente può fare riferimento per apportare interessanti modifiche al sistema.&lt;/div&gt;
&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;Qui di seguito si riportano i vari capitoli del libro. el libro. &lt;br /&gt;&lt;br /&gt;1) Trucchi per la configurazione e l'avvio&lt;br /&gt;2) Modificare la scheramata Start, l'interfaccia di Windows 8 e le app.&lt;br /&gt;3)  Modificare il desktop&lt;br /&gt;4) Trucchi per la produttività e per le prestazioni del sistema.&lt;br /&gt;5) Trucchi per il cloud e per le reti sociali&lt;br /&gt;6) La musica, i media e i video&lt;br /&gt;7) Le Reti, il web il wireless e internet&lt;br /&gt;8)   La sicurezza&lt;br /&gt;9) L'email&lt;br /&gt;10) L'Hardware&lt;br /&gt;11) Il registro di sistema e l'editor criteri di gruppo.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Conclusioni &lt;/b&gt;&lt;br /&gt;Un libro interessante con tantissime indicazioni per migliorare l’utilizzo di Windows 8 ed adattarlo alle proprie esigenze. Un libro rivolto a quelle persone che hanno una buona dimestichezza con il sistema operativo Windows. Nel libro sono presenti numerosi schermate che agevolano la comprensione dell’argomento che si sta trattando. Un ottimo libro da tenere a portata di mano visto i notevoli cambiamenti di questo sistema operativo.  &lt;/div&gt;&lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11426.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml"><div class="post-header">
<div class="post-header-line-1"></div></div>
<div class="post-body entry-content">
<div style="TEXT-ALIGN: center; CLEAR: both" class="separator"><a style="MARGIN-LEFT: 1em; MARGIN-RIGHT: 1em" href="http://4.bp.blogspot.com/-s8qQlOhsEck/UWreefI6IlI/AAAAAAAAAQI/j1eU-ETTz2Y/s1600/LibroWin8.jpg" imageanchor="1"><img border="0" src="http://4.bp.blogspot.com/-s8qQlOhsEck/UWreefI6IlI/AAAAAAAAAQI/j1eU-ETTz2Y/s1600/LibroWin8.jpg" closure_uid_990247659="1" bua="true" /></a></div><strong>Scheda del libro</strong>:<br />
<table id="table1" border="1">
<tbody>
<tr>
<td width="146"><strong>Autore</strong>:</td>
<td>
<div id="unitaschedadescrizione">Preston Galla</div></td></tr>
<tr>
<td width="146"><strong>Prezzo</strong>:</td>
<td>Euro 34,90</td></tr>
<tr>
<td width="146"><strong>Prezzo Ebook:</strong></td>
<td>Euro 30,00</td></tr>
<tr>
<td width="146"><strong>Caratteristiche</strong>:</td>
<td>
<div id="unitaschedadescrizione">376 pag - 17x24 </div></td></tr>
<tr>
<td width="146"><strong>Numero Edizione:</strong></td>
<td>
<div id="unitaschedadescrizione">
<div id="unitaschedadescrizione">
<div id="unitaschedadescrizione">1</div></div></div></td></tr>
<tr>
<td width="146"><strong>Anno di edizione:</strong></td>
<td>marzo  2013</td></tr>
<tr>
<td width="146"><strong>ISBN</strong>:</td>
<td>978-88-481-2863-6</td></tr>
<tr>
<td width="146"><strong>Lingua</strong>:</td>
<td>Italiano</td></tr></tbody></table><br />Il sistema operativo Windows 8, è la novità di questi ultimi mesi in fatto di tecnologia. Un sistema operativo particolare, perché totalmente diverso dalle precedenti versioni. Inoltre la particolarità di questo sistema e che con un’unica interfaccia grafica è stata adottata anche per altri sistemi, come Tablet e smartphone. <br />Il libro Windows 8 Trucchi e segreti <a href="http://www.tecnichenuove.com/argomenti/informatica-e-internet/windows-8.html"><font color="#6699cc">http://www.tecnichenuove.com/argomenti/informatica-e-internet/windows-8.html</font></a>  edito Tecniche Nuove, non è un manuale che spiega il sistema operativo, ma un libro da tenere a portata di mano, perché sono illustrati interessanti trucchi e tecniche per utilizzare al meglio questo sistema operativo. In questo libro troviamo indicazioni su come ottimizzare e migliorare l’utilizzo del nuovo sistema operativo di Microsoft, con tecniche poco conosciute. <br /><br />Ma vediamo in dettaglio i vari capitoli di questo ottimo libro<br /><br />
<div class="MsoNormal">Il primo capitolo di questo interessante libro, riguarda il primo avvio, e le prime fasi di login. Nel capitolo troviamo numerosi esempi di come bloccare la schermata di avvio, la gestione del ripristino del sistema, installazione su un computer mac, su ambiente virtuale e tanto altro. Un capitolo interessante per chi vuole migliorare l’avvio o utilizzarlo in altri contesti. </div>
<div class="MsoNormal">Nel capitolo secondo, viene preso in esame la parte riguardante la schermata iniziale, ed in particolare quella in cui sono presenti i programmi. Il nuovo sistema operativo, a differenza dei precedenti, ha una nuova interfaccia, detto a riquadri, il capitolo vuole fornire interessanti trucchi su come migliorarla e personalizzarla a nostra piacimento.</div>
<div class="MsoNormal">Il capitolo 3 riguarda il desktop che ha subito notevoli cambiamenti, nel capitolo l’autore del libro presenta interessanti consigli ed indicazioni di come adattarlo alle proprie esigenze.</div>
<div class="MsoNormal">Un capitolo molto importante è il quarto, in questo capitolo l’autore tratta un argomento interessante ed al tempo stesso importante, le prestazioni del computer. Scopriremo come migliorare le prestazioni del computer, gestire le applicazioni la memoria e tanti altri aspetti per rendere il nostro computer efficiente e veloce. </div>
<div class="MsoNormal">Il capitolo 5, tratta un tema che pochi libri se non qualche eccezione ne illustra, la gestione di applicazioni on line, detti appunto cloud. Negli ultimi mesi sono stati realizzati diversi servizi on line gratuiti ed a pagamento, che possono migliorare l’utilizzo del computer ed il lavoro degli utenti. Il capitolo, illustra alcune tecniche di come utilizzare skydrive, ed altri siti che offrono servizi gratuiti e non. </div>
<div class="MsoNormal">Nel capitolo 6, l’autore del libro si sofferma sull’aspetto della multimedialità. Vedremo alcune indicazioni e consigli sulla gestione delle immagini, film, musica, utilizzare il nuovo sistema operativo per vedere film o televisione, per giocare alla XBOX 360, e tanti altri aspetti interessanti. </div>
<div class="MsoNormal">Nel capitolo settimo, viene illustrato all’utente la gestione di pc in rete, la connessione ad una rete internet wifi, il desktop remoto ed altre tecniche riguardante le reti. Un capitolo molto importante. </div>
<div class="MsoNormal">Il capitolo ottavo si parla di sicurezza, argomento poco illustrato negli attuali libri dedicati a Windows 8. Il capitolo fornisce interessanti indicazioni affrontando l’argomento in maniera esauriente. </div>
<div class="MsoNormal">Nel capitolo 9, viene spiegato in maniera dettagliata l’utilizzo della posta elettronica. In questo capitolo, sono illustrati interessanti trucchi riguardante la posta elettronica, in particolare con l’account outlook.com e gmail. Il lettore troverà molto interessante e fondamentale questo capitolo per configurare e gestire al meglio la posta elettronica in Windows 8. </div>
<div class="MsoNormal">Nel penultimo capitolo (10) il più breve di tutti i capitoli, troviamo interessanti indicazioni sulla gestione hardware. Consigli come il risparmio energico, l’utilizzo di due monitor, i driver ed altro ancora.</div>
<div class="MsoNormal">Nell’ultimo capitolo (11) anch’esso molto breve, viene illustrato l’utilizzo del registro di windows, che anche in questa nuova versione l’utente può fare riferimento per apportare interessanti modifiche al sistema.</div>
<div class="MsoNormal"><br /></div>Qui di seguito si riportano i vari capitoli del libro. el libro. <br /><br />1) Trucchi per la configurazione e l'avvio<br />2) Modificare la scheramata Start, l'interfaccia di Windows 8 e le app.<br />3)  Modificare il desktop<br />4) Trucchi per la produttività e per le prestazioni del sistema.<br />5) Trucchi per il cloud e per le reti sociali<br />6) La musica, i media e i video<br />7) Le Reti, il web il wireless e internet<br />8)   La sicurezza<br />9) L'email<br />10) L'Hardware<br />11) Il registro di sistema e l'editor criteri di gruppo.<br /><br /><br /><b>Conclusioni </b><br />Un libro interessante con tantissime indicazioni per migliorare l’utilizzo di Windows 8 ed adattarlo alle proprie esigenze. Un libro rivolto a quelle persone che hanno una buona dimestichezza con il sistema operativo Windows. Nel libro sono presenti numerosi schermate che agevolano la comprensione dell’argomento che si sta trattando. Un ottimo libro da tenere a portata di mano visto i notevoli cambiamenti di questo sistema operativo.  </div><img src ="http://blog.shareoffice.it/emanuele/aggbug/11426.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>Reporting Services 2012 tutorial parte 20</title><link>http://blog.shareoffice.it/emanuele/archive/2013/04/17/11424.aspx</link><pubDate>Wed, 17 Apr 2013 23:15:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/04/17/11424.aspx</guid><description>&lt;p&gt;Qui &lt;a href="http://blog.shareoffice.it/emanuele/articles/11423.aspx"&gt;http://blog.shareoffice.it/emanuele/articles/11423.aspx&lt;/a&gt; trovate un nuovo articolo su Reporting Servies 2012 riguardante i grafici.&lt;/p&gt;
&lt;p&gt;Che dirvi... buona lettura :-D&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11424.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml"><p>Qui <a href="http://blog.shareoffice.it/emanuele/articles/11423.aspx">http://blog.shareoffice.it/emanuele/articles/11423.aspx</a> trovate un nuovo articolo su Reporting Servies 2012 riguardante i grafici.</p>
<p>Che dirvi... buona lettura :-D</p>
<p> </p><img src ="http://blog.shareoffice.it/emanuele/aggbug/11424.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>Ext.net treegrid how to set row coloring font to text </title><link>http://blog.shareoffice.it/emanuele/archive/2013/04/11/11421.aspx</link><pubDate>Thu, 11 Apr 2013 22:06:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/04/11/11421.aspx</guid><description>Nel controllo &lt;strong&gt;Ext.Net Treegrid&lt;/strong&gt;, se vogliamo rendere il font del testo delle celle di una particolare riga di colore rosso, dobbiamo utilizzare il foglio di stile.&lt;br /&gt;Supponiamo, che se il valore è uguale 0, il testo contenuto nelle celle si imposta di colore rosso.&lt;br /&gt;Nella parte Aspx inserire il seguente esempio.&lt;br /&gt;&lt;br /&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: maroon; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: maroon; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: maroon; FONT-SIZE: x-small"&gt;.x-grid-row&lt;/span&gt; &lt;/span&gt; &lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt; {&lt;/span&gt; &lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: red; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: red; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: red; FONT-SIZE: x-small"&gt;font-weight&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;: &lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;bold&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: red; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: red; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: red; FONT-SIZE: x-small"&gt;color&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;: &lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;Red&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;br /&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;Mentre nella parte .CS, il seguente codice.&lt;br /&gt;&lt;br /&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"&gt;if&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt; (Variabile == &lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: #a31515; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: #a31515; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: #a31515; FONT-SIZE: x-small"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;node.Cls = &lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: #a31515; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: #a31515; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; COLOR: #a31515; FONT-SIZE: x-small"&gt;"x-grid-row"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;&lt;span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11421.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml">Nel controllo <strong>Ext.Net Treegrid</strong>, se vogliamo rendere il font del testo delle celle di una particolare riga di colore rosso, dobbiamo utilizzare il foglio di stile.<br />Supponiamo, che se il valore è uguale 0, il testo contenuto nelle celle si imposta di colore rosso.<br />Nella parte Aspx inserire il seguente esempio.<br /><br /><span style="FONT-FAMILY: Consolas; COLOR: maroon; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: maroon; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: maroon; FONT-SIZE: x-small">.x-grid-row</span> </span> </span><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"> {</span> </span><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"> </span></span><span style="FONT-FAMILY: Consolas; COLOR: red; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: red; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: red; FONT-SIZE: x-small">font-weight</span></span></span><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small">: </span></span><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small">bold</span></span></span><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small">;</span></span><br /><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"></span></span><br /><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"></span></span><span style="FONT-FAMILY: Consolas; COLOR: red; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: red; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: red; FONT-SIZE: x-small">color</span></span></span><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small">: </span></span><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small">Red</span></span></span><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small">;</span></span><br /><br /><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><br /><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><br />}<br /><br />Mentre nella parte .CS, il seguente codice.<br /><br /><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: blue; FONT-SIZE: x-small">if</span></span></span><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"> (Variabile == </span></span><span style="FONT-FAMILY: Consolas; COLOR: #a31515; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: #a31515; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: #a31515; FONT-SIZE: x-small">0</span></span></span><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small">)</span></span><br /><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"></span></span><br /><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small">node.Cls = </span></span><span style="FONT-FAMILY: Consolas; COLOR: #a31515; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: #a31515; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; COLOR: #a31515; FONT-SIZE: x-small">"x-grid-row"</span></span></span><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small"><span style="FONT-FAMILY: Consolas; FONT-SIZE: x-small">;</span></span></span></span> <img src ="http://blog.shareoffice.it/emanuele/aggbug/11421.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>Evento di lancio di Kaspersky Pure 3.0 </title><link>http://blog.shareoffice.it/emanuele/archive/2013/04/10/11420.aspx</link><pubDate>Wed, 10 Apr 2013 21:50:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/04/10/11420.aspx</guid><description>&lt;div class="post-header"&gt;
&lt;div class="post-header-line-1"&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class="post-body entry-content"&gt;
&lt;p style="TEXT-ALIGN: center; CLEAR: both" class="separator" align="left"&gt;&lt;a style="MARGIN-LEFT: 1em; MARGIN-RIGHT: 1em" href="http://1.bp.blogspot.com/-G0NZ1hJjfiQ/UWNJYuQE5hI/AAAAAAAAAP4/IvPjdmuLABk/s1600/INVITOSTAMPA.jpg" imageanchor="1"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-G0NZ1hJjfiQ/UWNJYuQE5hI/AAAAAAAAAP4/IvPjdmuLABk/s320/INVITOSTAMPA.jpg" width="320" height="166" closure_uid_350020834="1" mta="true" /&gt;&lt;/a&gt;&lt;/p&gt;Giovedì 11 aprile 2013, dalle ore 17.00 ci sarà la presentazione del nuovo &lt;strong&gt;Kaspersky Pure 3.0 Total Security&lt;/strong&gt;.&lt;br /&gt;Per partecipare bisogna autenticarsi tramite il social network Google+, qui &lt;a href="https://plus.google.com/u/0/110369116315123340458/posts"&gt;&lt;font color="#6699cc"&gt;https://plus.google.com/u/0/110369116315123340458/posts&lt;/font&gt;&lt;/a&gt; oppure nella pagina fan di Kaspersky o twitter.&lt;br /&gt;I collegamenti ai social network si trovano in fondo al sito ufficiale &lt;a href="http://www.kaspersky.com/it/"&gt;&lt;font color="#6699cc"&gt;http://www.kaspersky.com/it/&lt;/font&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11420.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml"><div class="post-header">
<div class="post-header-line-1"></div></div>
<div class="post-body entry-content">
<p style="TEXT-ALIGN: center; CLEAR: both" class="separator" align="left"><a style="MARGIN-LEFT: 1em; MARGIN-RIGHT: 1em" href="http://1.bp.blogspot.com/-G0NZ1hJjfiQ/UWNJYuQE5hI/AAAAAAAAAP4/IvPjdmuLABk/s1600/INVITOSTAMPA.jpg" imageanchor="1"><img border="0" src="http://1.bp.blogspot.com/-G0NZ1hJjfiQ/UWNJYuQE5hI/AAAAAAAAAP4/IvPjdmuLABk/s320/INVITOSTAMPA.jpg" width="320" height="166" closure_uid_350020834="1" mta="true" /></a></p>Giovedì 11 aprile 2013, dalle ore 17.00 ci sarà la presentazione del nuovo <strong>Kaspersky Pure 3.0 Total Security</strong>.<br />Per partecipare bisogna autenticarsi tramite il social network Google+, qui <a href="https://plus.google.com/u/0/110369116315123340458/posts"><font color="#6699cc">https://plus.google.com/u/0/110369116315123340458/posts</font></a> oppure nella pagina fan di Kaspersky o twitter.<br />I collegamenti ai social network si trovano in fondo al sito ufficiale <a href="http://www.kaspersky.com/it/"><font color="#6699cc">http://www.kaspersky.com/it/</font></a><br /><br /></div><img src ="http://blog.shareoffice.it/emanuele/aggbug/11420.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>Download Free icons </title><link>http://blog.shareoffice.it/emanuele/archive/2013/04/09/11419.aspx</link><pubDate>Tue, 09 Apr 2013 00:45:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/04/09/11419.aspx</guid><description>Oggi vi segnaliamo altro sito interessante per scaricare le immagini.&lt;br /&gt;Il sito &lt;a href="http://dryicons.com/free-icons/"&gt;&lt;font color="#6699cc"&gt;http://dryicons.com/free-icons/&lt;/font&gt;&lt;/a&gt; fornisce un vasto archivio di icone da utilizzare per uso personale, commerciale ed altro.&lt;br /&gt;Al momento, l'archivio è fermo a gennaio 2013.&lt;br /&gt;&lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11419.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml">Oggi vi segnaliamo altro sito interessante per scaricare le immagini.<br />Il sito <a href="http://dryicons.com/free-icons/"><font color="#6699cc">http://dryicons.com/free-icons/</font></a> fornisce un vasto archivio di icone da utilizzare per uso personale, commerciale ed altro.<br />Al momento, l'archivio è fermo a gennaio 2013.<br /><img src ="http://blog.shareoffice.it/emanuele/aggbug/11419.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>Free ebook Microsoft </title><link>http://blog.shareoffice.it/emanuele/archive/2013/04/08/11418.aspx</link><pubDate>Mon, 08 Apr 2013 23:42:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/04/08/11418.aspx</guid><description>Come riportato qui &lt;a href="http://social.technet.microsoft.com/wiki/contents/articles/11608.e-book-gallery-for-microsoft-technologies.aspx"&gt;&lt;font color="#666699"&gt;http://social.technet.microsoft.com/wiki/contents/articles/11608.e-book-gallery-for-microsoft-technologies.aspx&lt;/font&gt;&lt;/a&gt; la possibilità di scaricare &lt;strong&gt;gratuitamente&lt;/strong&gt; dei ebook in lingua inglese, formato pdf o mobile, in ambito di tecnologie Microsoft.&lt;br /&gt;Sql Server, Visual Studio, Office ed altri argomenti da scaricare.&lt;br /&gt;&lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11418.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml">Come riportato qui <a href="http://social.technet.microsoft.com/wiki/contents/articles/11608.e-book-gallery-for-microsoft-technologies.aspx"><font color="#666699">http://social.technet.microsoft.com/wiki/contents/articles/11608.e-book-gallery-for-microsoft-technologies.aspx</font></a> la possibilità di scaricare <strong>gratuitamente</strong> dei ebook in lingua inglese, formato pdf o mobile, in ambito di tecnologie Microsoft.<br />Sql Server, Visual Studio, Office ed altri argomenti da scaricare.<br /><img src ="http://blog.shareoffice.it/emanuele/aggbug/11418.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>Oracle concatenare colonne </title><link>http://blog.shareoffice.it/emanuele/archive/2013/04/07/11417.aspx</link><pubDate>Sun, 07 Apr 2013 20:47:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/04/07/11417.aspx</guid><description>In una query select nel caso in cui si vuole aggregare in una colonna due o più campi e/o del testo bisogna usare il simbolo ||, che in Sql Server corrisponde in +&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Esempio&lt;br /&gt;&lt;strong&gt;Oracle&lt;/strong&gt;&lt;br /&gt;Select campoA || ' testo ' || campoB from Tabella&lt;br /&gt;&lt;strong&gt;Sql Server&lt;/strong&gt;&lt;br /&gt;Select campoA +  ' testo '  + campoB from Tabella &lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11417.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml">In una query select nel caso in cui si vuole aggregare in una colonna due o più campi e/o del testo bisogna usare il simbolo ||, che in Sql Server corrisponde in +<br /><br /><br />Esempio<br /><strong>Oracle</strong><br />Select campoA || ' testo ' || campoB from Tabella<br /><strong>Sql Server</strong><br />Select campoA +  ' testo '  + campoB from Tabella <img src ="http://blog.shareoffice.it/emanuele/aggbug/11417.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>Regular expression eliminare tutti i caratteri non ascii </title><link>http://blog.shareoffice.it/emanuele/archive/2013/04/06/11416.aspx</link><pubDate>Sat, 06 Apr 2013 11:51:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/04/06/11416.aspx</guid><description>Qui di seguito un framento di codice di utilizzo Regular Expression che replica i caratteri non ascii.&lt;br /&gt;Il codice, verifica se la stringa ha caratteri ascii, quelli non validi non vengono considerati.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;string testo = Regex.Replace(lTesto, @"[^\u0000-\u007F]", "");&lt;/strong&gt; &lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11416.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml">Qui di seguito un framento di codice di utilizzo Regular Expression che replica i caratteri non ascii.<br />Il codice, verifica se la stringa ha caratteri ascii, quelli non validi non vengono considerati.<br /><br /><br /><br /><strong>string testo = Regex.Replace(lTesto, @"[^\u0000-\u007F]", "");</strong> <img src ="http://blog.shareoffice.it/emanuele/aggbug/11416.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>Entity Framework utilizzarlo su più progetti come dll </title><link>http://blog.shareoffice.it/emanuele/archive/2013/04/04/11415.aspx</link><pubDate>Thu, 04 Apr 2013 22:02:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/04/04/11415.aspx</guid><description>Nell'eventualità che abbiamo realizzato una dll, con l'utilizzo della base dati Entity Framework da utilizzare in più progetti, per far si che tale riferimento venga utilizza dobbiamo aggiungere nel file Web.Config, il riferimento all'assembly.&lt;br /&gt;Di seguito il codice.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&amp;lt; add assembly="SpazioDeiNome.NomeClasse" &amp;gt;&lt;br /&gt;&amp;lt;/ add &amp;gt;&lt;/strong&gt;&lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11415.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml">Nell'eventualità che abbiamo realizzato una dll, con l'utilizzo della base dati Entity Framework da utilizzare in più progetti, per far si che tale riferimento venga utilizza dobbiamo aggiungere nel file Web.Config, il riferimento all'assembly.<br />Di seguito il codice.<br /><br /><br /><strong>&lt; add assembly="SpazioDeiNome.NomeClasse" &gt;<br />&lt;/ add &gt;</strong><img src ="http://blog.shareoffice.it/emanuele/aggbug/11415.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>ext.net gridpanel remove all data </title><link>http://blog.shareoffice.it/emanuele/archive/2013/04/03/11414.aspx</link><pubDate>Wed, 03 Apr 2013 23:26:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/04/03/11414.aspx</guid><description>&lt;div class="post-body entry-content"&gt;Per rimuovere i dati di un &lt;strong&gt;&lt;u&gt;GridPanel&lt;/u&gt;&lt;/strong&gt;, lato client, utilizzare il metodo removeAll, della proprietà store del controllo grid,  qui di seguito un esempio&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;grid.store.removeAll();&lt;/strong&gt;&lt;br /&gt;
&lt;div style="CLEAR: both"&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11414.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml"><div class="post-body entry-content">Per rimuovere i dati di un <strong><u>GridPanel</u></strong>, lato client, utilizzare il metodo removeAll, della proprietà store del controllo grid,  qui di seguito un esempio<br /><br /><strong>grid.store.removeAll();</strong><br />
<div style="CLEAR: both"></div></div><img src ="http://blog.shareoffice.it/emanuele/aggbug/11414.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Emanuele Mattei</dc:creator><title>ext.net gridpanel remove filter </title><link>http://blog.shareoffice.it/emanuele/archive/2013/04/02/11413.aspx</link><pubDate>Tue, 02 Apr 2013 23:10:00 GMT</pubDate><guid>http://blog.shareoffice.it/emanuele/archive/2013/04/02/11413.aspx</guid><description>Per rimuovere il filtro da un controllo gridPanel, utilizzare il seguente scriptl ato client&lt;br /&gt;&lt;strong&gt; grid.filters.clearFilters();&lt;/strong&gt; &lt;img src ="http://blog.shareoffice.it/emanuele/aggbug/11413.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml">Per rimuovere il filtro da un controllo gridPanel, utilizzare il seguente scriptl ato client<br /><strong> grid.filters.clearFilters();</strong> <img src ="http://blog.shareoffice.it/emanuele/aggbug/11413.aspx" width = "1" height = "1" /></body></item></channel></rss>