

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Plastic/Blog</title>
	<atom:link href="http://blog.codiceplastico.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codiceplastico.com</link>
	<description>Code Elegance</description>
	<lastBuildDate>Sat, 20 Feb 2010 19:48:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Contextual Domain Models</title>
		<link>http://blog.codiceplastico.com/index.php/2010/02/20/context-domain-models/</link>
		<comments>http://blog.codiceplastico.com/index.php/2010/02/20/context-domain-models/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 17:30:46 +0000</pubDate>
		<dc:creator>Emanuele DelBono</dc:creator>
				<category><![CDATA[Emanuele DelBono]]></category>

		<guid isPermaLink="false">http://blog.codiceplastico.com/?p=289</guid>
		<description><![CDATA[One of the most well known enterprise pattern is the Domain Model often used in an Onion architecture or Hexagonal architecture: the DM as the center of our application.
I totally agree with that implementation, but, today, I’m not sure that this center should be one and only one.
The doubt is born during a big refactoring [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most well known enterprise pattern is the <a href="http://en.wikipedia.org/wiki/Domain_model">Domain Model</a> often used in an <a href="http://jeffreypalermo.com/blog/the-onion-architecture-part-1/">Onion</a> architecture or <a href="http://alistair.cockburn.us/Hexagonal+architecture">Hexagonal</a> architecture: the DM as the center of our application.</p>
<p>I totally agree with that implementation, but, today, I’m not sure that this center should be one and only one.</p>
<p>The doubt is born during a big refactoring of an application that I’m developing with Alessandro. It is a modular application with a front end that the user use to view and manipulate data and a backend that works on that data.</p>
<p>In our case the DM is unique and shared between the frontend and backend.</p>
<p>The problem is that the properties and methods used by the frontend are not always the same of those used by the backend even if they “work” on the same object. They use a different point of view. This take us to have big classes that do two kind of work (<a href="http://en.wikipedia.org/wiki/Single_responsibility_principle">SRP</a> violation?)</p>
<p>The classes of an application are an abstraction of the real domain, this mean that a class will have only some of the characteristics of the real object, it will have only the attributes and operations needed by the application context.</p>
<p>So why should I build a single class for the two purpose?</p>
<p>To push us to a single class is the Database. Often on Db we will have a single table for all the Car information, but…</p>
<p>…the Database is only a storage and the DM should be independent from his persistence representation so that the relation 1 Class &lt;==&gt; 1 Table is not always true.</p>
<p>So I can map a single table on different classes without worrying about the persistence.</p>
<p>Doing this way, I mean splitting the domain model in different sub models, take us to a set of smaller specialized classes independent from the others, that means augmented maintainability and cleaner code.</p>
<p><a href="http://www.udidahan.com/">Udi Dahan</a> talks about this concept here: <a title="http://www.infoq.com/presentations/Making-Roles-Explicit-Udi-Dahan" href="http://www.infoq.com/presentations/Making-Roles-Explicit-Udi-Dahan">http://www.infoq.com/presentations/Making-Roles-Explicit-Udi-Dahan</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codiceplastico.com/index.php/2010/02/20/context-domain-models/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My presentation on Mock Objects (UgiALT.NET Conf)</title>
		<link>http://blog.codiceplastico.com/index.php/2010/01/28/my-presentation-on-mock-objects-ugialt-net-conf/</link>
		<comments>http://blog.codiceplastico.com/index.php/2010/01/28/my-presentation-on-mock-objects-ugialt-net-conf/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 07:50:16 +0000</pubDate>
		<dc:creator>Emanuele DelBono</dc:creator>
				<category><![CDATA[Emanuele DelBono]]></category>
		<category><![CDATA[ALT.NET]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[Mock Objects]]></category>
		<category><![CDATA[Moq]]></category>
		<category><![CDATA[Rhinomocks]]></category>

		<guid isPermaLink="false">http://blog.codiceplastico.com/?p=286</guid>
		<description><![CDATA[Here you can find the slides of the presentation that I did last week at the Italian ALT.NET Conference about mock objects: http://www.slideshare.net/emadb/mocking-2998380
(they are in Italian, sorry)
]]></description>
			<content:encoded><![CDATA[<p>Here you can find the slides of the presentation that I did last week at the Italian ALT.NET Conference about mock objects: <a title="http://www.slideshare.net/emadb/mocking-2998380" href="http://www.slideshare.net/emadb/mocking-2998380">http://www.slideshare.net/emadb/mocking-2998380</a></p>
<p>(they are in Italian, sorry)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codiceplastico.com/index.php/2010/01/28/my-presentation-on-mock-objects-ugialt-net-conf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UgiALT.NET V Conference</title>
		<link>http://blog.codiceplastico.com/index.php/2010/01/25/ugialt-net-v-conference/</link>
		<comments>http://blog.codiceplastico.com/index.php/2010/01/25/ugialt-net-v-conference/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 16:55:21 +0000</pubDate>
		<dc:creator>Emanuele DelBono</dc:creator>
				<category><![CDATA[Emanuele DelBono]]></category>

		<guid isPermaLink="false">http://blog.codiceplastico.com/index.php/2010/01/25/ugialt-net-v-conference/</guid>
		<description><![CDATA[Last Saturday there was the winter edition of the Italian ALT.NET conference. The 5th edition. It was a great day, with more the 130 participants, 20 sessions about DDD, BDD, TDD, SQL and NO-SQL Database, REST, Dynamic Languages, agility, Refactoring, #Architecture, Mock Objects, HTML5, iPhone, Monotouch, JQuery and many more themes.
One of the aspects that [...]]]></description>
			<content:encoded><![CDATA[<p>Last Saturday there was the winter edition of the Italian ALT.NET conference. The 5th edition. It was a great day, with more the 130 participants, 20 sessions about DDD, BDD, TDD, SQL and NO-SQL Database, REST, Dynamic Languages, agility, Refactoring, #Architecture, Mock Objects, HTML5, iPhone, Monotouch, JQuery and many more themes.</p>
<p>One of the aspects that characterize the ALT.NET conference is the high level of the sessions (there was no entry level sessions) and the high level of the attendees. In every session that I followed there were always a discussion on the topic and the speaker leaves the attendees speak and tell their opinion so that everybody can learn from the others. Most discussion has continued in the hall and in the others rooms available for open spaces.</p>
<p>For me, <a href="http://codeclimber.net.nz/">Simone</a> and <a href="http://testdrivendevelopment.wordpress.com/">Claudio</a> it was an hard day dealing with the organization, but most attendees help us when needed, so my thanks goes to all the people that help us yesterday.</p>
<p>Other thanks to the speakers, most of them came from other cities, <a href="http://hadihariri.com/blogengine/">Hadi</a> and <a href="http://weblogs.asp.net/chrishardy/">Chris</a> from another country. Thanks for coming.</p>
<p>Finally the donors, this year we collected money from donors that gave us something to cover the costs. It went great. With the donations we cover all the costs and we have more money for the next edition (june? july?).</p>
<p>I’m really happy, in 3 year we built a .NET community that is not tied to the .NET framework but is interested in all the technologies that helps the developer to build better software.</p>
<p>Here are some photos: <a href="http://picasaweb.google.com/diegoguidi/Milano23012010">http://picasaweb.google.com/diegoguidi/Milano23012010</a> </p>
<p>In the next days we will publish the slides and demos from the presentations.</p>
<p>&#160;</p>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b3d264f7-d21d-4634-b593-d5149c9049f5" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/UgiALT.NET" rel="tag">UgiALT.NET</a>,<a href="http://technorati.com/tags/ALT.NET" rel="tag">ALT.NET</a>,<a href="http://technorati.com/tags/Conference" rel="tag">Conference</a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.codiceplastico.com/index.php/2010/01/25/ugialt-net-v-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Experiments with MongoDb</title>
		<link>http://blog.codiceplastico.com/index.php/2010/01/05/experiments-with-mongodb/</link>
		<comments>http://blog.codiceplastico.com/index.php/2010/01/05/experiments-with-mongodb/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 18:19:33 +0000</pubDate>
		<dc:creator>Emanuele DelBono</dc:creator>
				<category><![CDATA[Emanuele DelBono]]></category>
		<category><![CDATA[Document Database]]></category>
		<category><![CDATA[MongoDb]]></category>

		<guid isPermaLink="false">http://blog.codiceplastico.com/index.php/2010/01/05/experiments-with-mongodb/</guid>
		<description><![CDATA[During the Xmas holidays I found the time to have a look at MongoDb a Document oriented Database where the schema is based on JSON.
I downloaded the binaries and the C# Driver and I started some experiments.
The setup-time is minimal, the server is a console application that remain ready on a certain port:

D:\mongodb-win32-x86_64-1.2.1\bin&#62;mongod.exe --dbpath ./data


Tue [...]]]></description>
			<content:encoded><![CDATA[<p>During the Xmas holidays I found the time to have a look at <a href="http://www.mongodb.org">MongoDb</a> a Document oriented Database where the schema is based on JSON.</p>
<p>I downloaded the binaries and the <a href="http://github.com/samus/mongodb-csharp/tree/master">C# Driver</a> and I started some experiments.</p>
<p>The setup-time is minimal, the server is a console application that remain ready on a certain port:</p>
<pre style="border-bottom: #cecece 1px solid; border-left: #cecece 1px solid; padding-bottom: 5px; background-color: #fbfbfb; min-height: 40px; padding-left: 5px; width: 650px; padding-right: 5px; overflow: auto; border-top: #cecece 1px solid; border-right: #cecece 1px solid; padding-top: 5px">
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">D:\mongodb-win32-x86_64-1.2.1\bin&gt;mongod.exe --dbpath ./data
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"></pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">Tue Jan 05 19:16:20 Mongo DB : starting : pid = 0 port = 27017 dbpath = ./data m
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">aster = 0 slave = 0  64-bit
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">Tue Jan 05 19:16:20 db version v1.2.1, pdfile version 4.5
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">Tue Jan 05 19:16:20 git version: 45992de574979343f34fdfe96b069d5d1eff0182
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">Tue Jan 05 19:16:20 sys info: windows (6, 0, 6002, 2, 'Service Pack 2') BOOST_LI
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">B_VERSION=1_39
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">Tue Jan 05 19:16:20 waiting for connections on port 27017
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"></pre>
</pre>
<p>Above I simply specified the data folder even if there are a lot of parameters you can set.</p>
<p>The first sample that I write is this:</p>
<pre style="border-bottom: #cecece 1px solid; border-left: #cecece 1px solid; padding-bottom: 5px; background-color: #fbfbfb; min-height: 40px; padding-left: 5px; width: 650px; padding-right: 5px; overflow: auto; border-top: #cecece 1px solid; border-right: #cecece 1px solid; padding-top: 5px">
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">Mongo mongo = <span style="color: #0000ff">new</span> Mongo();
</pre>
<pre style="background-color: #ffffff; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">mongo.Connect();
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">Database db = mongo.getDB(&quot;<span style="color: #8b0000">MyTestDb</span>&quot;);
</pre>
<pre style="background-color: #ffffff; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">IMongoCollection posts = db.GetCollection(&quot;<span style="color: #8b0000">Persons</span>&quot;);
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"></pre>
<pre style="background-color: #ffffff; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">Document doc = <span style="color: #0000ff">new</span> Document();
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">doc[&quot;<span style="color: #8b0000">Name</span>&quot;] = &quot;<span style="color: #8b0000">Emanele</span>&quot;;
</pre>
<pre style="background-color: #ffffff; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">doc[&quot;<span style="color: #8b0000">Surname</span>&quot;] = &quot;<span style="color: #8b0000">DelBono</span>&quot;;
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">posts.Insert(doc);
</pre>
<pre style="background-color: #ffffff; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"></pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"></pre>
<pre style="background-color: #ffffff; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">Document example = <span style="color: #0000ff">new</span> Document();
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">example[&quot;<span style="color: #8b0000">Name</span>&quot;] = &quot;<span style="color: #8b0000">Emanuele</span>&quot;;
</pre>
<pre style="background-color: #ffffff; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">ICursor cursor = posts.Find(example);
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"></pre>
<pre style="background-color: #ffffff; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px"><span style="color: #0000ff">foreach</span> (Document document <span style="color: #0000ff">in</span> cursor.Documents)
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">{
</pre>
<pre style="background-color: #ffffff; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">  Console.WriteLine(document.ToString());
</pre>
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,&#39;Courier New&#39;,courier,monospace; font-size: 12px">}</pre>
</pre>
<p>The first block is needed to open the “connection” to the database and to select with collection to work with.</p>
<p>Then I create a new Document and I fill in the key value pairs. The Document class is a dictionary that keep the document data and in JSON format and is converted BSON by the driver when the insert instruction get called.</p>
<p>The third block is a query to the database. I created a new document with a property name and the needed value, the Find method get a cursor from the database with all the matching document (i.e. all the persons whose name is Emanuele).</p>
<p>The power is in the storage and query method. You can create a complex document (with sub-documents, collection and so on) and store like a simple document.</p>
<p>This is a very first basic example on how to setup and run a micro-application on MongoDb, I’m now working on an extension to transform domain model objects in Document hierarchies so I can avoid the manual mapping from a Person class to the Document class.</p>
<p>Maybe in a next post I’ll talk more about that.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codiceplastico.com/index.php/2010/01/05/experiments-with-mongodb/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Avoid DataGrid*</title>
		<link>http://blog.codiceplastico.com/index.php/2009/11/15/avoid-datagrid/</link>
		<comments>http://blog.codiceplastico.com/index.php/2009/11/15/avoid-datagrid/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 18:19:36 +0000</pubDate>
		<dc:creator>Emanuele DelBono</dc:creator>
				<category><![CDATA[Emanuele DelBono]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://blog.codiceplastico.com/index.php/2009/11/15/avoid-datagrid/</guid>
		<description><![CDATA[A lot of software houses are migrating their application to the (new) WPF framework to take advantage of all the new stuff (layout models, controls, templates, styles,…)
WPF leave to the developers the freedom to realize appealing user interfaces that support an alternative interaction model not tied to the old windows controls. The benefits for the [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of software houses are migrating their application to the (new) WPF framework to take advantage of all the new stuff (layout models, controls, templates, styles,…)</p>
<p>WPF leave to the developers the freedom to realize appealing user interfaces that support an alternative interaction model not tied to the old windows controls. The benefits for the end user are countless, more productivity, easier interaction, information “find-ability”, and so on…</p>
<p>But what happens most of the times?</p>
<p>As soon as a new developer opens Visual Studio he asks: “Where’s the DataGrid?”</p>
<p>Why?? Is it possible that the only way that a developer knows to show some data on the screen is to put it in a grid?</p>
<p>I developed a bunch of WPF applications and only in one case I used the DataGrid, I always used ListBoxes, ItemControls, StackPanles….using a template to customize their appearance to show the most important information and to give the user the ability to drill down into the details when needed.</p>
<p>So, please, please, with WPF we have the power in our keyboard don’t use datagrids to show your data, think about your user!</p>
<p>The web is full of examples that don’t use the DataGrid (Google and Amazon for example) so don’t be lazy, take time to design a better user interface!</p>
<p>&#160;</p>
<p>* No datagrid was used to write this post</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codiceplastico.com/index.php/2009/11/15/avoid-datagrid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile Testing Days 2010</title>
		<link>http://blog.codiceplastico.com/index.php/2009/11/06/agile-testing-days-2010/</link>
		<comments>http://blog.codiceplastico.com/index.php/2009/11/06/agile-testing-days-2010/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 21:15:36 +0000</pubDate>
		<dc:creator>Emanuele DelBono</dc:creator>
				<category><![CDATA[Emanuele DelBono]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[AgileTD]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.codiceplastico.com/index.php/2009/11/06/agile-testing-days-2010/</guid>
		<description><![CDATA[The call for paper for the AgileTestingDays 2010 is open, you can submit your proposal on the site.
I&#8217;m thinking in these days about a session on testing from a developer perspective. 
]]></description>
			<content:encoded><![CDATA[<p>The call for paper for the AgileTestingDays 2010 is open, you can submit your proposal on the <a href="http://www.agiletestingdays.com">site</a>.<br />
I&#8217;m thinking in these days about a session on testing from a developer perspective. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codiceplastico.com/index.php/2009/11/06/agile-testing-days-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AgileTestingDays&#8230;a beautiful experience</title>
		<link>http://blog.codiceplastico.com/index.php/2009/10/18/agiletestingdays-a-beautiful-experience/</link>
		<comments>http://blog.codiceplastico.com/index.php/2009/10/18/agiletestingdays-a-beautiful-experience/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 11:59:03 +0000</pubDate>
		<dc:creator>Alessandro Melchiori</dc:creator>
				<category><![CDATA[Alessandro Melchiori]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Agile testing days]]></category>
		<category><![CDATA[AgileTestingDays]]></category>

		<guid isPermaLink="false">http://blog.codiceplastico.com/?p=278</guid>
		<description><![CDATA[The past week, Emanuele and I were in berlin to attend the agile testing days conference.
We made a speech about Continuous Integration, from theory to practice. It was my first &#8220;international&#8221; speech and it gone quite fine.
In those days I saw and I spoke with a lot of &#8220;agile-guru&#8221; like Tom and Mary Poppendieck and [...]]]></description>
			<content:encoded><![CDATA[<p>The past week, Emanuele and I were in berlin to attend the agile testing days conference.<br />
We made a speech about Continuous Integration, from theory to practice. It was my first &#8220;international&#8221; speech and it gone quite fine.<br />
In those days I saw and I spoke with a lot of &#8220;agile-guru&#8221; like Tom and Mary Poppendieck and it was a beautiful experience.<br />
The percept I had is that the rest of Europe is much more advanced than Italy about agile methodologies and theirs adoption.<br />
For example, Sometimes when we go to our customers and suggest some agile practices, they look us in a strange way&#8230;I don&#8217;t know why? Some other speaker, instead, told me that in UK or in Germany, for example, the adoption of agile methodologies is almost a standard-de-facto and with their customers they speak about user stories or continuous integration in a natural way. I hope it will be like this also in Italy.</p>
<p>In conclusion, many thanks to Jose and all his staff for the great organization and&#8230;see you the next year!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codiceplastico.com/index.php/2009/10/18/agiletestingdays-a-beautiful-experience/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Slides and demo of our session</title>
		<link>http://blog.codiceplastico.com/index.php/2009/10/14/slides-and-demo-of-our-session/</link>
		<comments>http://blog.codiceplastico.com/index.php/2009/10/14/slides-and-demo-of-our-session/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 11:31:52 +0000</pubDate>
		<dc:creator>Emanuele DelBono</dc:creator>
				<category><![CDATA[Emanuele DelBono]]></category>
		<category><![CDATA[AgileTD]]></category>
		<category><![CDATA[AgileTestingDays]]></category>
		<category><![CDATA[Continuous Integration]]></category>

		<guid isPermaLink="false">http://blog.codiceplastico.com/?p=276</guid>
		<description><![CDATA[You can get the powerpoint presentation and the demos of our session about Continous Integration at the Agile Testing Days here: link
If you need help or some information on how to use them feel free to contact us!
]]></description>
			<content:encoded><![CDATA[<p>You can get the powerpoint presentation and the demos of our session about Continous Integration at the <a href="http://www.agiletestingdays.com" target="_blank">Agile Testing Days</a> here: <a href="http://www.codiceplastico.com/files/AgileTestingDays.zip">link</a></p>
<p>If you need help or some information on how to use them feel free to contact us!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codiceplastico.com/index.php/2009/10/14/slides-and-demo-of-our-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>@Berlin</title>
		<link>http://blog.codiceplastico.com/index.php/2009/10/12/berlin/</link>
		<comments>http://blog.codiceplastico.com/index.php/2009/10/12/berlin/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 09:48:12 +0000</pubDate>
		<dc:creator>Alessandro Melchiori</dc:creator>
				<category><![CDATA[Alessandro Melchiori]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Agile testing days]]></category>

		<guid isPermaLink="false">http://blog.codiceplastico.com/?p=274</guid>
		<description><![CDATA[Finally, we are in Berlin! Emanuele and I arrived yesterday, after a long travel.
It&#8217;s very cold: on saturday, I had a t-shirt on, today in Berlin it&#8217;s snowing almost.
Yesterday I had a half-marathon with Ema, but the first impact with this city is not so good&#8230;maybe for the rain, maybe for the weather or maybe [...]]]></description>
			<content:encoded><![CDATA[<p>Finally, we are in Berlin! <a href="http://blogs.ugidotnet.org/blogema">Emanuele</a> and I arrived yesterday, after a long travel.<br />
It&#8217;s very cold: on saturday, I had a t-shirt on, today in Berlin it&#8217;s snowing almost.<br />
Yesterday I had a half-marathon with Ema, but the first impact with this city is not so good&#8230;maybe for the rain, maybe for the weather or maybe because I woke up 24 hours before.<br />
The <a href="http://www.agiletestingdays.com">conference</a> starts and today is the tutorials-day&#8230;it&#8217;s a good chanche to finish my demo for wednesday <img src='http://blog.codiceplastico.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codiceplastico.com/index.php/2009/10/12/berlin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile testing days&#8230;we&#8217;re arriving (almost)</title>
		<link>http://blog.codiceplastico.com/index.php/2009/10/08/agile-testing-days-were-arriving-almost/</link>
		<comments>http://blog.codiceplastico.com/index.php/2009/10/08/agile-testing-days-were-arriving-almost/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 19:53:53 +0000</pubDate>
		<dc:creator>Alessandro Melchiori</dc:creator>
				<category><![CDATA[Alessandro Melchiori]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Agile testing days]]></category>
		<category><![CDATA[CI]]></category>

		<guid isPermaLink="false">http://blog.codiceplastico.com/?p=270</guid>
		<description><![CDATA[This afternoon, Emanuele and I have built the demo for the agile testing days.
Our idea is that to completely (more or less) reproduce the build environment that the team uses all days in our projects. The tasks that we have scheduled are:
- automatic assemblies versioning
- integrating database changes
- build
- running unit tests
- running integration tests
- [...]]]></description>
			<content:encoded><![CDATA[<p>This afternoon, <a href="http://blog.codiceplastico.com/index.php/category/emanuele/" target="_blank">Emanuele</a> and I have built the demo for the <a href="http://www.agiletestingdays.com">agile testing days</a>.<br />
Our idea is that to completely (more or less) reproduce the build environment that the team uses all days in our projects. The tasks that we have scheduled are:</p>
<p>- automatic assemblies versioning<br />
- integrating database changes<br />
- build<br />
- running unit tests<br />
- running integration tests<br />
- deploying<br />
- code metrics (and more over) with source monitor, fxcop and simian</p>
<p>The time available is not so much, and we have tried to choose must useful tasks (for us, obviously)<br />
Any other ideas? Suggestions? Tasks that do you want to investigate?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codiceplastico.com/index.php/2009/10/08/agile-testing-days-were-arriving-almost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
