<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>GAX/GAT</title>
        <link>http://geekswithblogs.net/jescrich/category/6023.aspx</link>
        <description>GAX/GAT</description>
        <language>en-US</language>
        <copyright>Jose Escrich</copyright>
        <managingEditor>jescrich@gmail.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>Testing T4 templates using mock framework (MoQ)</title>
            <link>http://geekswithblogs.net/jescrich/archive/2008/02/27/testing-t4-templates-using-mock-framework-moq.aspx</link>
            <description>&lt;p&gt;Some time ago I wrote a &lt;a href="http://weblogs.asp.net/jescrich/archive/2007/05.aspx" target="_blank"&gt;post in which I talk about how you can do unit tests over your text templates using the GAX Host&lt;/a&gt;. In that example I used a very simple template which receives just a couple of string properties. But it becomes more complicated when you have properties which are complex types ok I know, most probably you're thinking that can resolve that just creating your own mock objects and you're right. &lt;/p&gt;  &lt;p&gt;But the thing is that you can do that in a really easiest way using a mock framework. I will not speak here about &lt;a href="http://www.hanselman.com/blog/MoqLinqLambdasAndPredicatesAppliedToMockObjects.aspx" target="_blank"&gt;mock frameworks&lt;/a&gt; so you can find a lot of posts about it. I'll speak about &lt;a href="http://code.google.com/p/moq/" target="_blank"&gt;MoQ&lt;/a&gt; which is a new mock framework developed by &lt;a title="ClariuS" href="http://clariusconsulting.net" target="_blank"&gt;Clarius&lt;/a&gt; and other companies. You can know more about &lt;a href="http://code.google.com/p/moq/" target="_blank"&gt;MoQ&lt;/a&gt; in the &lt;a href="http://www.clariusconsulting.net/blogs/kzu/archive/2007/12/18/46465.aspx" target="_blank"&gt;Daniel's blog&lt;/a&gt; and in its &lt;a href="http://code.google.com/p/moq/" target="_blank"&gt;Google code page&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;In the following example what I did was create a simple text template which uses an IEntitySchema object to create something like a Business Entity, so here we got an issue because we need an instance of that IEntitySchema and, the way to get it using the classic TDD approach, is creating an explicit Mock object. &lt;/p&gt;  &lt;p&gt;So here is when MoQ comes to the rescue, if you see the code snippet it has a call to new Mock&amp;lt;IEntitySchema&amp;gt;() which will creates a proxy of an IEntitySchema implementation. After that, I defined our expectations for each interface signature in where we want to test an interaction.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/jescrich/WindowsLiveWriter/dbd54a048c0f_F0F4/image_6.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="403" alt="image" src="http://geekswithblogs.net/images/geekswithblogs_net/jescrich/WindowsLiveWriter/dbd54a048c0f_F0F4/image_thumb_2.png" width="592" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/jescrich/WindowsLiveWriter/dbd54a048c0f_F0F4/image_8.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="431" alt="image" src="http://geekswithblogs.net/images/geekswithblogs_net/jescrich/WindowsLiveWriter/dbd54a048c0f_F0F4/image_thumb_3.png" width="627" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;So, at that point we're ready to perform the tests and make all the assertions, plus the really interesting thing, which is the verification of all our expectations. That basically means that, beside make the assertions over states, now we can check if some interactions was made or not (in other words if some method or some property in the interface has been called or not and if was called with certain parameters values and types or not). &lt;/p&gt;  &lt;p&gt;I think that the test interactions are a really interesting thing to include in our classic Todd fixtures.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.latincoder.com/samples/T4FixtureSample.rar" target="_blank"&gt;Download Sample Code&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Enjoy.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=120025"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=120025" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/jescrich/aggbug/120025.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Jose Escrich</dc:creator>
            <guid>http://geekswithblogs.net/jescrich/archive/2008/02/27/testing-t4-templates-using-mock-framework-moq.aspx</guid>
            <pubDate>Thu, 28 Feb 2008 00:09:13 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/jescrich/comments/120025.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/jescrich/archive/2008/02/27/testing-t4-templates-using-mock-framework-moq.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/jescrich/comments/commentRss/120025.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/jescrich/services/trackbacks/120025.aspx</trackback:ping>
        </item>
        <item>
            <title>GAX/GAT February 2008 Release</title>
            <link>http://geekswithblogs.net/jescrich/archive/2008/02/16/gaxgat-february-2008-release.aspx</link>
            <description>&lt;p&gt;Finally, and after a grand effort, we got a final release of &lt;a href="http://msdn2.microsoft.com/en-us/teamsystem/aa718949.aspx" target="_blank"&gt;GAX/GAT February 2008 Release&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Mainly the most important improvements are that now &lt;u&gt;&lt;strong&gt;you can use GAX side by side&lt;/strong&gt;&lt;/u&gt; with Visual Studio 2005 and Visual Studio 2008 and now &lt;strong&gt;&lt;u&gt;you don't have to do the painful task to unregister all your guidance packages prior to uninstall the previous version of GAX.&lt;/u&gt;&lt;/strong&gt; In this particular release, we made an Upgrade than an Installer so you won't have to uninstall GAX, it will be just a click on the msi to get it everything update without loss any guidance package previously registered (*). &lt;/p&gt;  &lt;p&gt;&lt;u&gt;Some of the improvements for this release are:&lt;/u&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Support side by side for Visual Studio 2005 and Visual Studio 2008. &lt;/li&gt;    &lt;li&gt;Upgrade than Installer, the current GAX installer is an upgrade, so you don't have to uninstall all your guidance packages then uninstall GAX before to try install it. &lt;/li&gt;    &lt;li&gt;Now you can also uninstall GAX whenever you want without unregister any guidance packages, it will do that for you ;), anyway you also have a nice UI in the uninstaller which tell you what guidance packages you will lost if you continue the GAX uninstallation. &lt;/li&gt;    &lt;li&gt;Some error bug fixes when you use GAX for Visual Studio 2008 and the Experimental hive. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;You can check the &lt;a href="http://blogs.msdn.com/agile/archive/2008/02/15/gax-gat-february-2008-final-release.aspx" target="_blank"&gt;Grigori's Blog&lt;/a&gt; to get more information about this release.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Downloads&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;GAX and GAT must be downloaded and installed separately. GAT requires that GAX is installed first. &lt;/p&gt;  &lt;p&gt;Remember: If you have a previous version of GAX installed on Visual Studio 2005, it will be updated to the February 2008 release of GAX. You are no longer required to uninstall GAX and the corresponding guidance packages (with an exception of GAT, which must be re-installed).&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=108982"&gt;Guidance Automation Extensions (February 2008) Release for Visual Studio 2005 and Visual Studio 2008&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=108989"&gt;Guidance Automation Toolkit (February 2008) Release for Visual Studio 2005&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=108988"&gt;Guidance Automation Toolkit (February 2008) Release for Visual Studio 2008&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Enjoy!.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=119678"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=119678" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/jescrich/aggbug/119678.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Jose Escrich</dc:creator>
            <guid>http://geekswithblogs.net/jescrich/archive/2008/02/16/gaxgat-february-2008-release.aspx</guid>
            <pubDate>Sat, 16 Feb 2008 16:06:45 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/jescrich/comments/119678.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/jescrich/archive/2008/02/16/gaxgat-february-2008-release.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/jescrich/comments/commentRss/119678.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/jescrich/services/trackbacks/119678.aspx</trackback:ping>
        </item>
        <item>
            <title>New T4 Template Visual Studio Editor.</title>
            <link>http://geekswithblogs.net/jescrich/archive/2007/06/07/New-T4-Template-Visual-Studio-Editor.aspx</link>
            <description>&lt;p&gt;During this past month I've been working in a new T4 template editor as a part of the &lt;a title="Software Factories Toolkit" href="http://softwarefactoriestoolkit.net/" target="_blank"&gt;&lt;strong&gt;SFT&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;If you're working with dsl or gax you already know, how the editor looks when you try to edit a text template file, it looks like this:&lt;/p&gt; &lt;p&gt;&lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/jescrich/WindowsLiveWriter/T4TemplateEditor_EEB1/image.png" atomicselection="true"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="340" alt="image" src="http://geekswithblogs.net/images/geekswithblogs_net/jescrich/WindowsLiveWriter/T4TemplateEditor_EEB1/image_thumb.png" width="402" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;So now you can have a fully colorized text editor for your T4 templates like the ASP.NET Vs editor and you can get it now downlaoding the &lt;a href="http://softwarefactoriestoolkit.net/" target="_blank"&gt;&lt;strong&gt;ClariuS Software Factories Toolkit here&lt;/strong&gt;.&lt;/a&gt;&lt;br /&gt; &lt;p&gt;&lt;strong&gt;Colorizing, Intellisense and Validation&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;In this release it's providing colorizing and intellisense for the T4 statements, like directives, class features and blocks. Regarding the directives you have intellisense for all well known directives and its properties and values. &lt;/p&gt; &lt;p&gt;&lt;br /&gt; &lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/jescrich/WindowsLiveWriter/T4TemplateEditor_EEB1/t4editor.gif" atomicselection="true"&gt;&lt;img height="420" alt="t4editor" src="http://geekswithblogs.net/images/geekswithblogs_net/jescrich/WindowsLiveWriter/T4TemplateEditor_EEB1/t4editor_thumb.gif" width="628" border="0" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;One interesting feature is for those the well known properties which represents a type, the intellisense gives a complete list of the current project types including its references. &lt;br /&gt;&lt;/p&gt; &lt;p&gt; &lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/jescrich/WindowsLiveWriter/T4TemplateEditor_EEB1/t4editorintellisense00.gif" atomicselection="true"&gt;&lt;img height="177" alt="t4editorintellisense00" src="http://geekswithblogs.net/images/geekswithblogs_net/jescrich/WindowsLiveWriter/T4TemplateEditor_EEB1/t4editorintellisense00_thumb.gif" width="627" border="0" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;&lt;strong&gt;Validation&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Like the ASP.NET editor you have a real time document validation.&lt;/p&gt; &lt;p&gt;&lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/jescrich/WindowsLiveWriter/T4TemplateEditor_EEB1/t4editorvalidation_2.gif" atomicselection="true"&gt;&lt;img height="304" alt="Validation" src="http://geekswithblogs.net/images/geekswithblogs_net/jescrich/WindowsLiveWriter/T4TemplateEditor_EEB1/t4editorvalidation_thumb_2.gif" width="747" border="0" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt; &lt;/p&gt; &lt;p&gt;&lt;strong&gt;Preview Transformation&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;One useful feature is the possibility to run a template transformation in design time, basically as you know, there are two common contexts to run t4 templates, that's a DSLTools Host and GAX Host. When you use the GAX host, most probably you use properties, so you can specify those properties values through the editor property window. &lt;/p&gt; &lt;p&gt;&lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/jescrich/WindowsLiveWriter/T4TemplateEditor_EEB1/t4editorproperties.gif" atomicselection="true"&gt;&lt;img height="482" alt="t4editorproperties" src="http://geekswithblogs.net/images/geekswithblogs_net/jescrich/WindowsLiveWriter/T4TemplateEditor_EEB1/t4editorproperties_thumb.gif" width="726" border="0" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;If you want to use complex types you can specify in the property declaration an UITypeEditor and a TypeConverter if it's needed.&lt;/p&gt; &lt;p&gt;&lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/jescrich/WindowsLiveWriter/T4TemplateEditor_EEB1/t4typeeditor.gif" atomicselection="true"&gt;&lt;img height="289" alt="t4typeeditor" src="http://geekswithblogs.net/images/geekswithblogs_net/jescrich/WindowsLiveWriter/T4TemplateEditor_EEB1/t4typeeditor_thumb.gif" width="370" border="0" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;So to run the transformation you just have to specify some values for the properties and run the preview transformation commands, which is located at top of solution explorer or in the editor context menu. After running the transformation you get a temp file with the output. If you've specified the ouput extension directive the temp file will have that extension, that's useful so that so to instantiate the proper Vs editor for that output file.  &lt;/p&gt;&lt;p&gt;The transformation could fail for different reasons, if the transformation fails when the template is compiled you'll get those errors into visual studio error list, however if the transformation fails after the compilation and when the template is running you'll get the errors in a temp output file.  &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Debugging&lt;/strong&gt;  &lt;/p&gt;&lt;p&gt;Unfortunately, in this version the editor does not have debug yet, however in the meantime you can check the &lt;a title="How to Debug Text Templates" href="http://blogs.msdn.com/garethj/archive/2006/01/09/t4debugging.aspx" target="_blank"&gt;Garethj's Blog&lt;/a&gt;, there he has a post of how you can debug a template. I hope we could include this feature on future versions.  &lt;/p&gt;&lt;p&gt;&lt;strong&gt;What's coming&lt;/strong&gt;  &lt;/p&gt;&lt;p&gt;We're working in one important feature which is supporting intellisense and colorizing for the embedded language like you already have in the ASP.NET editor.  &lt;/p&gt;&lt;p&gt;&lt;br /&gt;You can try it now, &lt;a href="http://softwarefactoriestoolkit.net/" target="_blank"&gt;download the &lt;strong&gt;Clarius Software Factories Toolkit from here.&lt;/strong&gt;&lt;/a&gt;  &lt;/p&gt;&lt;p&gt;Enjoy.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=113074"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=113074" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/jescrich/aggbug/113074.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Jose Escrich</dc:creator>
            <guid>http://geekswithblogs.net/jescrich/archive/2007/06/07/New-T4-Template-Visual-Studio-Editor.aspx</guid>
            <pubDate>Thu, 07 Jun 2007 16:31:18 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/jescrich/comments/113074.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/jescrich/archive/2007/06/07/New-T4-Template-Visual-Studio-Editor.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/jescrich/comments/commentRss/113074.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/jescrich/services/trackbacks/113074.aspx</trackback:ping>
        </item>
        <item>
            <title>Recipe Designer and SFT June CTP</title>
            <link>http://geekswithblogs.net/jescrich/archive/2007/06/07/Recipe-Designer-and-SFT-June-CTP.aspx</link>
            <description>&lt;p&gt;Today we shipped the &lt;a href="http://softwarefactoriestoolkit.net/" target="_blank"&gt;&lt;strong&gt;June CTP of the Clarius Software Factories Toolkit&lt;/strong&gt;&lt;/a&gt;, which includes a new version of the Recipe Designer. The main change what I've been working on, is the serialization behavior in order to support round tripping, beside that was an interesting opportunity to work implementing a custom serialization in a Dsl.&lt;/p&gt; &lt;p&gt;So now if you change the .xml extension of the recipe definition file with  .recipe extension, you'll get a graphical representation of your recipe, the only constraint that it has is that it is not supporting XInclude.&lt;br /&gt;&lt;/p&gt; &lt;p align="center"&gt;&lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/jescrich/WindowsLiveWriter/AnewRecipeDesignerinSFT_D91E/image.png" atomicselection="true"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="346" alt="image" src="http://geekswithblogs.net/images/geekswithblogs_net/jescrich/WindowsLiveWriter/AnewRecipeDesignerinSFT_D91E/image_thumb.png" width="640" border="0" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Key features&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Round tripping&lt;/strong&gt;: Now you can edit your recipe using the default xml editor as usual maintaining the synchronization with the designer with no extra work.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Improved User Experience&lt;/strong&gt;: Simplest new ToolBox. Now you basically have two connectors, one to connect arguments with wizard fields or action properties and another to define the flow between actions and between pages. Also the shapes includes useful information like the friendly type name and in the case of arguments if it's required or not&lt;/p&gt; &lt;p align="center"&gt;&lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/jescrich/WindowsLiveWriter/AnewRecipeDesignerinSFT_D91E/image_1.png" atomicselection="true"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px; border-right-width: 0px" height="237" alt="image" src="http://geekswithblogs.net/images/geekswithblogs_net/jescrich/WindowsLiveWriter/AnewRecipeDesignerinSFT_D91E/image_thumb_1.png" width="212" border="0" /&gt;&lt;/a&gt;   &lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/jescrich/WindowsLiveWriter/AnewRecipeDesignerinSFT_D91E/rd00_1.png" atomicselection="true"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="211" alt="rd00" src="http://geekswithblogs.net/images/geekswithblogs_net/jescrich/WindowsLiveWriter/AnewRecipeDesignerinSFT_D91E/rd00_thumb_1.png" width="558" border="0" /&gt;&lt;/a&gt;   &lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;br /&gt;Main manifest syncronization&lt;/strong&gt;: if the recipe definition is well formed, you'll get an xinclude of your recipe in the main manifest file. Also if the recipe already has a unbounded reference, it will be added in the &lt;em&gt;BindingRecipe&lt;/em&gt; recipe.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Configurable Attributes Support&lt;/strong&gt;: You can define in the designer view all your configurable attributes in any element that support it, like actions, valueproviders, etc.&lt;/p&gt; &lt;p&gt;&lt;em&gt;We're working on the next release of &lt;a title="Software Factories Toolkit" href="http://www.softwarefactoriestoolkit.net" target="_blank"&gt;Software Factories Toolkit&lt;/a&gt;, your comments, suggestions and bug reports are welcome. You can give your feedback through &lt;a href="http://softwarefactoriestoolkit.net/forums.aspx" target="_blank"&gt;SFT Forums&lt;/a&gt;.&lt;br /&gt;&lt;a title="http://softwarefactoriestoolkit.net/forums.aspx" href="http://softwarefactoriestoolkit.net/forums.aspx"&gt;http://softwarefactoriestoolkit.net/forums.aspx&lt;/a&gt;&lt;/em&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://softwarefactoriestoolkit.net/#" target="_blank"&gt;&lt;strong&gt;&lt;u&gt;Download Software Factories Toolkit Here.&lt;/u&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=113073"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=113073" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/jescrich/aggbug/113073.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Jose Escrich</dc:creator>
            <guid>http://geekswithblogs.net/jescrich/archive/2007/06/07/Recipe-Designer-and-SFT-June-CTP.aspx</guid>
            <pubDate>Thu, 07 Jun 2007 16:29:48 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/jescrich/comments/113073.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/jescrich/archive/2007/06/07/Recipe-Designer-and-SFT-June-CTP.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/jescrich/comments/commentRss/113073.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/jescrich/services/trackbacks/113073.aspx</trackback:ping>
        </item>
        <item>
            <title>ClariuS Software Factories Toolkit June CTP is out!.</title>
            <link>http://geekswithblogs.net/jescrich/archive/2007/06/07/ClariuS-Software-Factories-Toolkit-June-CTP-is-out.aspx</link>
            <description>&lt;p&gt;&lt;a href="http://softwarefactoriestoolkit.net/" target="_blank"&gt;The Software Factories Toolkit June CTP&lt;/a&gt; is finally out and the key improvements in this release are:&lt;/p&gt; &lt;p&gt;- &lt;strong&gt;Recipe Designer&lt;/strong&gt; with a redesigned user experiencie and round tripping support, so it could uses the .xml recipe files as is.&lt;/p&gt; &lt;p&gt;- &lt;strong&gt;T4 Templates Editor&lt;/strong&gt;, an useful editor with colorizing, intellisense and support to preview transformation in design time.&lt;/p&gt; &lt;p&gt;- &lt;strong&gt;Multi package setup wizard&lt;/strong&gt;, a recipe which generate a wix setup project with all the package contained in a solution. The most interesting thing here, is that you don't have to create differente setup project for each of your package any more. Now you can create a unified wix project, which could contain two or more guidance package and dsl tools packages. &lt;a href="http://adrianalonso.blogspot.com/2007/06/sft-setup-project-deploying-many.html" target="_blank"&gt;&lt;strong&gt;Get more information about this new feature in the Adrian's Blog.&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt; &lt;div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:68ca3574-7099-4839-bcae-a567a2249822" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us Tags: &lt;a href="http://del.icio.us/popular/Software%20Factories" rel="tag"&gt;Software Factories&lt;/a&gt;&lt;/div&gt; &lt;p&gt;- &lt;strong&gt;Dsl Recipe Binder&lt;/strong&gt;, now you can specify bindings to recipes just doing a right click on your dsl designer surface and choossing a reference where the recipes will apply.&lt;/p&gt; &lt;p&gt;You can check the &lt;a href="http://clariusconsulting.net/blogs/vga" target="_blank"&gt;Victor's blog&lt;/a&gt;, there you will find an overview of the new features included in this drop.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;a href="http://softwarefactoriestoolkit.net/" target="_blank"&gt;&lt;u&gt;You can get the latest SFT version here.&lt;/u&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=113072"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=113072" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/jescrich/aggbug/113072.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Jose Escrich</dc:creator>
            <guid>http://geekswithblogs.net/jescrich/archive/2007/06/07/ClariuS-Software-Factories-Toolkit-June-CTP-is-out.aspx</guid>
            <pubDate>Thu, 07 Jun 2007 16:28:28 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/jescrich/comments/113072.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/jescrich/archive/2007/06/07/ClariuS-Software-Factories-Toolkit-June-CTP-is-out.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/jescrich/comments/commentRss/113072.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/jescrich/services/trackbacks/113072.aspx</trackback:ping>
        </item>
        <item>
            <title>Testing T4 templates using the GAX host</title>
            <link>http://geekswithblogs.net/jescrich/archive/2007/05/03/Testing-T4-templates-using-the-GAX-host.aspx</link>
            <description>&lt;a href="http://latincoder.com/samples/t4samplepackage.rar" title="Download Sample Package"&gt;&lt;br /&gt;
