<?xml version="1.0" encoding="utf-8"?>
<feed xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom">
  <title>Pieter's Blog on Enterprise Development</title>
  <link rel="alternate" type="text/html" href="http://www.pieterdebruin.net/" />
  <link rel="self" href="http://www.pieterdebruin.net/SyndicationService.asmx/GetAtom" />
  <icon>favicon.ico</icon>
  <updated>2008-07-31T13:42:29.920203+02:00</updated>
  <author>
    <name>Pieter de Bruin</name>
  </author>
  <subtitle />
  <id>http://www.pieterdebruin.net/</id>
  <generator uri="http://www.dasblog.net" version="2.0.7180.0">DasBlog</generator>
  <entry>
    <title>Search your version control repository</title>
    <link rel="alternate" type="text/html" href="http://www.pieterdebruin.net/2008/07/31/SearchYourVersionControlRepository.aspx" />
    <id>http://www.pieterdebruin.net/PermaLink,guid,e5fbeea9-669a-44cc-9b65-12c728aa54f2.aspx</id>
    <published>2008-07-31T13:42:29.920203+02:00</published>
    <updated>2008-07-31T13:42:29.920203+02:00</updated>
    <category term="Development" label="Development" scheme="http://www.pieterdebruin.net/CategoryView,category,Development.aspx" />
    <category term="Team Foundation Server" label="Team Foundation Server" scheme="http://www.pieterdebruin.net/CategoryView,category,Team%2BFoundation%2BServer.aspx" />
    <category term="TFS" label="TFS" scheme="http://www.pieterdebruin.net/CategoryView,category,TFS.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
How often do you search your development machine for code you developed before? Very
often, right? And how often do you look for code on the web? Also very often, I assume.
Search in Vista (or Windows Server 2008) are very powerful and so are the known search
engines on the web. 
</p>
        <p>
So what if you wanted code that other people in your organisation created? That is
where you can use Microsoft Search Server!
</p>
        <p>
          <img alt="Enterprise Search Server 2008" src="http://www.microsoft.com/enterprisesearch/images/subhero_searchserver.jpg" />
        </p>
        <p>
Search Server is based on Windows Sharepoint Services 3.0 and has very simple yet
powerful additions to search various content sources such as websites and file shares.
To get started with searching the source code in your Team Foundation Server:
</p>
        <ul>
          <li>
Install Search Server</li>
          <li>
Create a file share on a server</li>
          <li>
Get the latest version of your TFS version control to the file share 
</li>
          <li>
In Search Server Central Administration create a new content source and point it to
the file share</li>
          <li>
Add new file types, of files you want to search such as .cs, to the content index</li>
          <li>
Start a full crawl on the content source</li>
        </ul>
        <p>
Now you are ready to go: Open the search page and enter something to search for such
as "Page_Load". On the result page you will get links to the files in which your search
string was found. Nice, right?
</p>
        <p>
So next there can be loads of additions: You can create an integrated search within
Visual Studio, apply effective TFS permissions, make search results open in Visual
Studio, etc.
</p>
        <img width="0" height="0" src="http://www.pieterdebruin.net/aggbug.ashx?id=e5fbeea9-669a-44cc-9b65-12c728aa54f2" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Improving software quality and Pex</title>
    <link rel="alternate" type="text/html" href="http://www.pieterdebruin.net/2008/05/23/ImprovingSoftwareQualityAndPex.aspx" />
    <id>http://www.pieterdebruin.net/PermaLink,guid,bbd7eb7a-7e6b-4758-b195-e0a5229c2a88.aspx</id>
    <published>2008-05-23T12:09:26.8030429+02:00</published>
    <updated>2008-05-23T12:09:26.8030429+02:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Yesterday I was at the Dutch developer days. It was a great day with content sessions
during the day and more fun sessions during geek night. Due to work and other appointments
I am unable to be at devdays today. If you missed it this year, you should attend
next year. See why here <a title="http://devdays.nl/" href="http://devdays.nl/">http://devdays.nl/</a></p>
        <p>
