<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>StrangeLog - The (english) blog of Andrea Saltarello</title>
        <link>http://blogs.ugidotnet.org/mrbrightside/Default.aspx</link>
        <description>Life in the so-called space age</description>
        <language>en-US</language>
        <copyright>Andrea Saltarello</copyright>
        <managingEditor>andysal@gmail.com</managingEditor>
        <generator>Subtext Version 2.0.0.43</generator>
        <image>
            <title>StrangeLog - The (english) blog of Andrea Saltarello</title>
            <url>http://blogs.ugidotnet.org/images/RSS2Image.gif</url>
            <link>http://blogs.ugidotnet.org/mrbrightside/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>NSK goes to CodePlex</title>
            <link>http://blogs.ugidotnet.org/mrbrightside/archive/2006/09/24/48592.aspx</link>
            <description>&lt;p&gt;&lt;strong&gt;&lt;a href="http://download.manageddesigns.it/nsk.aspx" target="_blank"&gt;Northwind Starter Kit&lt;/a&gt;&lt;/strong&gt; has moved to &lt;strong&gt;CodePlex&lt;/strong&gt;: the new home page is &lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=NSK" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Technorati Tags: &lt;a href="http://technorati.com/tag/codeplex" rel="tag"&gt;codeplex&lt;/a&gt; &lt;a href="http://technorati.com/tag/NSK" rel="tag"&gt;NSK&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.ugidotnet.org/mrbrightside/aggbug/48592.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Andrea Saltarello</dc:creator>
            <guid>http://blogs.ugidotnet.org/mrbrightside/archive/2006/09/24/48592.aspx</guid>
            <pubDate>Sun, 24 Sep 2006 10:03:00 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/mrbrightside/comments/48592.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/mrbrightside/archive/2006/09/24/48592.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/mrbrightside/comments/commentRss/48592.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/mrbrightside/services/trackbacks/48592.aspx</trackback:ping>
        </item>
        <item>
            <title>INETA web site talks about italian UG meetings</title>
            <category>INETA</category>
            <link>http://blogs.ugidotnet.org/mrbrightside/archive/2006/07/14/44646.aspx</link>
            <description>&lt;p&gt;Thanks to my friend &lt;a href="http://weblogs.asp.net/lbarbieri/"&gt;Lorenzo&lt;/a&gt;, the italian &lt;a href="http://europe.ineta.org/Countries/Italy/Home/tabid/231/Default.aspx"&gt;page&lt;/a&gt; of INETA Europe website is up and running. Even better, the page shows the annoucement of UGIdotNET's next meeting. All hail for Lorenzo!&lt;/p&gt; &lt;p&gt;Technorati Tags: &lt;a href="http://technorati.com/tag/UGIdotNET" rel="tag"&gt;UGIdotNET&lt;/a&gt; &lt;a href="http://technorati.com/tag/INETA" rel="tag"&gt;INETA&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.ugidotnet.org/mrbrightside/aggbug/44646.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Andrea Saltarello</dc:creator>
            <guid>http://blogs.ugidotnet.org/mrbrightside/archive/2006/07/14/44646.aspx</guid>
            <pubDate>Fri, 14 Jul 2006 10:58:00 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/mrbrightside/comments/44646.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/mrbrightside/archive/2006/07/14/44646.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/mrbrightside/comments/commentRss/44646.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/mrbrightside/services/trackbacks/44646.aspx</trackback:ping>
        </item>
        <item>
            <title>Northwind Starter Kit source code released</title>
            <link>http://blogs.ugidotnet.org/mrbrightside/archive/2006/03/01/35838.aspx</link>
            <description>&lt;p&gt;As my friend Dino &lt;a href="http://weblogs.asp.net/despos/archive/2006/02/28/439257.aspx"&gt;already announced&lt;/a&gt;, the &lt;a href="http://nsk.sourceforge.net/"&gt;&lt;strong&gt;Northwind Starter Kit&lt;/strong&gt;&lt;/a&gt; has finally been released. Let me just bore you with a little bit of history. During the last years, I noticed a growing interest within the .NET community for topics (I'm in love with) like: design patterns, unit testing, (agile) methodologies and so on. Being a regular speaker at Microsoft events here in Italy, I found myself in need to set up presentations and demos covering these topics. Instead of creating "synthetic" code, I decided to create a simple "reference" application in order to show it during my talks. This app:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Should be based on a layered architecture, implemented as a service layer and sporting a "real world" domain model  &lt;/li&gt;&lt;li&gt;Should use well-known design patterns and eventually idiomatic design considerations, showing the rationale behind all these choices  &lt;/li&gt;&lt;li&gt;Should use Northwind as its default database, in order to easen its deploy. It should also be decoupled from the physical structure of the database, in order to allow to use different stores  &lt;/li&gt;&lt;li&gt;Should offer unit tests  &lt;/li&gt;&lt;li&gt;Should be available with both web-based and smart client GUIs  &lt;/li&gt;&lt;li&gt;Should be documented in... some way :-)&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Since I'm not a full time speaker/trainer/author (I must confess that in my real life I work as a software architect at &lt;a href="http://www.manageddesigns.it/"&gt;Managed Designs&lt;/a&gt;), I could only use spare time in order to implement the the application: I had some working code, but it was far from being (and still is, to be honest) the "reference app" I dreamt about. So I looked around in order to make this app a community supported project, christening it "Northwind Starter Kit" (NSK) and releasing it under the &lt;a href="http://www.opensource.org/licenses/cpl1.0.php"&gt;Common Public License&lt;/a&gt;. Then I contacted &lt;a href="http://blogs.ugidotnet.org/luKa/"&gt;luKa&lt;/a&gt; and &lt;a href="http://blogs.aspitalia.com/rickyvr/"&gt;Ricky&lt;/a&gt; that accepted to be part of the "core team" of the project, and later even Dino joined the project. Last week we released a first drop of the code, on which we're still working. So, what re we going to do from now on? We won't save the world. We'll simply continue to work on the project, hoping to see both the app and the team growing as time passes. There's still a *lot* of work to do. Would you like to help us? &lt;a href="http://sourceforge.net/project/showfiles.php?group_id=153012"&gt;Download&lt;/a&gt; the archive, expand it, modify the connection string stored within the config file, and run your favourite flavour of the GUI (windows or web). Should you: have trouble doing this, experience exceptions using the application or spot errors within the source code, please &lt;a href="http://blogs.ugidotnet.org/mrbrightside/contact.aspx"&gt;contact me&lt;/a&gt; or discuss the issue(s) using the &lt;a href="http://sourceforge.net/forum/?group_id=153012"&gt;forums&lt;/a&gt; in order to give us feedback. We hope we will be able to set up a collaborative development process: time will tell, but in the meanwhile, we'll continue to work onto NSK.&lt;/p&gt; &lt;p&gt;Technorati Tags: &lt;a href="http://technorati.com/tag/NSK" rel="tag"&gt;NSK&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.ugidotnet.org/mrbrightside/aggbug/35838.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Andrea Saltarello</dc:creator>
            <guid>http://blogs.ugidotnet.org/mrbrightside/archive/2006/03/01/35838.aspx</guid>
            <pubDate>Wed, 01 Mar 2006 01:32:00 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/mrbrightside/comments/35838.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/mrbrightside/archive/2006/03/01/35838.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/mrbrightside/comments/commentRss/35838.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/mrbrightside/services/trackbacks/35838.aspx</trackback:ping>
        </item>
        <item>
            <title>New kids on the... blog</title>
            <link>http://blogs.ugidotnet.org/mrbrightside/archive/2006/02/16/34945.aspx</link>
            <description>It seems that my friend (and VB/WPF guru at &lt;A href="http://www.manageddesigns.it"&gt;Managed Designs&lt;/A&gt;) Corrado started its english &lt;A href="http://blogs.ugidotnet.org/ccavalli"&gt;blog&lt;/A&gt;. Don't miss it!&lt;img src="http://blogs.ugidotnet.org/mrbrightside/aggbug/34945.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Andrea Saltarello</dc:creator>
            <guid>http://blogs.ugidotnet.org/mrbrightside/archive/2006/02/16/34945.aspx</guid>
            <pubDate>Wed, 15 Feb 2006 23:20:00 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/mrbrightside/comments/34945.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/mrbrightside/archive/2006/02/16/34945.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/mrbrightside/comments/commentRss/34945.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/mrbrightside/services/trackbacks/34945.aspx</trackback:ping>
        </item>
        <item>
            <title>[OT] Anders Powers</title>
            <link>http://blogs.ugidotnet.org/mrbrightside/archive/2005/11/03/29159.aspx</link>
            <description>Ok... Coulnd't resist to reveal &lt;A href="http://www.wiltamuth.com/blog/shipparty/"&gt;Anders real identity&lt;/A&gt; to the world: the truth is out there!&amp;nbsp;&amp;lt;g&amp;gt;&lt;img src="http://blogs.ugidotnet.org/mrbrightside/aggbug/29159.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Andrea Saltarello</dc:creator>
            <guid>http://blogs.ugidotnet.org/mrbrightside/archive/2005/11/03/29159.aspx</guid>
            <pubDate>Thu, 03 Nov 2005 18:24:00 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/mrbrightside/comments/29159.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/mrbrightside/archive/2005/11/03/29159.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/mrbrightside/comments/commentRss/29159.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/mrbrightside/services/trackbacks/29159.aspx</trackback:ping>
        </item>
        <item>
            <title>Membership API article (reloaded)</title>
            <link>http://blogs.ugidotnet.org/mrbrightside/archive/2005/10/29/28930.aspx</link>
            <description>&lt;A href="http://weblogs.asp.net/despos" target=_blank&gt;Dino&lt;/A&gt; just told me that our &lt;A href="http://msdn.microsoft.com/msdnmag/issues/05/11/Membership/default.aspx"&gt;article&lt;/A&gt; has been puslished&amp;nbsp;in the european edition&amp;nbsp;of MSDN Magazine, too.&amp;nbsp;Honest: I'm waiting&amp;nbsp;to receive my copy in order to understan how&amp;nbsp;this new&amp;nbsp;edition&amp;nbsp;of the mag differentiates from the US one.&lt;img src="http://blogs.ugidotnet.org/mrbrightside/aggbug/28930.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Andrea Saltarello</dc:creator>
            <guid>http://blogs.ugidotnet.org/mrbrightside/archive/2005/10/29/28930.aspx</guid>
            <pubDate>Sat, 29 Oct 2005 14:25:00 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/mrbrightside/comments/28930.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/mrbrightside/archive/2005/10/29/28930.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/mrbrightside/comments/commentRss/28930.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/mrbrightside/services/trackbacks/28930.aspx</trackback:ping>
        </item>
        <item>
            <title>Some thoughts about ASP.NET 2.0</title>
            <link>http://blogs.ugidotnet.org/mrbrightside/archive/2005/10/29/28921.aspx</link>
            <description>&lt;P&gt;As Soma &lt;A href="http://blogs.msdn.com/somasegar/archive/2005/10/27/485665.aspx" target=_blank&gt;pointed out&lt;/A&gt;, VS2005 is finally out: it's been a long way since the early bits we (alpha testers) got in May 2003.&amp;nbsp;&lt;A href="http://www.microsoft.com/emea/msdn/betaexperience/nlarchive/issue_4/saltarello.aspx" target=_blank&gt;These&lt;/A&gt; are a bunch of thoughts of mine about ASP.NET v2 I wrote for Microsoft EMEA "Beta Experience" newsletter.&lt;/P&gt;&lt;img src="http://blogs.ugidotnet.org/mrbrightside/aggbug/28921.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Andrea Saltarello</dc:creator>
            <guid>http://blogs.ugidotnet.org/mrbrightside/archive/2005/10/29/28921.aspx</guid>
            <pubDate>Sat, 29 Oct 2005 11:01:00 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/mrbrightside/comments/28921.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/mrbrightside/archive/2005/10/29/28921.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/mrbrightside/comments/commentRss/28921.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/mrbrightside/services/trackbacks/28921.aspx</trackback:ping>
        </item>
        <item>
            <title>Strange things happening during Microsoft events...</title>
            <link>http://blogs.ugidotnet.org/mrbrightside/archive/2005/10/20/28310.aspx</link>
            <description>The &lt;A href="http://download.ugidotnet.org/blog/pape/media/2jedis.wmv"&gt;one&lt;/A&gt; where I, as the .NET Padawan, try to save the community from &lt;A href="http://weblogs.asp.net/lbarbieri/archive/2005/10/17/427637.aspx"&gt;Lorenzo the Sith&lt;/A&gt;, a.k.a. Darth Java.&lt;img src="http://blogs.ugidotnet.org/mrbrightside/aggbug/28310.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Andrea Saltarello</dc:creator>
            <guid>http://blogs.ugidotnet.org/mrbrightside/archive/2005/10/20/28310.aspx</guid>
            <pubDate>Wed, 19 Oct 2005 22:57:00 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/mrbrightside/comments/28310.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/mrbrightside/archive/2005/10/20/28310.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/mrbrightside/comments/commentRss/28310.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/mrbrightside/services/trackbacks/28310.aspx</trackback:ping>
        </item>
        <item>
            <title>Microsoft, where do you want to go *tomorrow*?</title>
            <link>http://blogs.ugidotnet.org/mrbrightside/archive/2005/10/18/28223.aspx</link>
            <description>&lt;P&gt;Thanks to my friend &lt;A href="http://blogs.ugidotnet.org/lbarbieri/archive/2005/10/18/28186.aspx"&gt;Lorenzo&lt;/A&gt;, I got the &lt;A href="http://www.eclipsezone.com/eclipse/forums/t52526.html"&gt;news&lt;/A&gt; about Ward Cunningham leaving Microsoft. I had the pleasure and honour to meet Ward at the CodeSlam night we had at the Campus in Seattle, during the MVP Summit, and I remember how happy I was when he joined MS, a couple of years ago. Ward leaving is MS really is bad, bad news. But the worse part is that I do really can't blame neither him nor his choice to become the tenth Eclipse employee. Frankly, I cannot understand the rationale behind having Ward on board and limiting him within the PAG team, while I *suppose* he could be great help (at least) for the TFS Product Team. And... What about NUnit's creator James Newkirk, who's also employed within the PAG team? And... What's the point in announcing an unaffordable price for TFS? And.. &lt;A href="http://blogs.ugidotnet.org/pape/archive/2004/06/25/213.aspx"&gt;Again&lt;/A&gt; , why aren't we going to get the unit testing toolkit with *every* Visual Studio edition? To me, the whole strategy behind Microsoft's approach to the project life-cycle management appears questionable (at the very least).&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Source:&amp;nbsp;&lt;A href="http://www.peterprovost.org/archive/2005/10/17/8707.aspx"&gt;It's Official: Ward Cunningham Hired By Eclipse&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.ugidotnet.org/mrbrightside/aggbug/28223.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Andrea Saltarello</dc:creator>
            <guid>http://blogs.ugidotnet.org/mrbrightside/archive/2005/10/18/28223.aspx</guid>
            <pubDate>Tue, 18 Oct 2005 12:42:00 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/mrbrightside/comments/28223.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/mrbrightside/archive/2005/10/18/28223.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/mrbrightside/comments/commentRss/28223.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/mrbrightside/services/trackbacks/28223.aspx</trackback:ping>
        </item>
    </channel>
</rss>