Download Sample Package&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
I guess that there are not a best approach to do the tests without a built in support in the T4 template host. Nevertheless in the Web Service Software Factory we did a very first approach of how you could write test units for t4 templates.&lt;br /&gt;
&lt;br /&gt;
Suppose that we have a template which the output is a simple class, in the following example I did a simple package which contains a T4 template called Programs.cs.t4 so, the idea is, run the transformation and then try to compile the class to get its Type in order to make asserts using reflection.&lt;br /&gt;
&lt;br /&gt;
In the attached sample fixture it has an ExecuteTemplate helper method which has the logic to run the transformation and then try to compile it. &lt;span style="color: rgb(102, 102, 102);"&gt;(considering that the output is a .cs class, if not, it could return an XmlDocument in case that the transformation results in an xml file). &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: left;"&gt;&lt;img vspace="0" hspace="0" border="0" align="middle" src="http://docs.google.com/File?id=ajdmzppnr3xn_3fkw2k9c4" style="height: 546px; width: 730px;" alt="" /&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;
In the next picture you've the TestMethod which runs the transformation, gets the returned type and then perform different asserts over it.&lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: left;"&gt;&lt;img align="middle" src="http://docs.google.com/File?id=ajdmzppnr3xn_5dwk3xzcx" style="height: 272px; width: 699px;" alt="" /&gt;&lt;br /&gt;
&lt;/div&gt;
Notice that you should have created a link to the T4 template file and set the *Copy to Output* property as "Copy if newer" as showing in the following image, this is an important thing because the TestMethod is marked with the DeploymentItemAttribute in order to have the t4 file in the test context. Also you have to reference the Microsoft.Practices.RecipeFramework.VisualStudio.Library and Microsoft.VisualStudio.TextTemplating assemblies which are located in the PublicAssemblies folder.&lt;br /&gt;
&lt;br /&gt;
&lt;img align="absmiddle" src="http://docs.google.com/File?id=ajdmzppnr3xn_7g7tnhmdc" style="height: 514px; width: 622px;" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://latincoder.com/samples/t4samplepackage.rar" title="Download Sample Package"&gt;Download Sample Package&lt;/a&gt; &lt;br /&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=112218"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=112218" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/jescrich/aggbug/112218.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Jose Escrich</dc:creator>
            <guid>http://geekswithblogs.net/jescrich/archive/2007/05/03/Testing-T4-templates-using-the-GAX-host.aspx</guid>
            <pubDate>Thu, 03 May 2007 20:56:20 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/jescrich/comments/112218.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/jescrich/archive/2007/05/03/Testing-T4-templates-using-the-GAX-host.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/jescrich/comments/commentRss/112218.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/jescrich/services/trackbacks/112218.aspx</trackback:ping>
        </item>
        <item>
            <title>Clarius Software Factory Toolkit February 2007 CTP is out.</title>
            <link>http://geekswithblogs.net/jescrich/archive/2007/03/21/109447.aspx</link>
            <description>&lt;p&gt;Finally the new February CTP of the &lt;a target="_blank" href="http://softwarefactoriestoolkit.net/"&gt;&lt;strong&gt;ClariuS Software Factory Toolkit&lt;/strong&gt;&lt;/a&gt; is out and you can download now, &lt;a target="_blank" href="http://softwarefactoriestoolkit.net/downloads.aspx"&gt;&lt;strong&gt;from here&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This version includes several new features and some of the key features are the follow:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Different Guidance Package Templates&lt;/strong&gt;, what this means? now when you go to create a new Guidance Package using SFT you will have the possibility to choose a basic template considering if you want to use just a single file or different files per recipe (using xinclude) to use in that guidance package. Also you will can define a default welcome page, guidance navigator overview and other interesting thing is that you will be able to choose what kind of installer you want to add to the package, that's it a wix setup project or the default Vs setup project.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;img height="191" width="414" alt="" src="http://latincoder.com/images/softwarefactorytoolkitmarchctpisout_150A6/image0_thumb1.png" /&gt;  &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Manifest Type Validator,&lt;/strong&gt;  the types that you place in the manifest could have typos but, usually you discover those errors just in runtime when you're running one of the recipes in your package and it fails. Using the manifest type validator you'll get an error in desgin time for any invalid type in the manifest. The manifest validation is launched with the package registration and you can also disable the validation through the SFT Settings Page.&lt;br /&gt;