My session was on "Softwarekwaliteit verhogen door beter te testen met VSTS". While
hosting a testing session for a developer audience can be challenging, this one seemed
to appeal: the room was packed! Thanks to all for attending. The session was recorded
on video so I am sure it will be available on the web soon. If you have any questions,
drop me a mail.
</p>
        <p>
          <a href="http://www.pieterdebruin.net/content/binary/WindowsLiveWriter/ImprovingsoftwarequalityandPex_AAF4/PexWeb_2.png">
            <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="125" alt="PexWeb" src="http://www.pieterdebruin.net/content/binary/WindowsLiveWriter/ImprovingsoftwarequalityandPex_AAF4/PexWeb_thumb.png" width="204" border="0" />
          </a>
        </p>
        <p>
Slightly related to this subject is a post I saw this morning announcing Pex (Program
EXploration). Pex is a new project from Microsoft Research that "generates Unit Tests
from hand-written Parameterized Unit Tests through Automated Exploratory Testing based
on Dynamic Symbolic Execution". Sounds very promising. 
</p>
        <p>
See the announcement <a title="http://blogs.msdn.com/tommer/archive/2008/05/23/first-public-release-of-pex-automated-exploratory-testing-for-net.aspx" href="http://blogs.msdn.com/tommer/archive/2008/05/23/first-public-release-of-pex-automated-exploratory-testing-for-net.aspx">http://blogs.msdn.com/tommer/archive/2008/05/23/first-public-release-of-pex-automated-exploratory-testing-for-net.aspx</a> and
the MS Research site <a title="http://research.microsoft.com/pex/" href="http://research.microsoft.com/pex/">http://research.microsoft.com/pex/</a></p>
        <img width="0" height="0" src="http://www.pieterdebruin.net/aggbug.ashx?id=bbd7eb7a-7e6b-4758-b195-e0a5229c2a88" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Enterprise Library 4 released (including Unity Application Block 1.1)</title>
    <link rel="alternate" type="text/html" href="http://www.pieterdebruin.net/2008/05/17/EnterpriseLibrary4ReleasedIncludingUnityApplicationBlock11.aspx" />
    <id>http://www.pieterdebruin.net/PermaLink,guid,f2b028fa-f7e9-40bf-93de-fec4ec08e117.aspx</id>
    <published>2008-05-17T15:42:36.3573745+02:00</published>
    <updated>2008-05-17T15:45:50.3561329+02:00</updated>
    <category term="Development" label="Development" scheme="http://www.pieterdebruin.net/CategoryView,category,Development.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Surely you have heard of Enterprise Library: The bundled Microsoft application blocks
redelivered in a set of reusable components to help development teams focus on business
functionality instead of low level technical plumbing such as data access, logging,
etc. Consistency, extensibility, ease of use and integration have been goals from
the start and it is being improved in every release. If you are not using it on your
current solution you probably have a good reason not to. 
</p>
        <p>
It is easy to start working with Enterprise Library since the download contains a
lot: 
</p>
        <p>
1. Binaries, which you can use in your application, and the configuration editor,
which enables you to configure settings for each application block in a graphical
user interface.
</p>
        <p>
 <a href="http://www.pieterdebruin.net/content/binary/WindowsLiveWriter/EnterpriseLibrary4released_DCE7/EntLib4_2.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="100" alt="EntLib4" src="http://www.pieterdebruin.net/content/binary/WindowsLiveWriter/EnterpriseLibrary4released_DCE7/EntLib4_thumb.jpg" width="156" border="0" /></a></p>
        <p>
2. Very useful documentation available through Visual Studio help containing background
info on EntLib, how to get started, how to develop with EntLib, its design and detailed
descriptions of each block.
</p>
        <p>
          <a href="http://www.pieterdebruin.net/content/binary/WindowsLiveWriter/EnterpriseLibrary4released_DCE7/EntLibDependencies_2.jpg">
            <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="193" alt="EntLibDependencies" src="http://www.pieterdebruin.net/content/binary/WindowsLiveWriter/EnterpriseLibrary4released_DCE7/EntLibDependencies_thumb.jpg" width="244" border="0" />
          </a>
        </p>
        <p>
