<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://dotnetmarche.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>ExternalBlogs</title><link>http://dotnetmarche.org/blogs/externalblogs/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>New Skin for the blog</title><link>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/05/new-skin-for-the-blog.aspx</link><pubDate>Fri, 05 Sep 2008 20:55:27 GMT</pubDate><guid isPermaLink="false">61321887-5500-4417-8b9e-633d632ef265:4122</guid><dc:creator>Alkampfer's Place</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetmarche.org/blogs/externalblogs/rsscomments.aspx?PostID=4122</wfw:commentRss><comments>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/05/new-skin-for-the-blog.aspx#comments</comments><description>I&amp;#8217;m a really bad graphics designer, but the old skin I used for my blog is really old, and does not fit well with wordpress 2.6, so I take an already existing theme, and modified it to make it similar to the old skin.
I won&amp;#8217;t tell you issue...(&lt;a href="http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/05/new-skin-for-the-blog.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetmarche.org/aggbug.aspx?PostID=4122" width="1" height="1"&gt;</description><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/Uncategorized/default.aspx">Uncategorized</category></item><item><title>Slow tests with nunit 2.4 and nhibernate</title><link>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/05/slow-tests-with-nunit-2-4-and-nhibernate.aspx</link><pubDate>Fri, 05 Sep 2008 17:41:21 GMT</pubDate><guid isPermaLink="false">61321887-5500-4417-8b9e-633d632ef265:4121</guid><dc:creator>Alkampfer's Place</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetmarche.org/blogs/externalblogs/rsscomments.aspx?PostID=4121</wfw:commentRss><comments>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/05/slow-tests-with-nunit-2-4-and-nhibernate.aspx#comments</comments><description>I noticed that when I used nunit 2.4 test runner it is really slower than 2.2. The reason is that in 2.4 the nunit test runner will use log4net as default logger, and if you do not disable logging, you will see in log tab an enormous amount of text.
The...(&lt;a href="http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/05/slow-tests-with-nunit-2-4-and-nhibernate.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetmarche.org/aggbug.aspx?PostID=4121" width="1" height="1"&gt;</description><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/Uncategorized/default.aspx">Uncategorized</category></item><item><title>Mix Linq2XML and XPath, take the best from both</title><link>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/05/mix-linq2xml-and-xpath-take-the-best-from-both.aspx</link><pubDate>Fri, 05 Sep 2008 16:04:17 GMT</pubDate><guid isPermaLink="false">61321887-5500-4417-8b9e-633d632ef265:4120</guid><dc:creator>Alkampfer's Place</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetmarche.org/blogs/externalblogs/rsscomments.aspx?PostID=4120</wfw:commentRss><comments>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/05/mix-linq2xml-and-xpath-take-the-best-from-both.aspx#comments</comments><description>I must admit that LINQ 2 Xml impressed me very much, I&amp;#8217;m actually using it to modify docx documents with the OpenXml sdk. While Linq 2 xml is really useful to makes query and find nodes in xml, I found it rather clumsy in my unit test code. Ex....(&lt;a href="http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/05/mix-linq2xml-and-xpath-take-the-best-from-both.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetmarche.org/aggbug.aspx?PostID=4120" width="1" height="1"&gt;</description><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/Uncategorized/default.aspx">Uncategorized</category></item><item><title>Favor small and frequent checkin over big ones.</title><link>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/05/favor-small-and-frequent-checkin-over-big-ones.aspx</link><pubDate>Fri, 05 Sep 2008 14:55:13 GMT</pubDate><guid isPermaLink="false">61321887-5500-4417-8b9e-633d632ef265:4119</guid><dc:creator>Alkampfer's Place</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetmarche.org/blogs/externalblogs/rsscomments.aspx?PostID=4119</wfw:commentRss><comments>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/05/favor-small-and-frequent-checkin-over-big-ones.aspx#comments</comments><description>This is a rule that I try to adopt since long time in the past, and few days ago Jeff Atwood enforces this concept in his blog. I completely agree with him, code should be checked in often, especially when you have continuous integration server. Checking...(&lt;a href="http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/05/favor-small-and-frequent-checkin-over-big-ones.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetmarche.org/aggbug.aspx?PostID=4119" width="1" height="1"&gt;</description><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/Uncategorized/default.aspx">Uncategorized</category></item><item><title>Patrick Tisseghem è morto</title><link>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/05/patrick-tisseghem-232-morto.aspx</link><pubDate>Fri, 05 Sep 2008 09:31:21 GMT</pubDate><guid isPermaLink="false">61321887-5500-4417-8b9e-633d632ef265:4118</guid><dc:creator>nonaka</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetmarche.org/blogs/externalblogs/rsscomments.aspx?PostID=4118</wfw:commentRss><comments>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/05/patrick-tisseghem-232-morto.aspx#comments</comments><description>It is with deepest regret that we have to announce the death of Patrick Tisseghem, co-founder of U2U. Patrick suddenly passed away on Wednesday 3 September 2008 around 18 hours in Gothenburg Sweden due to a heart failure. Our sympathy and thoughts go...(&lt;a href="http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/05/patrick-tisseghem-232-morto.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetmarche.org/aggbug.aspx?PostID=4118" width="1" height="1"&gt;</description><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/Personal/default.aspx">Personal</category></item><item><title>I love fluent interfaces.</title><link>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/04/i-love-fluent-interfaces.aspx</link><pubDate>Thu, 04 Sep 2008 13:26:57 GMT</pubDate><guid isPermaLink="false">61321887-5500-4417-8b9e-633d632ef265:4112</guid><dc:creator>Alkampfer's Place</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetmarche.org/blogs/externalblogs/rsscomments.aspx?PostID=4112</wfw:commentRss><comments>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/04/i-love-fluent-interfaces.aspx#comments</comments><description>I&amp;#8217;m developing a little library that basically does these steps 1) open a docx file2) Find a particular bookmark in the file3)Add some content at bookmark position4) Save the updated file. This is a typical call I like very much this kind of syntax...(&lt;a href="http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/04/i-love-fluent-interfaces.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetmarche.org/aggbug.aspx?PostID=4112" width="1" height="1"&gt;</description><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/Software+Architecture/default.aspx">Software Architecture</category></item><item><title>ISO and IEC members give go ahead on ISO/IEC DIS 29500</title><link>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/04/iso-and-iec-members-give-go-ahead-on-iso-iec-dis-29500.aspx</link><pubDate>Thu, 04 Sep 2008 09:37:57 GMT</pubDate><guid isPermaLink="false">61321887-5500-4417-8b9e-633d632ef265:4111</guid><dc:creator>nonaka</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetmarche.org/blogs/externalblogs/rsscomments.aspx?PostID=4111</wfw:commentRss><comments>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/04/iso-and-iec-members-give-go-ahead-on-iso-iec-dis-29500.aspx#comments</comments><description>Con questo comunicato ISO e IEC concludono il lavoro di standardizzazione per ECMA 376, quindi si da il via alla pubblicazione di ISO/IEC 29500. Alcune note:
None of the appeals from Brazil, India, South Africa and Venezuela received the support for further...(&lt;a href="http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/04/iso-and-iec-members-give-go-ahead-on-iso-iec-dis-29500.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetmarche.org/aggbug.aspx?PostID=4111" width="1" height="1"&gt;</description><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/Headline/default.aspx">Headline</category><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/Society/default.aspx">Society</category><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/Management/default.aspx">Management</category><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/Technology/default.aspx">Technology</category></item><item><title>E-Book on data structure and algorithms</title><link>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/04/e-book-on-data-structure-and-algorithms.aspx</link><pubDate>Thu, 04 Sep 2008 09:24:32 GMT</pubDate><guid isPermaLink="false">61321887-5500-4417-8b9e-633d632ef265:4110</guid><dc:creator>Alkampfer's Place</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetmarche.org/blogs/externalblogs/rsscomments.aspx?PostID=4110</wfw:commentRss><comments>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/04/e-book-on-data-structure-and-algorithms.aspx#comments</comments><description>My italian friend Luca Del Tongo had just published an ebook on Data Structure and Algorithms. The book is free to download and it is supported by code examples at http://codeplex.com/dsa. The argument is really interesting and I suggest you to download...(&lt;a href="http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/04/e-book-on-data-structure-and-algorithms.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetmarche.org/aggbug.aspx?PostID=4110" width="1" height="1"&gt;</description><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/General/default.aspx">General</category></item><item><title>L’esperanto</title><link>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/04/l-esperanto.aspx</link><pubDate>Thu, 04 Sep 2008 08:43:31 GMT</pubDate><guid isPermaLink="false">61321887-5500-4417-8b9e-633d632ef265:4109</guid><dc:creator>nonaka</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetmarche.org/blogs/externalblogs/rsscomments.aspx?PostID=4109</wfw:commentRss><comments>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/04/l-esperanto.aspx#comments</comments><description>Segnalo un funzionalissimo portale in cui è molto facile inziare ad imparare l&amp;#8217;Esperanto. Magari se siete già esperti, Alla Kudryashova può darvi una mano con il suo blog tematico....(&lt;a href="http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/04/l-esperanto.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetmarche.org/aggbug.aspx?PostID=4109" width="1" height="1"&gt;</description><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/Personal/default.aspx">Personal</category></item><item><title>Quando un neurone fa la differenza</title><link>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/03/quando-un-neurone-fa-la-differenza.aspx</link><pubDate>Wed, 03 Sep 2008 14:50:04 GMT</pubDate><guid isPermaLink="false">61321887-5500-4417-8b9e-633d632ef265:4107</guid><dc:creator>nonaka</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetmarche.org/blogs/externalblogs/rsscomments.aspx?PostID=4107</wfw:commentRss><comments>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/03/quando-un-neurone-fa-la-differenza.aspx#comments</comments><description>Oggi mi chiama mia madre e mi inzia a raccontare una storia molto interessante: stamattina mentre andava all&amp;#8217;INPS ha incontrato un&amp;#8217; avvenente bionda che gli chiedeva informazioni circa la sede della &amp;#8230;.. più vicina. Mia madre, non sapendo...(&lt;a href="http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/03/quando-un-neurone-fa-la-differenza.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetmarche.org/aggbug.aspx?PostID=4107" width="1" height="1"&gt;</description><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/Personal/default.aspx">Personal</category><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/Featured/default.aspx">Featured</category></item><item><title>Incontro con Pietro Scott Jovane e la blogosfera</title><link>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/03/incontro-con-pietro-scott-jovane-e-la-blogosfera.aspx</link><pubDate>Wed, 03 Sep 2008 14:24:03 GMT</pubDate><guid isPermaLink="false">61321887-5500-4417-8b9e-633d632ef265:4108</guid><dc:creator>nonaka</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetmarche.org/blogs/externalblogs/rsscomments.aspx?PostID=4108</wfw:commentRss><comments>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/03/incontro-con-pietro-scott-jovane-e-la-blogosfera.aspx#comments</comments><description>Il 9 settembre Microsoft ha organizzato un incontro con alcuni blogger italiani per presentare il nuovo Amministratore Delegato della sede Italiana. L&amp;#8217;incontro si terrà a Milano, pochi giorni prima della Blogfest, questa volta mi tocca rinuciare...(&lt;a href="http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/03/incontro-con-pietro-scott-jovane-e-la-blogosfera.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetmarche.org/aggbug.aspx?PostID=4108" width="1" height="1"&gt;</description><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/Personal/default.aspx">Personal</category><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/Featured/default.aspx">Featured</category><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/Society/default.aspx">Society</category><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/about/default.aspx">about</category></item><item><title>GMail: Account Suspended = Account Forever Lost</title><link>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/03/gmail-account-suspended-account-forever-lost.aspx</link><pubDate>Wed, 03 Sep 2008 08:49:58 GMT</pubDate><guid isPermaLink="false">61321887-5500-4417-8b9e-633d632ef265:4105</guid><dc:creator>Guardian's Home</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetmarche.org/blogs/externalblogs/rsscomments.aspx?PostID=4105</wfw:commentRss><comments>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/03/gmail-account-suspended-account-forever-lost.aspx#comments</comments><description>Read More......(&lt;a href="http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/03/gmail-account-suspended-account-forever-lost.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetmarche.org/aggbug.aspx?PostID=4105" width="1" height="1"&gt;</description><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/Freetime+talking/default.aspx">Freetime talking</category></item><item><title>Chrome is out</title><link>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/03/chrome-is-out.aspx</link><pubDate>Wed, 03 Sep 2008 08:40:41 GMT</pubDate><guid isPermaLink="false">61321887-5500-4417-8b9e-633d632ef265:4101</guid><dc:creator>Alkampfer's Place</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetmarche.org/blogs/externalblogs/rsscomments.aspx?PostID=4101</wfw:commentRss><comments>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/03/chrome-is-out.aspx#comments</comments><description>I&amp;#8217;m installing google Chrome, the new browser from Google. I suspect that it will not became my favourite browser in the near future, I use a lot of addins for Firefox and I&amp;#8217;m very satisfied with it, so I does not feel the need for another...(&lt;a href="http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/03/chrome-is-out.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetmarche.org/aggbug.aspx?PostID=4101" width="1" height="1"&gt;</description><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/General/default.aspx">General</category></item><item><title>google chrome social feedback</title><link>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/03/google-chrome-social-feedback.aspx</link><pubDate>Wed, 03 Sep 2008 08:02:18 GMT</pubDate><guid isPermaLink="false">61321887-5500-4417-8b9e-633d632ef265:4102</guid><dc:creator>nonaka</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetmarche.org/blogs/externalblogs/rsscomments.aspx?PostID=4102</wfw:commentRss><comments>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/03/google-chrome-social-feedback.aspx#comments</comments><description>Piccolo esperimento di *social feedback*: alcuni post su Google Chrome direttamente dai feeds che leggo (almeno quelli che ne hanno parlato stamattina):
Andrea Signori &amp;#8220;I programmi che usiamo per navigare su internet sono stati ideati quando il...(&lt;a href="http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/03/google-chrome-social-feedback.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetmarche.org/aggbug.aspx?PostID=4102" width="1" height="1"&gt;</description><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/Personal/default.aspx">Personal</category><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/Headline/default.aspx">Headline</category><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/Society/default.aspx">Society</category><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/Technology/default.aspx">Technology</category></item><item><title>OpenXml format, insert an image into a document</title><link>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/02/openxml-format-insert-an-image-into-a-document.aspx</link><pubDate>Tue, 02 Sep 2008 07:51:06 GMT</pubDate><guid isPermaLink="false">61321887-5500-4417-8b9e-633d632ef265:4083</guid><dc:creator>Alkampfer's Place</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnetmarche.org/blogs/externalblogs/rsscomments.aspx?PostID=4083</wfw:commentRss><comments>http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/02/openxml-format-insert-an-image-into-a-document.aspx#comments</comments><description>In previous post I showed how to open a docx file, search for a specific text, and replace the text with another string. The reason for doing this is simply to create a master report file in docx format, and let an application insert data in specific...(&lt;a href="http://dotnetmarche.org/blogs/externalblogs/archive/2008/09/02/openxml-format-insert-an-image-into-a-document.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetmarche.org/aggbug.aspx?PostID=4083" width="1" height="1"&gt;</description><category domain="http://dotnetmarche.org/blogs/externalblogs/archive/tags/Office/default.aspx">Office</category></item></channel></rss>