<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.devleap.com/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>Antonio Di Motta</title><link>http://blogs.devleap.com/tony/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>Custom Provider-Based Services</title><link>http://blogs.devleap.com/tony/archive/2006/02/26/6837.aspx</link><pubDate>Sun, 26 Feb 2006 22:26:00 GMT</pubDate><guid isPermaLink="false">723bc1d7-e66b-4192-854d-44fd94d7f9a3:6837</guid><dc:creator>tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.devleap.com/tony/rsscomments.aspx?PostID=6837</wfw:commentRss><comments>http://blogs.devleap.com/tony/archive/2006/02/26/6837.aspx#comments</comments><description>&lt;P&gt;Se qualcuno ha la necessità di dover implementare un proprio custom provider,&lt;/P&gt;
&lt;P&gt;potrebbe trovare utile questo ottimo &lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/ASPNETProvMod_Prt8.asp"&gt;articolo&lt;/A&gt; che ho trovato su msdn&lt;/P&gt;
&lt;P&gt;che spiega dettagliatamente come realizzarne uno.&lt;/P&gt;&lt;img src="http://blogs.devleap.com/aggbug.aspx?PostID=6837" width="1" height="1"&gt;</description></item><item><title>Una stringa di connessione nel machine.config?</title><link>http://blogs.devleap.com/tony/archive/2006/01/21/6547.aspx</link><pubDate>Sat, 21 Jan 2006 22:53:00 GMT</pubDate><guid isPermaLink="false">723bc1d7-e66b-4192-854d-44fd94d7f9a3:6547</guid><dc:creator>tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.devleap.com/tony/rsscomments.aspx?PostID=6547</wfw:commentRss><comments>http://blogs.devleap.com/tony/archive/2006/01/21/6547.aspx#comments</comments><description>&lt;p&gt;Ho scoperto da poco che nel &lt;strong&gt;machine.config di .Net 2.0&lt;/strong&gt; c'è una stringa di connessione a sqlserverexpress:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;connectionStrings&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name="LocalSqlServer" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient"/&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/connectionStrings&amp;gt;&lt;/p&gt;
&lt;p&gt;in pratica questa stringa permette di ottenere una configurazione di default per le membership api su sqlserverexpress a gratis per le nostre applicazioni asp.net.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Personalmente non credo sia una buona idea, &lt;/strong&gt;perchè crea molta confusione quando&amp;nbsp;si utilizzano le membership api senza sqlserverexpress.&lt;/p&gt;&lt;img src="http://blogs.devleap.com/aggbug.aspx?PostID=6547" width="1" height="1"&gt;</description></item><item><title>NUnit - nuova release</title><link>http://blogs.devleap.com/tony/archive/2005/11/15/6223.aspx</link><pubDate>Tue, 15 Nov 2005 14:06:00 GMT</pubDate><guid isPermaLink="false">723bc1d7-e66b-4192-854d-44fd94d7f9a3:6223</guid><dc:creator>tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.devleap.com/tony/rsscomments.aspx?PostID=6223</wfw:commentRss><comments>http://blogs.devleap.com/tony/archive/2005/11/15/6223.aspx#comments</comments><description>&lt;P&gt;Dopo più di un anno è uscita una nuova versione di NUnit precisamente &lt;A href="http://sourceforge.net/project/showfiles.php?group_id=10749&amp;amp;package_id=111946&amp;amp;release_id=371016"&gt;NUnit 2.2.3&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;che supporta la versione 2.0 del Framework.&lt;/P&gt;
&lt;P&gt;Una buona notizia per chi non può permettersi Visual Studio Team System ma vuole lo stesso fare degli&lt;/P&gt;
&lt;P&gt;unit test delle proprie applicazioni.&lt;/P&gt;
&lt;P&gt;Maggiori informazioni &lt;A href="http://nunit.com/testweb/index.php?p=releaseNotes&amp;amp;r=2.2.3"&gt;qui&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.devleap.com/aggbug.aspx?PostID=6223" width="1" height="1"&gt;</description></item><item><title>Introduzione a NAnt</title><link>http://blogs.devleap.com/tony/archive/2005/10/25/6081.aspx</link><pubDate>Tue, 25 Oct 2005 19:47:00 GMT</pubDate><guid isPermaLink="false">723bc1d7-e66b-4192-854d-44fd94d7f9a3:6081</guid><dc:creator>tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.devleap.com/tony/rsscomments.aspx?PostID=6081</wfw:commentRss><comments>http://blogs.devleap.com/tony/archive/2005/10/25/6081.aspx#comments</comments><description>&lt;P&gt;Su &lt;A href="http://www.theserverside.net"&gt;TheServerSide.net &lt;/A&gt;c'è un interessante &lt;A href="http://www.theserverside.net/articles/article.tss?l=NAnt"&gt;articolo &lt;/A&gt;che introduce all'utilizzo di &lt;A href="http://nant.sourceforge.net/"&gt;NAnt&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;L'articolo spiega da principio le motivazioni per cui si rende necessario l'utilizzo di uno strumento come NAnt,&lt;/P&gt;
&lt;P&gt;per proseguire poi con una serie di esempi che illustrano come utilizzare alcuni task della libreria standard&lt;/P&gt;
&lt;P&gt;nonchè quelli della libreria di contributors NAntContrib.&lt;/P&gt;
&lt;P&gt;C'è poi un breve esempio che illustra come estendere i task base e per finire ci sono dei cenni all'integrazione&lt;/P&gt;
&lt;P&gt;con Visual Studio.Net e &lt;A href="http://ccnet.thoughtworks.com/"&gt;CruiseControl.Net&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.devleap.com/aggbug.aspx?PostID=6081" width="1" height="1"&gt;</description></item><item><title>NHibernate 1.0</title><link>http://blogs.devleap.com/tony/archive/2005/10/11/5977.aspx</link><pubDate>Tue, 11 Oct 2005 09:53:00 GMT</pubDate><guid isPermaLink="false">723bc1d7-e66b-4192-854d-44fd94d7f9a3:5977</guid><dc:creator>tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.devleap.com/tony/rsscomments.aspx?PostID=5977</wfw:commentRss><comments>http://blogs.devleap.com/tony/archive/2005/10/11/5977.aspx#comments</comments><description>&lt;P&gt;E' stata rilasciata la versione 1.0 di &lt;A href="http://www.nhibernate.org"&gt;NHibernate&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.devleap.com/aggbug.aspx?PostID=5977" width="1" height="1"&gt;</description></item><item><title>Un libro da comprare!</title><link>http://blogs.devleap.com/tony/archive/2005/10/01/5901.aspx</link><pubDate>Sat, 01 Oct 2005 08:13:00 GMT</pubDate><guid isPermaLink="false">723bc1d7-e66b-4192-854d-44fd94d7f9a3:5901</guid><dc:creator>tony</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.devleap.com/tony/rsscomments.aspx?PostID=5901</wfw:commentRss><comments>http://blogs.devleap.com/tony/archive/2005/10/01/5901.aspx#comments</comments><description>&lt;P&gt;Ho appena appreso dal blog di &lt;A href="http://blogs.msdn.com/brada/archive/2005/09/30/475921.aspx"&gt;Brad Abrams&lt;/A&gt; che su &lt;A href="http://www.amazon.com/exec/obidos/tg/detail/-/0321246756/qid%3D1123679961/sr%3D8-1/ref%3Dsr%5F8%5Fxs%5Fap%5Fi1%5Fxgl14/104-5664573-0845541?v=glance&amp;amp;s=books&amp;amp;n=507846"&gt;Amazon &lt;/A&gt;è disponibile il suo ultimo libro:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Framework Design Guidelines : Conventions, Idioms, and Patterns for Reusable .NET Libraries&lt;/STRONG&gt;&lt;/P&gt;
&lt;a href="http://www.amazon.com/exec/obidos/tg/detail/-/0321246756/qid%3D1123679961/sr%3D8-1/ref%3Dsr%5F8%5Fxs%5Fap%5Fi1%5Fxgl14/104-3722256-2254337?v=glance&amp;amp;s=books&amp;amp;n=507846"&gt;&lt;IMG src="http://images.amazon.com/images/P/0321246756.01._AA240_SCLZZZZZZZ_.jpg" border=0&gt;&lt;/a&gt;&lt;img src="http://blogs.devleap.com/aggbug.aspx?PostID=5901" width="1" height="1"&gt;</description></item><item><title>Office "12" XML Schema Reference - PDC 2005 Preview</title><link>http://blogs.devleap.com/tony/archive/2005/09/22/5817.aspx</link><pubDate>Thu, 22 Sep 2005 13:00:00 GMT</pubDate><guid isPermaLink="false">723bc1d7-e66b-4192-854d-44fd94d7f9a3:5817</guid><dc:creator>tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.devleap.com/tony/rsscomments.aspx?PostID=5817</wfw:commentRss><comments>http://blogs.devleap.com/tony/archive/2005/09/22/5817.aspx#comments</comments><description>&lt;P&gt;Microsoft ha da poco &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=15805380-F2C0-4B80-9AD1-2CB0C300AEF9&amp;amp;displaylang=en"&gt;rilasciato&lt;/A&gt; una versione preliminare degli&amp;nbsp;XML Schema Reference per&lt;/P&gt;
&lt;P&gt;Word 12, Excel 12 e Powerpoint 12.&lt;/P&gt;&lt;img src="http://blogs.devleap.com/aggbug.aspx?PostID=5817" width="1" height="1"&gt;</description></item><item><title>CodeGallery come SourceForge?</title><link>http://blogs.devleap.com/tony/archive/2005/08/30/5599.aspx</link><pubDate>Tue, 30 Aug 2005 15:54:00 GMT</pubDate><guid isPermaLink="false">723bc1d7-e66b-4192-854d-44fd94d7f9a3:5599</guid><dc:creator>tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.devleap.com/tony/rsscomments.aspx?PostID=5599</wfw:commentRss><comments>http://blogs.devleap.com/tony/archive/2005/08/30/5599.aspx#comments</comments><description>&lt;P&gt;&lt;SPAN&gt;Microsoft sostiene l'open source?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;Sembra proprio di si, visto che l'ultimo servizio online, &lt;STRONG&gt;&lt;A href="http://www.gotdotnet.com/codegallery"&gt;CodeGallery&lt;/A&gt;&lt;/STRONG&gt;, fornisce praticamente le stesse funzionalità offerte da&amp;nbsp;&lt;A href="http://sourceforge.net/"&gt;&lt;STRONG&gt;SourceForge&lt;/STRONG&gt; &lt;/A&gt;per l'hosting di progetti "open":&lt;/P&gt;
&lt;P&gt;- track applications &lt;/P&gt;
&lt;P&gt;- bug tracking &lt;/P&gt;
&lt;P&gt;- documentation &lt;/P&gt;
&lt;P&gt;- message board &lt;/P&gt;
&lt;P class=MsoNormal&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;Se me lo avessero detto qualche anno fa non ci avrei mai creduto.&lt;/P&gt;
&lt;P class=MsoNormal&gt;:)&lt;/P&gt;&lt;img src="http://blogs.devleap.com/aggbug.aspx?PostID=5599" width="1" height="1"&gt;</description></item><item><title>Spring.Net - 1.0 release candidate</title><link>http://blogs.devleap.com/tony/archive/2005/08/28/5588.aspx</link><pubDate>Sun, 28 Aug 2005 17:46:00 GMT</pubDate><guid isPermaLink="false">723bc1d7-e66b-4192-854d-44fd94d7f9a3:5588</guid><dc:creator>tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.devleap.com/tony/rsscomments.aspx?PostID=5588</wfw:commentRss><comments>http://blogs.devleap.com/tony/archive/2005/08/28/5588.aspx#comments</comments><description>&lt;P&gt;E' stata rilasciata una nuova versione di Spring.Net.&lt;/P&gt;
&lt;P&gt;Per chi non lo conoscesse &lt;A href="http://www.springframework.net/"&gt;Spring.Net &lt;/A&gt;è il porting in .Net di un&amp;nbsp;&lt;STRONG&gt;lightweight container&lt;/STRONG&gt; Java, che permette di implementare&amp;nbsp;facilmente il pattern &lt;A href="http://martinfowler.com/articles/injection.html#InversionOfControl"&gt;&lt;STRONG&gt;dependency injection&lt;/STRONG&gt; (IoC) &lt;/A&gt;&amp;nbsp;nelle nostre applicazioni .Net.&lt;/P&gt;
&lt;P&gt;Nel numero di Settembre di MSDN Magazine c'è un interessante &lt;A href="http://msdn.microsoft.com/msdnmag/issues/05/09/DesignPatterns/default.aspx"&gt;articolo&lt;/A&gt;&amp;nbsp;che spiega cosa sono i Lightweight Containers e in particolare come funziona Spring.Net.&lt;/P&gt;&lt;img src="http://blogs.devleap.com/aggbug.aspx?PostID=5588" width="1" height="1"&gt;</description></item><item><title>Enterprise Library June 2005</title><link>http://blogs.devleap.com/tony/archive/2005/07/04/5302.aspx</link><pubDate>Sun, 03 Jul 2005 22:18:00 GMT</pubDate><guid isPermaLink="false">723bc1d7-e66b-4192-854d-44fd94d7f9a3:5302</guid><dc:creator>tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.devleap.com/tony/rsscomments.aspx?PostID=5302</wfw:commentRss><comments>http://blogs.devleap.com/tony/archive/2005/07/04/5302.aspx#comments</comments><description>E' uscita la &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=A7D2A109-660E-444E-945A-6B32AF1581B3&amp;amp;displaylang=en"&gt;versione 1.1&lt;/a&gt; di questa indispensabile libreria.&lt;br&gt;
Rispetto alla 1.0 ci sono tutti i bug fix e le estensioni usciti fino ad oggi.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;img src="http://blogs.devleap.com/aggbug.aspx?PostID=5302" width="1" height="1"&gt;</description></item><item><title>Apple verrà acquisita da Intel?</title><link>http://blogs.devleap.com/tony/archive/2005/06/13/4005.aspx</link><pubDate>Mon, 13 Jun 2005 11:56:00 GMT</pubDate><guid isPermaLink="false">723bc1d7-e66b-4192-854d-44fd94d7f9a3:4005</guid><dc:creator>tony</dc:creator><slash:comments>0</slash:comments><description>Potete trovare maggiori info su questa interessante teoria &lt;A href="http://melablog.it/post/apple-verra-acquisita-da-intel"&gt;qui&lt;/A&gt;.&lt;img src="http://blogs.devleap.com/aggbug.aspx?PostID=4005" width="1" height="1"&gt;</description></item><item><title>BizTalk - WSE 2 Adapater</title><link>http://blogs.devleap.com/tony/archive/2005/02/15/2687.aspx</link><pubDate>Tue, 15 Feb 2005 15:25:00 GMT</pubDate><guid isPermaLink="false">723bc1d7-e66b-4192-854d-44fd94d7f9a3:2687</guid><dc:creator>tony</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;Da&lt;A href="http://www.theserverside.net/news/thread.tss?thread_id=31826"&gt; the server side&lt;/A&gt; apprendo che &amp;#232; stato rilasciato un adapter per BizTalk Server 2004 che permette di utilizzare i web services conformi&lt;/P&gt;
&lt;P&gt;alle specifiche WS-* realizzati con WSE 2.0.&lt;/P&gt;
&lt;P&gt;E' possibile scaricarlo da &lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=ba643360-e9dc-4fc5-8d60-8e6c5eca7861&amp;amp;displaylang=en"&gt;qui&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.devleap.com/aggbug.aspx?PostID=2687" width="1" height="1"&gt;</description></item><item><title>Roadmap per Avalon e WinForms</title><link>http://blogs.devleap.com/tony/archive/2004/11/30/2077.aspx</link><pubDate>Tue, 30 Nov 2004 12:06:00 GMT</pubDate><guid isPermaLink="false">723bc1d7-e66b-4192-854d-44fd94d7f9a3:2077</guid><dc:creator>tony</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;Un Marketing manager di Microsoft ha rilasciato la&amp;nbsp;&lt;A href="http://www.theserverside.net/news/thread.tss?thread_id=30247"&gt;roadmap&lt;/A&gt; per decidere come spostarsi ad Avalon:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Oggi, usare Windows Forms v1.1 attenendosi alle linee &lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag/html/uipab.asp"&gt;guida&lt;/A&gt; Microsoft per una chiara separazione tra UI e logica applicativa.&lt;/LI&gt;
&lt;LI&gt;Quando uscir&amp;#224; Avalon 1.0 (met&amp;#224; 2006), differenziare le applicazioni in base&amp;nbsp;alla complessit&amp;#224; dell'interfaccia, utilizzando per quelle pi&amp;#249; complesse Avalon.&lt;/LI&gt;
&lt;LI&gt;Con la release succesiva alla 1.0 di Avalon migrare completamente utilizzando il supporto offerto dalla prossima versione di VS (quella dopo VS2005).&lt;/LI&gt;&lt;/OL&gt;&lt;img src="http://blogs.devleap.com/aggbug.aspx?PostID=2077" width="1" height="1"&gt;</description></item><item><title>NAnt 0.85-rc 1</title><link>http://blogs.devleap.com/tony/archive/2004/11/30/2076.aspx</link><pubDate>Tue, 30 Nov 2004 07:44:00 GMT</pubDate><guid isPermaLink="false">723bc1d7-e66b-4192-854d-44fd94d7f9a3:2076</guid><dc:creator>tony</dc:creator><slash:comments>0</slash:comments><description>E' stata rilasciata la rc1 di &lt;A href="http://nant.sourceforge.net/"&gt;Nant &lt;/A&gt;0.85, tra le novit&amp;#224; c'&amp;#232; il supporto per NET 2.0 Beta 1 e Mono.&lt;img src="http://blogs.devleap.com/aggbug.aspx?PostID=2076" width="1" height="1"&gt;</description></item><item><title>FxCop 1.312</title><link>http://blogs.devleap.com/tony/archive/2004/11/01/1972.aspx</link><pubDate>Mon, 01 Nov 2004 20:27:00 GMT</pubDate><guid isPermaLink="false">723bc1d7-e66b-4192-854d-44fd94d7f9a3:1972</guid><dc:creator>tony</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;E' stata rilasciata una nuova release dell'indispensabile tool &lt;A href="http://www.gotdotnet.com/team/fxcop/"&gt;FxCop&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.devleap.com/aggbug.aspx?PostID=1972" width="1" height="1"&gt;</description></item></channel></rss>