3. Source that you can optionally install. If you do, you get source code of all (42)
EntLib projects and quickstarts for each application block. 
</p>
        <p>
          <a href="http://www.pieterdebruin.net/content/binary/WindowsLiveWriter/EnterpriseLibrary4released_DCE7/EntLibSolution_2.jpg">
            <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="244" alt="EntLibSolution" src="http://www.pieterdebruin.net/content/binary/WindowsLiveWriter/EnterpriseLibrary4released_DCE7/EntLibSolution_thumb.jpg" width="104" border="0" />
          </a>
        </p>
        <p>
Before, you could get Entlib 3.1 to work with Visual Studio 2008, but that took some
effort. Installing it and then making it appear in VS was not straightforward. Now
the waiting is over:
</p>
        <p>
          <a title="http://msdn.microsoft.com/en-us/library/cc512464.aspx" href="http://msdn.microsoft.com/en-us/library/cc512464.aspx">
            <font color="#000000">Ente</font>
          </a>rprise
Library 4 can easily be used in Visual Studio 2008 and .NET Framework 3.5. <a href="http://msdn.microsoft.com/en-us/library/cc512464.aspx">http://msdn.microsoft.com/en-us/library/cc512464.aspx</a> Also
EntLib got better performance, WMI 2.0 support and a few minor fixes. But wait, that
is not all.... The new kid in town is Unity Application Block!
</p>
        <p>
Unity is a lightweight dependency injection container, which facilitates loosely coupled
object development and creation and extensible caching. <a title="http://msdn.microsoft.com/nl-nl/library/cc468366(en-us).aspx" href="http://msdn.microsoft.com/nl-nl/library/cc468366(en-us).aspx">http://msdn.microsoft.com/nl-nl/library/cc468366(en-us).aspx</a> It
can be used standalone too in Visual Studio 2005 and 2008. The Stoplight and EventBroker
quickstarts give a good overview of the possibilities of Unity. Once you get to know
the Dependency Injection and Inversion of Control are very powerful patterns, nicely
described here <a title="Inversion of Control Containers and the Dependency Injection pattern" href="http://www.martinfowler.com/articles/injection.html">Inversion
of Control Containers and the Dependency Injection pattern</a>. 
</p>
        <p>
          <img src="http://msdn.microsoft.com/Cc512464.practices(en-us,MSDN.10).png" />
        </p>
        <img width="0" height="0" src="http://www.pieterdebruin.net/aggbug.ashx?id=f2b028fa-f7e9-40bf-93de-fec4ec08e117" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Imagine Cup Netherlands semi finals</title>
    <link rel="alternate" type="text/html" href="http://www.pieterdebruin.net/2008/04/24/ImagineCupNetherlandsSemiFinals.aspx" />
    <id>http://www.pieterdebruin.net/PermaLink,guid,22090e7b-ea1c-4356-8804-de72c329f8c5.aspx</id>
    <published>2008-04-24T22:04:38.009+02:00</published>
    <updated>2008-04-24T22:12:24.93169+02:00</updated>
    <category term="Development" label="Development" scheme="http://www.pieterdebruin.net/CategoryView,category,Development.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://www.pieterdebruin.net/content/binary/WindowsLiveWriter/ImagineCupNetherlandssemifinals_13671/IC08_Logo_2.png">
            <img style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height="98" alt="IC08_Logo" src="http://www.pieterdebruin.net/content/binary/WindowsLiveWriter/ImagineCupNetherlandssemifinals_13671/IC08_Logo_thumb.png" width="244" border="0" />
          </a>
        </p>
        <p>
