<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://dotnetcampania.org/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SpaghettiDotNet</title><link>http://dotnetcampania.org/blogs/luigipanariello/default.aspx</link><description>Un modo di idee in salsa .NET</description><dc:language>it</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>WCF Services - Choosing the appropriate WCF binding</title><link>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/07/31/wcf-services-choosing-the-appropriate-wcf-binding.aspx</link><pubDate>Tue, 31 Jul 2012 11:03:31 GMT</pubDate><guid isPermaLink="false">793b29df-8c2a-42d1-a022-8914441a68e5:1939</guid><dc:creator>Luigi</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/rsscomments.aspx?PostID=1939</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/commentapi.aspx?PostID=1939</wfw:comment><comments>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/07/31/wcf-services-choosing-the-appropriate-wcf-binding.aspx#comments</comments><description>Salve a tutti vi riporto un interessantissimo estratto da un articolo preso da CodeProject &amp;#160; If we are going to develop a WCF service that will be consumed by non-WCF client applications, then we can expose our service using BasicHttpBinding or WsHttpBinding...(&lt;a href="http://dotnetcampania.org/blogs/luigipanariello/archive/2012/07/31/wcf-services-choosing-the-appropriate-wcf-binding.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetcampania.org/aggbug.aspx?PostID=1939" width="1" height="1"&gt;</description><category domain="http://dotnetcampania.org/blogs/luigipanariello/archive/tags/.NET/default.aspx">.NET</category><category domain="http://dotnetcampania.org/blogs/luigipanariello/archive/tags/WCF/default.aspx">WCF</category></item><item><title>SharePoint 2010 disable document Check Out and Check In</title><link>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/07/23/sharepoint-2010-disable-document-check-out-and-check-in.aspx</link><pubDate>Mon, 23 Jul 2012 14:50:57 GMT</pubDate><guid isPermaLink="false">793b29df-8c2a-42d1-a022-8914441a68e5:1934</guid><dc:creator>Luigi</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/rsscomments.aspx?PostID=1934</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/commentapi.aspx?PostID=1934</wfw:comment><comments>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/07/23/sharepoint-2010-disable-document-check-out-and-check-in.aspx#comments</comments><description>Salve a tutti, &amp;#160; più in generale questa tecnica è utilizzabile per “disabilitare” tutti i javascript che vogliamo: &amp;#160; 1: &amp;lt;script language=”javascript”&amp;gt; 2: function AddCheckinCheckoutMenuItem(m, ctx, url) 3: { return ;} 4: &amp;lt;/script&amp;gt;...(&lt;a href="http://dotnetcampania.org/blogs/luigipanariello/archive/2012/07/23/sharepoint-2010-disable-document-check-out-and-check-in.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetcampania.org/aggbug.aspx?PostID=1934" width="1" height="1"&gt;</description><category domain="http://dotnetcampania.org/blogs/luigipanariello/archive/tags/Sharepoint/default.aspx">Sharepoint</category><category domain="http://dotnetcampania.org/blogs/luigipanariello/archive/tags/HTML/default.aspx">HTML</category></item><item><title>Shrink SQL Server Database Log File</title><link>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/07/13/shrink-sql-server-database-log-file.aspx</link><pubDate>Fri, 13 Jul 2012 14:36:27 GMT</pubDate><guid isPermaLink="false">793b29df-8c2a-42d1-a022-8914441a68e5:1925</guid><dc:creator>Luigi</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/rsscomments.aspx?PostID=1925</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/commentapi.aspx?PostID=1925</wfw:comment><comments>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/07/13/shrink-sql-server-database-log-file.aspx#comments</comments><description>Salve a tutti, &amp;#160; quando tutto è perduto provate questa: 1: BACKUP LOG DatabaseName TO DISK = N &amp;#39;D:\Backup\DatabaseName_log.bak&amp;#39; 2: GO 3: DBCC SHRINKFILE( &amp;#39;MyDatabase_Log&amp;#39; , 1) 4: GO Saluti Luigi...(&lt;a href="http://dotnetcampania.org/blogs/luigipanariello/archive/2012/07/13/shrink-sql-server-database-log-file.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetcampania.org/aggbug.aspx?PostID=1925" width="1" height="1"&gt;</description><category domain="http://dotnetcampania.org/blogs/luigipanariello/archive/tags/SQL+Server/default.aspx">SQL Server</category></item><item><title>The "Right" Diagnostic Log (ULS) Settings</title><link>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/07/13/the-quot-right-quot-diagnostic-log-uls-settings.aspx</link><pubDate>Fri, 13 Jul 2012 12:41:12 GMT</pubDate><guid isPermaLink="false">793b29df-8c2a-42d1-a022-8914441a68e5:1924</guid><dc:creator>Luigi</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/rsscomments.aspx?PostID=1924</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/commentapi.aspx?PostID=1924</wfw:comment><comments>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/07/13/the-quot-right-quot-diagnostic-log-uls-settings.aspx#comments</comments><description>Salve a tutti, &amp;#160; segnalo un altro interessantissimo articolo su come settare correttamente il livello di verbosità dei log di SharePoint nei vari casi… http://blogs.msdn.com/b/mossbiz/archive/2011/07/29/the-quot-right-quot-diagnostic-log-uls-settings...(&lt;a href="http://dotnetcampania.org/blogs/luigipanariello/archive/2012/07/13/the-quot-right-quot-diagnostic-log-uls-settings.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetcampania.org/aggbug.aspx?PostID=1924" width="1" height="1"&gt;</description><category domain="http://dotnetcampania.org/blogs/luigipanariello/archive/tags/Sharepoint/default.aspx">Sharepoint</category></item><item><title>How to remove Title Field by Provisioning</title><link>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/06/29/how-to-remove-title-field-by-provisioning.aspx</link><pubDate>Fri, 29 Jun 2012 14:47:18 GMT</pubDate><guid isPermaLink="false">793b29df-8c2a-42d1-a022-8914441a68e5:1914</guid><dc:creator>Luigi</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/rsscomments.aspx?PostID=1914</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/commentapi.aspx?PostID=1914</wfw:comment><comments>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/06/29/how-to-remove-title-field-by-provisioning.aspx#comments</comments><description>Salve a tutti, &amp;#160; se vi capiterà un giorno l’esigenza di dover rimuovere il campo Title da una lista SharePoint tramite una Feature di provisioning il caro Salvo ci dice come fare http://salvatoredifaziosharepoint.blogspot.it/2012/06/sharepoint-2010...(&lt;a href="http://dotnetcampania.org/blogs/luigipanariello/archive/2012/06/29/how-to-remove-title-field-by-provisioning.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetcampania.org/aggbug.aspx?PostID=1914" width="1" height="1"&gt;</description><category domain="http://dotnetcampania.org/blogs/luigipanariello/archive/tags/Sharepoint/default.aspx">Sharepoint</category></item><item><title>Upgrading an Existing Master Page to the SharePoint Foundation Master Page</title><link>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/06/28/upgrading-an-existing-master-page-to-the-sharepoint-foundation-master-page.aspx</link><pubDate>Thu, 28 Jun 2012 12:53:19 GMT</pubDate><guid isPermaLink="false">793b29df-8c2a-42d1-a022-8914441a68e5:1912</guid><dc:creator>Luigi</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/rsscomments.aspx?PostID=1912</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/commentapi.aspx?PostID=1912</wfw:comment><comments>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/06/28/upgrading-an-existing-master-page-to-the-sharepoint-foundation-master-page.aspx#comments</comments><description>Salve a tutti, &amp;#160; se non vi è mai capitato di dover fare l’upgrade di una master page da un ambiente 2007 ad ambiente 2010 vi sarà molto utile questo link: http://msdn.microsoft.com/en-us/library/ee539981(office.14).aspx In pratica si tratta di assicurarsi...(&lt;a href="http://dotnetcampania.org/blogs/luigipanariello/archive/2012/06/28/upgrading-an-existing-master-page-to-the-sharepoint-foundation-master-page.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetcampania.org/aggbug.aspx?PostID=1912" width="1" height="1"&gt;</description><category domain="http://dotnetcampania.org/blogs/luigipanariello/archive/tags/Sharepoint/default.aspx">Sharepoint</category></item><item><title>Microsoft Support Lifecycle for SharePoint 2007</title><link>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/06/22/microsoft-support-lifecycle-for-sharepoint-2007.aspx</link><pubDate>Fri, 22 Jun 2012 11:54:28 GMT</pubDate><guid isPermaLink="false">793b29df-8c2a-42d1-a022-8914441a68e5:1907</guid><dc:creator>Luigi</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/rsscomments.aspx?PostID=1907</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/commentapi.aspx?PostID=1907</wfw:comment><comments>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/06/22/microsoft-support-lifecycle-for-sharepoint-2007.aspx#comments</comments><description>Salve a tutti, &amp;#160; Microsoft ha deciso di ritirare il supporto principale al prodotto nella sua versione 2007 dal 10 ottobre di quest’anno: http://support.microsoft.com/lifecycle/?p1=11373 Il supporto esteso invece sarà garantito fino al 10 ottobre...(&lt;a href="http://dotnetcampania.org/blogs/luigipanariello/archive/2012/06/22/microsoft-support-lifecycle-for-sharepoint-2007.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetcampania.org/aggbug.aspx?PostID=1907" width="1" height="1"&gt;</description><category domain="http://dotnetcampania.org/blogs/luigipanariello/archive/tags/Sharepoint/default.aspx">Sharepoint</category></item><item><title>Shared Components &amp; Solution Versioning</title><link>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/06/06/shared-components-amp-solution-versioning.aspx</link><pubDate>Wed, 06 Jun 2012 12:12:29 GMT</pubDate><guid isPermaLink="false">793b29df-8c2a-42d1-a022-8914441a68e5:1897</guid><dc:creator>Luigi</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/rsscomments.aspx?PostID=1897</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/commentapi.aspx?PostID=1897</wfw:comment><comments>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/06/06/shared-components-amp-solution-versioning.aspx#comments</comments><description>Salve a tutti, una piccola guida alla creazione di componenti riusabili sotto SharePoint ed ai prerequisiti per il deploy di differenti versioni della stessa solution. http://blog.mastykarz.nl/shared-components-sharepoint-platform/ Saluti Luigi...(&lt;a href="http://dotnetcampania.org/blogs/luigipanariello/archive/2012/06/06/shared-components-amp-solution-versioning.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetcampania.org/aggbug.aspx?PostID=1897" width="1" height="1"&gt;</description></item><item><title>SharePoint Conference 2013</title><link>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/05/30/sharepoint-conference-2013.aspx</link><pubDate>Wed, 30 May 2012 15:21:43 GMT</pubDate><guid isPermaLink="false">793b29df-8c2a-42d1-a022-8914441a68e5:1887</guid><dc:creator>Luigi</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/rsscomments.aspx?PostID=1887</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/commentapi.aspx?PostID=1887</wfw:comment><comments>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/05/30/sharepoint-conference-2013.aspx#comments</comments><description>Salve a tutti, &amp;#160; è stata da poco pubblicata la data in cui si svolgerà la Conference dedicata alla nuova versione di SharePoint ed Office dell’anno prossimo: http://www.sharepointconference.it/events/2013/default.aspx &amp;#160; Saluti Luigi...(&lt;a href="http://dotnetcampania.org/blogs/luigipanariello/archive/2012/05/30/sharepoint-conference-2013.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetcampania.org/aggbug.aspx?PostID=1887" width="1" height="1"&gt;</description><category domain="http://dotnetcampania.org/blogs/luigipanariello/archive/tags/Sharepoint/default.aspx">Sharepoint</category></item><item><title>SharePoint CAML Designer</title><link>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/05/21/sharepoint-caml-designer.aspx</link><pubDate>Mon, 21 May 2012 10:47:45 GMT</pubDate><guid isPermaLink="false">793b29df-8c2a-42d1-a022-8914441a68e5:1881</guid><dc:creator>Luigi</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/rsscomments.aspx?PostID=1881</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/commentapi.aspx?PostID=1881</wfw:comment><comments>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/05/21/sharepoint-caml-designer.aspx#comments</comments><description>Salve a tutti, &amp;#160; probabilmente conoscete tutti uno spelendido tool chiamato CAML Builder. Beh quel tool è stato aggiornato ed ora ha preso il nome di CAML Designer. Maggiori dettagli e informazioni a questo link: http://karinebosch.wordpress.com...(&lt;a href="http://dotnetcampania.org/blogs/luigipanariello/archive/2012/05/21/sharepoint-caml-designer.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetcampania.org/aggbug.aspx?PostID=1881" width="1" height="1"&gt;</description><category domain="http://dotnetcampania.org/blogs/luigipanariello/archive/tags/Sharepoint/default.aspx">Sharepoint</category></item><item><title>Visual Studio 11 RC – User Interface Update</title><link>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/05/09/visual-studio-11-rc-user-interface-update.aspx</link><pubDate>Wed, 09 May 2012 11:12:52 GMT</pubDate><guid isPermaLink="false">793b29df-8c2a-42d1-a022-8914441a68e5:1873</guid><dc:creator>Luigi</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/rsscomments.aspx?PostID=1873</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/commentapi.aspx?PostID=1873</wfw:comment><comments>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/05/09/visual-studio-11-rc-user-interface-update.aspx#comments</comments><description>Salve a tutti, &amp;#160; chi ha avuto modo di utilizzare la beta di VS11 si sarà sicuramente reso conto come me di avere davanti un prodotto molto performante (sebbene sia una beta) ma con un layout grafico completamente rivisto rispetto a Visual Studio...(&lt;a href="http://dotnetcampania.org/blogs/luigipanariello/archive/2012/05/09/visual-studio-11-rc-user-interface-update.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetcampania.org/aggbug.aspx?PostID=1873" width="1" height="1"&gt;</description><category domain="http://dotnetcampania.org/blogs/luigipanariello/archive/tags/Visual+Studio/default.aspx">Visual Studio</category></item><item><title>Android e C#</title><link>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/05/02/android-e-c.aspx</link><pubDate>Wed, 02 May 2012 09:20:41 GMT</pubDate><guid isPermaLink="false">793b29df-8c2a-42d1-a022-8914441a68e5:1869</guid><dc:creator>Luigi</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/rsscomments.aspx?PostID=1869</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/commentapi.aspx?PostID=1869</wfw:comment><comments>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/05/02/android-e-c.aspx#comments</comments><description>Salve a tutti, &amp;#160; come molti di voi sapranno ad oggi è già possibile scrivere app per sistemi Android con C# e VisualStudio 2010 grazie al pogetto MonoDroid . La lettura di questo interessante articolo però potrebbe dare qualche informazione in più...(&lt;a href="http://dotnetcampania.org/blogs/luigipanariello/archive/2012/05/02/android-e-c.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetcampania.org/aggbug.aspx?PostID=1869" width="1" height="1"&gt;</description><category domain="http://dotnetcampania.org/blogs/luigipanariello/archive/tags/.NET/default.aspx">.NET</category><category domain="http://dotnetcampania.org/blogs/luigipanariello/archive/tags/Android/default.aspx">Android</category></item><item><title>Updates to Plan Browser Support</title><link>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/04/20/updates-to-plan-browser-support.aspx</link><pubDate>Fri, 20 Apr 2012 09:29:13 GMT</pubDate><guid isPermaLink="false">793b29df-8c2a-42d1-a022-8914441a68e5:1861</guid><dc:creator>Luigi</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/rsscomments.aspx?PostID=1861</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/commentapi.aspx?PostID=1861</wfw:comment><comments>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/04/20/updates-to-plan-browser-support.aspx#comments</comments><description>Salve a tutti, &amp;#160; è stata aggiornata la matrice dei browser supportati per SharePoint 2010. Maggiori dettagli qui . &amp;#160; Saluti Luigi...(&lt;a href="http://dotnetcampania.org/blogs/luigipanariello/archive/2012/04/20/updates-to-plan-browser-support.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetcampania.org/aggbug.aspx?PostID=1861" width="1" height="1"&gt;</description><category domain="http://dotnetcampania.org/blogs/luigipanariello/archive/tags/Sharepoint/default.aspx">Sharepoint</category></item><item><title>Indexing files larger than 16 MB in SharePoint 2010</title><link>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/04/12/indexing-files-larger-than-16-mb-in-sharepoint-2010.aspx</link><pubDate>Thu, 12 Apr 2012 09:39:26 GMT</pubDate><guid isPermaLink="false">793b29df-8c2a-42d1-a022-8914441a68e5:1858</guid><dc:creator>Luigi</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/rsscomments.aspx?PostID=1858</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/commentapi.aspx?PostID=1858</wfw:comment><comments>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/04/12/indexing-files-larger-than-16-mb-in-sharepoint-2010.aspx#comments</comments><description>Salve a tutti, &amp;#160; vi segnalo questo articolo interessantissimo: http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=215 &amp;#160; Saluti Luigi...(&lt;a href="http://dotnetcampania.org/blogs/luigipanariello/archive/2012/04/12/indexing-files-larger-than-16-mb-in-sharepoint-2010.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetcampania.org/aggbug.aspx?PostID=1858" width="1" height="1"&gt;</description><category domain="http://dotnetcampania.org/blogs/luigipanariello/archive/tags/Sharepoint/default.aspx">Sharepoint</category></item><item><title>Time and Date on MasterPage</title><link>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/03/27/time-and-date-on-masterpage.aspx</link><pubDate>Tue, 27 Mar 2012 14:11:51 GMT</pubDate><guid isPermaLink="false">793b29df-8c2a-42d1-a022-8914441a68e5:1853</guid><dc:creator>Luigi</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/rsscomments.aspx?PostID=1853</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetcampania.org/blogs/luigipanariello/commentapi.aspx?PostID=1853</wfw:comment><comments>http://dotnetcampania.org/blogs/luigipanariello/archive/2012/03/27/time-and-date-on-masterpage.aspx#comments</comments><description>Salve a tutti, vi segnalo un interessante articolo su come inserire informazioni di data e ora in un sito SharePoint senza troppe macchinazioni e senza troppi giri. http://erikswenson.blogspot.it/2012/03/how-to-add-timedate-to-layouts-or.html Saluti Luigi...(&lt;a href="http://dotnetcampania.org/blogs/luigipanariello/archive/2012/03/27/time-and-date-on-masterpage.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetcampania.org/aggbug.aspx?PostID=1853" width="1" height="1"&gt;</description><category domain="http://dotnetcampania.org/blogs/luigipanariello/archive/tags/Sharepoint/default.aspx">Sharepoint</category></item></channel></rss>