&lt;/p&gt;
&lt;p align="center"&gt;&lt;img height="124" width="861" alt="" src="http://latincoder.com/images/softwarefactorytoolkitmarchctpisout_150A6/image0_thumb12.png" /&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Recipe Designer&lt;/strong&gt;, although is on an experimental stage, maybe is one of the most interesting features. Basically it's a Recipe Editor made with the DSL tools, which able you to design a recipe in a graphical way. With that, you can drag Actions, Arguments, Page, Value Providers and any recipe element to the designer in a really easy way, also you have a helpful type browser per element that searches all available asset types in the package. When you have done the recipe, you just have to invoke the Generate Recipe command and it serialize the recipe including the recipe chunk in the main manifest file and also including the action at the binding recipe when the designed recipe was set as unbound.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p align="center"&gt;&lt;a atomicselection="true" href="http://latincoder.com/images/softwarefactorytoolkitmarchctpisout_150A6/image031.png"&gt;&lt;img height="322" width="640" alt="" src="http://latincoder.com/images/softwarefactorytoolkitmarchctpisout_150A6/image0_thumb19.png" /&gt;&lt;/a&gt; &lt;br /&gt;
&lt;font size="1"&gt;Recipe Designer, click in the image to enlarge...&lt;br /&gt;
&lt;/font&gt;&lt;/p&gt;
&lt;p align="center"&gt;&lt;a atomicselection="true" href="http://latincoder.com/images/softwarefactorytoolkitmarchctpisout_150A6/image044.png"&gt;&lt;img height="374" width="570" alt="" src="http://latincoder.com/images/softwarefactorytoolkitmarchctpisout_150A6/image0_thumb28.png" /&gt;&lt;/a&gt; &lt;br /&gt;
&lt;font size="1"&gt;Recipe Designer Type Chooser, click on the image to enlarge...&lt;/font&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p align="left"&gt;&lt;strong&gt;&lt;/strong&gt; &lt;/p&gt;
&lt;p align="left"&gt;&lt;strong&gt;Recipe Binder&lt;/strong&gt;, provides guidance that will able you to bind any recipe to any host element (in this version applied for Dsl and Vs Designers references). What this means? For example imagine that you're developing a DSL and also you have your own Guidance Package which have a recipe Foo, and you want to launch that recipe when the user do a right click on a certain Shape of your DSL or simpling in designer surface so, the recipe binder simplify all these steps that you can do in just one click.&lt;br /&gt;
&lt;/p&gt;
&lt;p align="center"&gt;&lt;a atomicselection="true" href="http://latincoder.com/images/softwarefactorytoolkitmarchctpisout_150A6/image038.png"&gt;&lt;img height="320" width="433" alt="" src="http://latincoder.com/images/softwarefactorytoolkitmarchctpisout_150A6/image0_thumb24.png" /&gt;&lt;/a&gt; &lt;br /&gt;
&lt;font size="1"&gt;Recipe Binder Wizard, click on the image to enlarge...&lt;/font&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p align="center"&gt; &lt;/p&gt;
&lt;p&gt;In addition you will find a lot of assets contained in the SFT Library like Actions, References, Value Providers, Type Editors and much, much more.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;SFT Home Page: &lt;/strong&gt;&lt;a href="http://softwarefactoriestoolkit.net/"&gt;&lt;strong&gt;http://softwarefactoriestoolkit.net/&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Support: &lt;/strong&gt;&lt;a href="http://softwarefactoriestoolkit.net/support.aspx"&gt;&lt;strong&gt;http://softwarefactoriestoolkit.net/support.aspx&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Download: &lt;/strong&gt;&lt;a href="http://softwarefactoriestoolkit.net/downloads.aspx"&gt;&lt;strong&gt;http://softwarefactoriestoolkit.net/downloads.aspx&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=109447"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=109447" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/jescrich/aggbug/109447.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Jose Escrich</dc:creator>
            <guid>http://geekswithblogs.net/jescrich/archive/2007/03/21/109447.aspx</guid>
            <pubDate>Thu, 22 Mar 2007 03:52:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/jescrich/comments/109447.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/jescrich/archive/2007/03/21/109447.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/jescrich/comments/commentRss/109447.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/jescrich/services/trackbacks/109447.aspx</trackback:ping>
        </item>
        <item>
            <title>Guidance Automation Extensions Febreary CTP is finally Out!</title>
            <link>http://geekswithblogs.net/jescrich/archive/2007/03/16/108964.aspx</link>
            <description>&lt;p&gt;Some weeks delayed but is finally out!, this new Febrary 2007 CTP basically has support for Vista and includes another minor bug fixes. The most relevant bug fixes are the follow:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Support for Windows Vista  &lt;li&gt;Guidance Navigator performance and display improvements  &lt;li&gt;Handling of read-only .gpstate files  &lt;li&gt;Use of standard system colors in wizards and dialogs  &lt;li&gt;Fixes to registration recipes&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/tomholl/pages/guidance-automation-extensions-and-guidance-automation-toolkit-february-2007-community-technology-preview.aspx"&gt;&lt;u&gt;Tom has published a detailed description of this new release here.&lt;/u&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://msdn2.microsoft.com/en-us/teamsystem/aa718949.aspx"&gt;&lt;strong&gt;&lt;u&gt;Download the new GAX Feb 2007 CTP here.&lt;/u&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=108964"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=108964" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/jescrich/aggbug/108964.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Jose Escrich</dc:creator>
            <guid>http://geekswithblogs.net/jescrich/archive/2007/03/16/108964.aspx</guid>
            <pubDate>Fri, 16 Mar 2007 07:46:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/jescrich/comments/108964.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/jescrich/archive/2007/03/16/108964.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/jescrich/comments/commentRss/108964.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/jescrich/services/trackbacks/108964.aspx</trackback:ping>
        </item>
        <item>
            <title>Web Service Software Factory Dec 2006, is out!</title>
            <link>http://geekswithblogs.net/jescrich/archive/2007/01/10/103275.aspx</link>
            <description>&lt;p&gt;I'm glad to announce that after several months of work the Web Service Factory is finally out. This version includes:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Designing ASMX and WCF messages and service interfaces. &lt;/li&gt;
    &lt;li&gt;Applying exception shielding and exception handling. &lt;/li&gt;
    &lt;li&gt;Designing business entities in the domain model. &lt;/li&gt;
    &lt;li&gt;Translating messages to and from business entities. &lt;/li&gt;
    &lt;li&gt;Designing, building, and invoking the data access layer. &lt;/li&gt;
    &lt;li&gt;Validating the conformance of service implementation, configuration, and security using code analysis. &lt;/li&gt;
    &lt;li&gt;Planning for the migration to WCF. &lt;/li&gt;
    &lt;li&gt;Applying security to WCF services. &lt;/li&gt;
    &lt;li&gt;Applying message validation. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Donwload: &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=db996113-6e92-4894-9b7e-0debb614d72f &amp;amp;displaylang=en"&gt;Web Service Software Factory–December 2006 (ASP.NET and WCF services in C#)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hands-On Lab: &lt;a href="http://go.microsoft.com/fwlink/?linkid=64476"&gt;Web Service Software Factory Hands-on Lab&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also we ship the ASP.NET VB version for the latest July 2006 release, check here: &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=7dda69a4-d404-4cc0-b1ad-a9856c3af646&amp;amp;displaylang=en"&gt;Web Service Software Factory–July 2006 (ASP.NET services in VB.NET)&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=103275"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=103275" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/jescrich/aggbug/103275.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Jose Escrich</dc:creator>
            <guid>http://geekswithblogs.net/jescrich/archive/2007/01/10/103275.aspx</guid>
            <pubDate>Wed, 10 Jan 2007 18:29:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/jescrich/comments/103275.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/jescrich/archive/2007/01/10/103275.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/jescrich/comments/commentRss/103275.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/jescrich/services/trackbacks/103275.aspx</trackback:ping>
        </item>
    </channel>
</rss>