Today I was representing a colleague at the jury of the Dutch <a href="http://imaginecup.com/">Imagine
Cup</a> semi finals, that consisted of people from Microsoft, Achmea, Delft University
and Avanade. We had great fun. Last year I was coaching <a href="http://www.microsoft.com/netherlands/studenten/imaginecup3.wvx">team
Celsus</a> of the University of Utrecht that ended up second in the national finals.
Every time I see these students work on latest Microsoft technologies and the assignments
I am amazed by the creativity. From all kinds of footprints, dashboards, XNA and board
games, these guys had all kinds of great ideas. Obviously some polishing is still
needed: only a few teams were actually balanced in terms of technology, business/marketing,
realism, presentation, etc. Sustainability is a serious subject and it was good to
see the nine teams had invested serious time. 
</p>
        <p>
          <a href="http://www.pieterdebruin.net/content/binary/WindowsLiveWriter/ImagineCupNetherlandssemifinals_13671/DSC_1030.jpg">
            <img style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height="164" alt="DSC_1030" src="http://www.pieterdebruin.net/content/binary/WindowsLiveWriter/ImagineCupNetherlandssemifinals_13671/DSC_1030_thumb.jpg" width="244" align="left" border="0" />
          </a>
        </p>
        <p>
          <a href="http://www.pieterdebruin.net/content/binary/WindowsLiveWriter/ImagineCupNetherlandssemifinals_13671/DSC_1030.jpg">
          </a> 
</p>
        <p>
          <a href="http://www.pieterdebruin.net/content/binary/WindowsLiveWriter/ImagineCupNetherlandssemifinals_13671/DSC_1030.jpg">
          </a> 
</p>
        <p>
 
</p>
        <p>
 
</p>
        <p>
 
</p>
        <p>
 
</p>
        <p>
Last year's national winners and international semi finalists from Delft University
were sharing their experience too, that created a cross-language playing applications
including international memory and a chat module with icons as a form of sign language. 
</p>
        <p>
          <a href="http://www.pieterdebruin.net/content/binary/WindowsLiveWriter/ImagineCupNetherlandssemifinals_13671/DSC_1024.jpg">
            <img style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height="164" alt="DSC_1024" src="http://www.pieterdebruin.net/content/binary/WindowsLiveWriter/ImagineCupNetherlandssemifinals_13671/DSC_1024_thumb.jpg" width="244" align="left" border="0" />
          </a>
        </p>
        <p>
 
</p>
        <p>
 
</p>
        <p>
 
</p>
        <p>
 
</p>
        <p>
 
</p>
        <p>
 
</p>
        <p>
Obviously we are very much looking forward to the national finals, which will be at
28 may. Hopefully the teams will have more surprises in store. 
</p>
        <p>
          <a href="http://www.pieterdebruin.net/content/binary/WindowsLiveWriter/ImagineCupNetherlandssemifinals_13671/DSC_1024.jpg">
          </a>
        </p>
        <img width="0" height="0" src="http://www.pieterdebruin.net/aggbug.ashx?id=22090e7b-ea1c-4356-8804-de72c329f8c5" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Rosario CTP 12</title>
    <link rel="alternate" type="text/html" href="http://www.pieterdebruin.net/2008/04/15/RosarioCTP12.aspx" />
    <id>http://www.pieterdebruin.net/PermaLink,guid,0dfa8472-3506-4606-be75-3bcf4627ef49.aspx</id>
    <published>2008-04-15T19:57:27.4+02:00</published>
    <updated>2008-04-15T21:22:32.821975+02:00</updated>
    <category term="VSTS" label="VSTS" scheme="http://www.pieterdebruin.net/CategoryView,category,VSTS.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Visual Studio Team System is Microsoft's solution for application lifecycle management.
ALM helps software teams tremendously to ensure quality, predictability, etc. Microsoft
released VSTS 2005 a few years ago and 2008 in November last year. Now development
is underway for the next version of Visual Studio Team System codename "Rosario".
You can find more information here <a title="http://msdn2.microsoft.com/en-us/vstudio/bb936702.aspx" href="http://msdn2.microsoft.com/en-us/vstudio/bb936702.aspx"><font color="#000080">http://msdn2.microsoft.com/en-us/vstudio/bb936702.aspx</font></a> and
you can even test-drive the latest bits <a href="http://blogs.msdn.com/jeffbe/archive/2008/04/11/april-rosario-ctp-now-available.aspx"><font color="#000080">http://blogs.msdn.com/jeffbe/archive/2008/04/11/april-rosario-ctp-now-available.aspx</font></a>.
If you do, please provide feedback through <a title="http://connect.microsoft.com/" href="http://connect.microsoft.com/"><font color="#000080">http://connect.microsoft.com/</font></a>,
which is one of the activities we do as part of the Rosario Technical Adoption Program.  
</p>
        <p>
          <a href="http://www.pieterdebruin.net/content/binary/WindowsLiveWriter/RosarioCTP12_118A5/Rosario_4.png">
            <img style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height="119" alt="Rosario" src="http://www.pieterdebruin.net/content/binary/WindowsLiveWriter/RosarioCTP12_118A5/Rosario_thumb_1.png" width="644" border="0" />
          </a>
        </p>
        <img width="0" height="0" src="http://www.pieterdebruin.net/aggbug.ashx?id=0dfa8472-3506-4606-be75-3bcf4627ef49" />
      </div>
    </content>
  </entry>
  <entry>
    <title>EntLib Extensions To WSSF released on CodePlex</title>
    <link rel="alternate" type="text/html" href="http://www.pieterdebruin.net/2008/04/15/EntLibExtensionsToWSSFReleasedOnCodePlex.aspx" />
    <id>http://www.pieterdebruin.net/PermaLink,guid,66a4a936-23b7-460b-8f7c-54d701d3d4f2.aspx</id>
    <published>2008-04-15T16:08:16.9+02:00</published>
    <updated>2008-04-15T21:23:08.634475+02:00</updated>
    <category term="Software Factories" label="Software Factories" scheme="http://www.pieterdebruin.net/CategoryView,category,Software%2BFactories.aspx" />
    <content type="html">&lt;p&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;
&lt;span lang=EN-US style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-ansi-language: EN-US"&gt;&lt;font color=#000000&gt;Two
fellow Avanauts, Gerben van Loon and David Slot, released a very cool solution today:&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;
&lt;span lang=EN-US style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-ansi-language: EN-US"&gt;&lt;font color=#000000&gt;Check
it out at: &lt;/font&gt;&lt;font color=#000000&gt;&lt;a href="http://www.codeplex.com/EntLibExtensionsWSSF"&gt;http://www.codeplex.com/EntLibExtensionsWSSF&lt;/a&gt;&lt;/font&gt;&lt;font color=#000000&gt; and
tell&amp;nbsp;us what you think.&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0cm 0cm 12pt"&gt;
&lt;font color=#000000&gt;&lt;b&gt;&lt;span lang=EN-US style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-ansi-language: EN-US"&gt;&lt;/span&gt;&lt;/b&gt;&lt;span lang=EN-US style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-ansi-language: EN-US"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0cm 0cm 12pt"&gt;
&lt;b&gt;&lt;span lang=EN-US style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-ansi-language: EN-US"&gt;&lt;font color=#000000&gt;What
is it?&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;span lang=EN-US style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-ansi-language: EN-US"&gt;
&lt;br&gt;
&lt;font color=#000000&gt;Entlib Extensions to WSSF (Web Service Software Factory) is an
extension that enables WSSF to easily integrate with Enterprise Library. This extension
allows you to very easily handle cross cutting concerns in WCF services like Validation,
Exception Handling and Logging without much programming. The extension accomplishes
this by using the policy injection application block of enterprise library.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Why are we releasing this?&lt;/b&gt;
&lt;br&gt;
For the current version of the .NET Framework, Microsoft is offering WSSF and Avanade
is offering a similar service factory within ACA.NET. WSSF is an interesting guidance
architecture with a lot of developers interested in it and quite a number of organizations
have adopted it. Because Microsoft left out EntLib support for WSSF Avanade thought
it wise to share an EntLib extension asset for WSSF.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;What’s the difference between ACA.NET and WSSF?&lt;/b&gt;
&lt;br&gt;
Microsoft is offering WSSF and Avanade is offering a similar service factory within
ACA.NET. The differences are:&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0cm 0cm 3.6pt; VERTICAL-ALIGN: middle"&gt;
&lt;span lang=EN-US style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-ansi-language: EN-US"&gt;&lt;font color=#000000&gt;ACA.NET
is a multi-tier application factory where WSSF is only focused on the service layer.
ACA.NET adds a UI DSL for OLTP web applications and it can also fully generate the
data access layer and database. 
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0cm 0cm 3.6pt; VERTICAL-ALIGN: middle"&gt;
&lt;span lang=EN-US style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-ansi-language: EN-US"&gt;&lt;font color=#000000&gt;ACA.NET
is more focused on productivity gains. It has features like auto proxy generation
and refresh. 
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0cm 0cm 3.6pt; VERTICAL-ALIGN: middle"&gt;
&lt;span lang=EN-US style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-ansi-language: EN-US"&gt;&lt;font color=#000000&gt;ACA.NET
is more geared towards large (enterprise) projects: 
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0cm 0cm 3.6pt; VERTICAL-ALIGN: middle"&gt;
&lt;span lang=EN-US style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-ansi-language: EN-US"&gt;&lt;font color=#000000&gt;The
designers support different scaling scenario’s then WSSF: models show less details
and it supports cross model datacontracts; 
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0cm 0cm 3.6pt; VERTICAL-ALIGN: middle"&gt;
&lt;span lang=EN-US style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-ansi-language: EN-US"&gt;&lt;font color=#000000&gt;Has
Entlib integration out of the box; 
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0cm 0cm 3.6pt; VERTICAL-ALIGN: middle"&gt;
&lt;span lang=EN-US style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-ansi-language: EN-US"&gt;&lt;font color=#000000&gt;It’s
able to generate service facades, non http services (tcp, named pipe, msmq) and WCF
Transaction settings; 
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0cm 0cm 3.6pt; VERTICAL-ALIGN: middle"&gt;
&lt;span lang=EN-US style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-ansi-language: EN-US"&gt;&lt;font color=#000000&gt;It
has extensive training material available; 
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0cm 0cm 3.6pt; VERTICAL-ALIGN: middle"&gt;
&lt;span lang=EN-US style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-ansi-language: EN-US"&gt;&lt;font color=#000000&gt;It’s
supported by Avanade. 
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;
&lt;span style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.pieterdebruin.net/aggbug.ashx?id=66a4a936-23b7-460b-8f7c-54d701d3d4f2" /&gt;</content>
  </entry>
  <entry>
    <title>Busy doing public events</title>
    <link rel="alternate" type="text/html" href="http://www.pieterdebruin.net/2008/03/27/BusyDoingPublicEvents.aspx" />
    <id>http://www.pieterdebruin.net/PermaLink,guid,e5f1aead-f84c-46de-bffe-017ab7f5b093.aspx</id>
    <published>2008-03-27T15:59:34.3058272+01:00</published>
    <updated>2008-03-27T15:59:34.3058272+01:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Wow, it has been a busy time. Avanade have been accepted in the Technical Adoption
Program for Visual Studio Team System codename "Rosario". Two weeks ago the kick-off
for this interesting program was led by the VSTS product team in Seattle. 
</p>
        <p>
Yesterday I was present at the Application Lifecycle Management event in The Netherlands.
Ajoy (<a href="http://blogs.msdn.com/ajoyk/">http://blogs.msdn.com/ajoyk/</a>) opened
the day with a keynote on the business value of VSTS. Achmea, KPN and Ivar Jacobson
were also keynoting. My colleague Damir Varga presented his experience in performance
testing using VSTS. Good stuff!
</p>
        <p>
Next week Leon and I will repeat the MSDN InTrack session on .NET 3.5 which we did
in january. <a href="http://www.microsoft.com/netherlands/evenementen/intrack/msdn/msdn_intrack_netframework.aspx">http://www.microsoft.com/netherlands/evenementen/intrack/msdn/msdn_intrack_netframework.aspx</a> 
</p>
        <p>
And finally Avanade will be doing three presentations at DevDays this year <a href="http://blogs.microsoft.nl/blog_arie_leeuwesteijn/archive/2008/03/03/developer-days-2008-sprekers-en-onderwerpen.aspx">http://blogs.microsoft.nl/blog_arie_leeuwesteijn/archive/2008/03/03/developer-days-2008-sprekers-en-onderwerpen.aspx</a></p>
        <p>
Come see us! :-)
</p>
        <img width="0" height="0" src="http://www.pieterdebruin.net/aggbug.ashx?id=e5f1aead-f84c-46de-bffe-017ab7f5b093" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Are you in Barneveld on thursday?</title>
    <link rel="alternate" type="text/html" href="http://www.pieterdebruin.net/2008/01/14/AreYouInBarneveldOnThursday.aspx" />
    <id>http://www.pieterdebruin.net/PermaLink,guid,a9b11fca-97e7-4c06-8082-a1b7e9d76902.aspx</id>
    <published>2008-01-14T23:14:44.3863056+01:00</published>
    <updated>2008-01-14T23:14:44.3863056+01:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Together with Leon Krancher I will be presenting .NET 3.0 and 3.5 in the Microsoft
Innovation Center:
</p>
        <p>
          <a href="http://www.microsoft.com/netherlands/evenementen/intrack/msdn/msdn_intrack_netframework.aspx">http://www.microsoft.com/netherlands/evenementen/intrack/msdn/msdn_intrack_netframework.aspx</a>
        </p>
        <img width="0" height="0" src="http://www.pieterdebruin.net/aggbug.ashx?id=a9b11fca-97e7-4c06-8082-a1b7e9d76902" />
      </div>
    </content>
  </entry>
  <entry>
    <title>All developer tools and additions have been updated now</title>
    <link rel="alternate" type="text/html" href="http://www.pieterdebruin.net/2007/12/22/AllDeveloperToolsAndAdditionsHaveBeenUpdatedNow.aspx" />
    <id>http://www.pieterdebruin.net/PermaLink,guid,63f62298-dd96-4c46-80f8-dc713cd707f4.aspx</id>
    <published>2007-12-22T04:47:25.098+01:00</published>
    <updated>2008-04-15T21:24:14.853225+02:00</updated>
    <category term="VSTS" label="VSTS" scheme="http://www.pieterdebruin.net/CategoryView,category,VSTS.aspx" />
    <category term="TFS" label="TFS" scheme="http://www.pieterdebruin.net/CategoryView,category,TFS.aspx" />
    <category term="Visual Studio" label="Visual Studio" scheme="http://www.pieterdebruin.net/CategoryView,category,Visual%2BStudio.aspx" />
    <category term="Team Foundation Server" label="Team Foundation Server" scheme="http://www.pieterdebruin.net/CategoryView,category,Team%2BFoundation%2BServer.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Last month has seen a lot of releases following the launch of Visual Studio 2008 and
Team System <a href="http://blogs.msdn.com/somasegar/archive/2007/11/19/visual-studio-2008-and-net-framework-3-5-shipped.aspx">http://blogs.msdn.com/somasegar/archive/2007/11/19/visual-studio-2008-and-net-framework-3-5-shipped.aspx</a> , <a href="http://blogs.msdn.com/jeffbe/archive/2007/11/19/visual-studio-team-system-2008-ships.aspx">http://blogs.msdn.com/jeffbe/archive/2007/11/19/visual-studio-team-system-2008-ships.aspx</a></p>
        <p>
The story around VS SDK and Domain Specific Languages toolkit <a href="http://blogs.msdn.com/stuart_kent/archive/2007/11/22/what-s-new-for-dsl-tools-in-vs2008-vs2008-sdk.aspx">http://blogs.msdn.com/stuart_kent/archive/2007/11/22/what-s-new-for-dsl-tools-in-vs2008-vs2008-sdk.aspx</a></p>
        <p>
VSTS Web Access has made access to TFS so much easier for non-technicians <a href="http://blogs.msdn.com/bharry/archive/2007/11/30/vsts-web-access-power-tool-for-team-system-2008-released.aspx">http://blogs.msdn.com/bharry/archive/2007/11/30/vsts-web-access-power-tool-for-team-system-2008-released.aspx</a></p>
        <p>
The ASP.NET extensions provide a Model-View-Controller framework and VS2008 Silverlight
support amongst others <a href="http://weblogs.asp.net/scottgu/archive/2007/12/09/asp-net-3-5-extensions-ctp-preview-released.aspx">http://weblogs.asp.net/scottgu/archive/2007/12/09/asp-net-3-5-extensions-ctp-preview-released.aspx</a></p>
        <p>
And finally today the upgraded power tools for Team Foundation Server have been released <a href="http://blogs.msdn.com/bharry/archive/2007/12/21/december-07-release-of-the-tfs-power-tools-for-tfs-2008-are-available.aspx">http://blogs.msdn.com/bharry/archive/2007/12/21/december-07-release-of-the-tfs-power-tools-for-tfs-2008-are-available.aspx</a></p>
        <p>
If you are building .NET 2.0 applications, you really should take a look at all of
the above.
</p>
        <img width="0" height="0" src="http://www.pieterdebruin.net/aggbug.ashx?id=63f62298-dd96-4c46-80f8-dc713cd707f4" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Cool posting: Simulating Monolog Conversations with SQL Server 2005 Service Broker</title>
    <link rel="alternate" type="text/html" href="http://www.pieterdebruin.net/2007/10/12/CoolPostingSimulatingMonologConversationsWithSQLServer2005ServiceBroker.aspx" />
    <id>http://www.pieterdebruin.net/PermaLink,guid,850a4c3e-d5eb-4566-b8ed-af12e8ffa1b7.aspx</id>
    <published>2007-10-12T22:28:05.0356352+02:00</published>
    <updated>2007-10-12T22:28:05.0356352+02:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
"<em>SQL Server 2005 comes with a new service that is very useful for creating robust
Enterprise applications: the Service Broker. Service Broker is useful to implement
guaranteed and in-order delivery of messages between two services. This is modeled
as a dialog between two services. Currently, Service Broker lacks the support for
monolog, or simple queuing of messages.</em>"
</p>
        <p>
          <a href="http://www.codeproject.com/sqlrs/SimulatingMonologConverse.asp">http://www.codeproject.com/sqlrs/SimulatingMonologConverse.asp</a>
        </p>
        <img width="0" height="0" src="http://www.pieterdebruin.net/aggbug.ashx?id=850a4c3e-d5eb-4566-b8ed-af12e8ffa1b7" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Are you attending SOA &amp; BP Conference?</title>
    <link rel="alternate" type="text/html" href="http://www.pieterdebruin.net/2007/10/07/AreYouAttendingSOABPConference.aspx" />
    <id>http://www.pieterdebruin.net/PermaLink,guid,c2643dce-6ff0-44d2-9894-d8514e81246f.aspx</id>
    <published>2007-10-07T21:09:31.5249136+02:00</published>
    <updated>2007-10-07T21:09:31.5249136+02:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Let me know! I'll be there too <a href="http://www.mssoaandbpconference.com/speakers.htm">http://www.mssoaandbpconference.com/speakers.htm</a> Come
see my talk ;-)
</p>
        <img width="0" height="0" src="http://www.pieterdebruin.net/aggbug.ashx?id=c2643dce-6ff0-44d2-9894-d8514e81246f" />
      </div>
    </content>
  </entry>
</feed>