<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" version="2.0">
  <channel>
    <title>Matevž Gačnik's Weblog - Work</title>
    <link>https://www.request-response.com/blog/</link>
    <description>Technology Philanthropy</description>
    <image>
      <url>http://www.request-response.com/blog/images/favicon.jpg</url>
      <title>Matevž Gačnik's Weblog - Work</title>
      <link>https://www.request-response.com/blog/</link>
    </image>
    <language>en-us</language>
    <copyright>Matevz Gacnik</copyright>
    <lastBuildDate>Tue, 07 Jun 2011 06:57:17 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.1.8102.813</generator>
    <managingEditor>matevz.gacnik@gmail.com</managingEditor>
    <webMaster>matevz.gacnik@gmail.com</webMaster>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=37ac3935-a80f-4f57-b194-d830781002e1</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,37ac3935-a80f-4f57-b194-d830781002e1.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,37ac3935-a80f-4f57-b194-d830781002e1.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=37ac3935-a80f-4f57-b194-d830781002e1</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
The following is a <strong>three day</strong> saga of empty 'Turn Windows Features
on or off' dialog.
</p>
        <p>
This dialog, as unimportant as it may seem, is the only orifice into Windows subsystem
installations without having to cramp up command line <font face="Courier New">msiexec.exe</font> wizardry
on obscure system installation folders that nobody wants to understand.
</p>
        <p>
Empty, it looks like this:
</p>
        <p>
          <img src="images/optfeatures.png" />
        </p>
        <p>
First thing anyone should do when it comes to something obscure like this is:
</p>
        <ol>
          <li>
Reinstall the OS (kidding, but would help) 
</li>
          <li>
In-place upgrade of the OS (kidding, but would help faster) 
</li>
          <li>
Clean reboot (really, but most probably won't help) 
</li>
          <li>
Run <font face="Courier New">chkdsk /f</font> and <font face="Courier New">sfc /scannow</font> (really) 
</li>
          <li>
If that does not help, proceed below</li>
        </ol>
        <p>
If you still can't control your MSMQ or IIS installation, then you need to find out
which of the servicing packages got corrupted somehow.
</p>
        <p>
Servicing packages are Windows Update MSIs, located in hell under <font face="Courier New">HKLM/Software/Microsoft/Windows/CurrentVersion/Component
Based Servicing/Packages</font>. I've got a <strong>couple thousand</strong> under
there, so the only question is how to get to rough one out of there.
</p>
        <p>
There's a tool, called <strong>System Update Readiness Tool</strong> [<a href="http://support.microsoft.com/kb/947821">here</a>]
that nobody uses. Its side effect is that it checks peculiarities like this. Run it,
then unleash <font face="Courier New">notepad.exe</font> on <font face="Courier New">C:\Windows\Logs\CBS\CheckSUR.log</font> and
find something like this:
</p>
        <p>
          <font face="Courier New">Checking Windows Servicing Packages</font>
        </p>
        <p style="MARGIN-RIGHT: 0px" dir="ltr">
          <font face="Courier New">Checking Package Manifests and Catalogs<br />
(f) CBS MUM Corrupt 0x800F0900 servicing\Packages\<br />
Package_4_for_KB2446710~31bf3856ad364e35~amd64~~6.1.1.3.mum  Line 1: 
<br /><br />
(f) CBS Catalog Corrupt 0x800B0100 servicing\Packages\<br />
Package_4_for_KB2446710~31bf3856ad364e35~amd64~~6.1.1.3.cat  <br /></font>
          <br />
Then find the package in registry,<em> take ownership of the node</em>, <em>set permissions</em> so
you can delete and <strong><em>delete it</em></strong>. Your <font face="Courier New">OptionalFeatures.exe</font> work
again and it took only 10 minutes.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=37ac3935-a80f-4f57-b194-d830781002e1" />
      </body>
      <title>The Case of Empty OptionalFeatures.exe Dialog</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,37ac3935-a80f-4f57-b194-d830781002e1.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,37ac3935-a80f-4f57-b194-d830781002e1.aspx</link>
      <pubDate>Tue, 07 Jun 2011 06:57:17 GMT</pubDate>
      <description>&lt;p&gt;
The following is a &lt;strong&gt;three day&lt;/strong&gt; saga of empty 'Turn Windows Features
on or off' dialog.
&lt;/p&gt;
&lt;p&gt;
This dialog, as unimportant as it may seem, is the only orifice into Windows subsystem
installations without having to cramp up command line &lt;font face="Courier New"&gt;msiexec.exe&lt;/font&gt; wizardry
on obscure system installation folders that nobody wants to understand.
&lt;/p&gt;
&lt;p&gt;
Empty, it looks like this:
&lt;/p&gt;
&lt;p&gt;
&lt;img src="images/optfeatures.png"&gt;
&lt;/p&gt;
&lt;p&gt;
First thing anyone should do when it comes to something obscure like this is:
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Reinstall the OS (kidding, but would help) 
&lt;li&gt;
In-place upgrade of the OS (kidding, but would help faster) 
&lt;li&gt;
Clean reboot&amp;nbsp;(really, but most probably won't help) 
&lt;li&gt;
Run &lt;font face="Courier New"&gt;chkdsk /f&lt;/font&gt; and &lt;font face="Courier New"&gt;sfc /scannow&lt;/font&gt; (really) 
&lt;li&gt;
If that does not help, proceed below&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
If you still can't control your MSMQ or IIS installation, then you need to find out
which of the servicing packages got corrupted somehow.
&lt;/p&gt;
&lt;p&gt;
Servicing packages are Windows Update MSIs, located in hell under &lt;font face="Courier New"&gt;HKLM/Software/Microsoft/Windows/CurrentVersion/Component
Based Servicing/Packages&lt;/font&gt;. I've got a &lt;strong&gt;couple thousand&lt;/strong&gt; under
there, so the only question is how to get to rough one out of there.
&lt;/p&gt;
&lt;p&gt;
There's a tool, called &lt;strong&gt;System Update Readiness Tool&lt;/strong&gt; [&lt;a href="http://support.microsoft.com/kb/947821"&gt;here&lt;/a&gt;]
that nobody uses. Its side effect is that it checks peculiarities like this. Run it,
then unleash &lt;font face="Courier New"&gt;notepad.exe&lt;/font&gt; on &lt;font face="Courier New"&gt;C:\Windows\Logs\CBS\CheckSUR.log&lt;/font&gt; and
find something like this:
&lt;/p&gt;
&lt;p&gt;
&lt;font face="Courier New"&gt;Checking Windows Servicing Packages&lt;/font&gt;
&lt;/p&gt;
&lt;p style="MARGIN-RIGHT: 0px" dir=ltr&gt;
&lt;font face="Courier New"&gt;Checking Package Manifests and Catalogs&lt;br&gt;
(f)&amp;nbsp;CBS MUM Corrupt&amp;nbsp;0x800F0900&amp;nbsp;servicing\Packages\&lt;br&gt;
Package_4_for_KB2446710~31bf3856ad364e35~amd64~~6.1.1.3.mum&amp;nbsp;&amp;nbsp;Line 1: 
&lt;br&gt;
&lt;br&gt;
(f)&amp;nbsp;CBS Catalog Corrupt&amp;nbsp;0x800B0100&amp;nbsp;servicing\Packages\&lt;br&gt;
Package_4_for_KB2446710~31bf3856ad364e35~amd64~~6.1.1.3.cat&amp;nbsp;&amp;nbsp;&lt;br&gt;
&lt;/font&gt;
&lt;br&gt;
Then find the package in registry,&lt;em&gt; take ownership of the node&lt;/em&gt;, &lt;em&gt;set permissions&lt;/em&gt; so
you can delete and &lt;strong&gt;&lt;em&gt;delete it&lt;/em&gt;&lt;/strong&gt;. Your &lt;font face="Courier New"&gt;OptionalFeatures.exe&lt;/font&gt; work
again and it took only 10 minutes.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=37ac3935-a80f-4f57-b194-d830781002e1" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,37ac3935-a80f-4f57-b194-d830781002e1.aspx</comments>
      <category>Other</category>
      <category>Windows 7</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=ba451d69-fe26-4881-adf2-dbd802ac8845</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,ba451d69-fe26-4881-adf2-dbd802ac8845.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,ba451d69-fe26-4881-adf2-dbd802ac8845.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=ba451d69-fe26-4881-adf2-dbd802ac8845</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Interoperability day is focused on, well, interoperability. Especially between major
vendors in government space.
</p>
        <p>
We talked about major issues in long term document preservation formats and the penetration
of Office serialization in real world...
</p>
        <p>
.. and the lack of support from legislature covering long term electronic document
formats and their use.
</p>
        <p>
Here's the <a href="http://www.request-response.com/blog/content/binary/interopday2009.pptx">PPT</a> [Slovenian].
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=ba451d69-fe26-4881-adf2-dbd802ac8845" />
      </body>
      <title>Talk at Interoperability Day 2009</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,ba451d69-fe26-4881-adf2-dbd802ac8845.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,ba451d69-fe26-4881-adf2-dbd802ac8845.aspx</link>
      <pubDate>Wed, 03 Jun 2009 13:23:45 GMT</pubDate>
      <description>&lt;p&gt;
Interoperability day is focused on, well, interoperability. Especially between major
vendors in government space.
&lt;/p&gt;
&lt;p&gt;
We talked about major issues in long term document preservation formats and the penetration
of Office serialization in real world...
&lt;/p&gt;
&lt;p&gt;
.. and the lack of support from legislature covering long term electronic document
formats and their use.
&lt;/p&gt;
&lt;p&gt;
Here's the &lt;a href="http://www.request-response.com/blog/content/binary/interopday2009.pptx"&gt;PPT&lt;/a&gt; [Slovenian].
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=ba451d69-fe26-4881-adf2-dbd802ac8845" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,ba451d69-fe26-4881-adf2-dbd802ac8845.aspx</comments>
      <category>Other</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=e75263af-f55d-4b9e-9e70-9c503ae86ce8</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,e75263af-f55d-4b9e-9e70-9c503ae86ce8.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,e75263af-f55d-4b9e-9e70-9c503ae86ce8.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=e75263af-f55d-4b9e-9e70-9c503ae86ce8</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
On Monday, 05/18/2009 I'm speaking at <a href="http://www.documentinteropinitiative.org/">Document
Interop Initiative</a> in London, England.
</p>
        <p>
Title of the talk is: <em>High Fidelity Programmatic Access to Document Content</em>,
which will cover the following topics:
</p>
        <ul>
          <li>
Importance of OOXML as a standards based format, especially in technical issues of
long term storage for document content preservation 
</li>
          <li>
Importance of legal long term storage for document formats 
</li>
          <li>
Signature and timestamp benefits of long term XML formats 
</li>
          <li>
Performance and actual cost analysis of using publicly-parsable formats 
</li>
          <li>
Benefits of having a high fidelity programmatic access to document content, backed
with standardization</li>
        </ul>
        <p>
The event is held at Microsoft Limited, Cardinal Place, 100 Victoria Street SW1E 5JL,
London.
</p>
        <p>
Update: Here's the <a href="http://www.request-response.com/blog/content/binary/london2009_may.zip">presentation</a>.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=e75263af-f55d-4b9e-9e70-9c503ae86ce8" />
      </body>
      <title>Speaking at Document Interop Initiative</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,e75263af-f55d-4b9e-9e70-9c503ae86ce8.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,e75263af-f55d-4b9e-9e70-9c503ae86ce8.aspx</link>
      <pubDate>Sat, 16 May 2009 18:21:51 GMT</pubDate>
      <description>&lt;p&gt;
On Monday, 05/18/2009 I'm speaking at &lt;a href="http://www.documentinteropinitiative.org/"&gt;Document
Interop Initiative&lt;/a&gt; in London, England.
&lt;/p&gt;
&lt;p&gt;
Title of the talk is: &lt;em&gt;High Fidelity Programmatic Access to Document Content&lt;/em&gt;,
which will cover the following topics:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Importance of OOXML as a standards based format, especially in technical issues of
long term storage for document content preservation 
&lt;li&gt;
Importance of legal long term storage for document formats 
&lt;li&gt;
Signature and timestamp benefits of long term XML formats 
&lt;li&gt;
Performance and actual cost analysis of using publicly-parsable formats 
&lt;li&gt;
Benefits of having a high fidelity programmatic access to document content, backed
with standardization&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
The event is held at Microsoft Limited, Cardinal Place, 100 Victoria Street SW1E 5JL,
London.
&lt;/p&gt;
&lt;p&gt;
Update: Here's the &lt;a href="http://www.request-response.com/blog/content/binary/london2009_may.zip"&gt;presentation&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=e75263af-f55d-4b9e-9e70-9c503ae86ce8" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,e75263af-f55d-4b9e-9e70-9c503ae86ce8.aspx</comments>
      <category>Microsoft</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=3e45c176-f86b-4b60-b0a5-9425631e2438</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,3e45c176-f86b-4b60-b0a5-9425631e2438.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,3e45c176-f86b-4b60-b0a5-9425631e2438.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=3e45c176-f86b-4b60-b0a5-9425631e2438</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I'm sorry it took a week, but here we go.
</p>
        <p>
This is my exit content from <a href="http://www.bleedingedge.si/">Bleeding Edge 2008</a>.
I'm also posting complete conference contents, just in case.
</p>
        <p>
          <img src="http://www.request-response.com/blog/content/binary/be2008.jpg" />
        </p>
        <p>
Thanks go out to <a href="http://blogs.solidq.com/EN/dzupancic/default.aspx">Dušan</a>, <a href="http://blogs.solidq.com/EN/dsarka/default.aspx">Dejan</a>, <a href="http://www.mihavalencic.com/?p=124">Miha</a>, <a href="http://cs.rthand.com/blogs/blog_with_righthand/archive/2008/10/03/Material-from-my-_2200_Make-ORM-applications-more-secure_2F00_Naredimo-ORM-aplikacije-varnej_6101_e_2200_-presentation.aspx">Miha</a> and <a href="http://www.krneki.net/blog/">Miha</a>.
</p>
        <p>
Downloads:
</p>
        <ul>
          <li>
Middle Tier Design Unleashed: <a href="http://downloads.request-response.com/BleedingEdge2008_MiddleTier.zip">PPT
&amp; Code</a></li>
          <li>
Complete Conference: <a href="http://downloads.request-response.com/BleedingEdge2008.zip">PPT
&amp; Code</a></li>
        </ul>
        <p>
          <font color="#808080" size="1">Remark: PPT in Slovene only. Code international.</font>
        </p>
        <p>
Thank you for attending. Hope to see you next year!
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=3e45c176-f86b-4b60-b0a5-9425631e2438" />
      </body>
      <title>Bleeding Edge 2008: Postback</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,3e45c176-f86b-4b60-b0a5-9425631e2438.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,3e45c176-f86b-4b60-b0a5-9425631e2438.aspx</link>
      <pubDate>Thu, 09 Oct 2008 19:42:02 GMT</pubDate>
      <description>&lt;p&gt;
I'm sorry it took a week, but here we go.
&lt;/p&gt;
&lt;p&gt;
This is my exit content from &lt;a href="http://www.bleedingedge.si/"&gt;Bleeding Edge 2008&lt;/a&gt;.
I'm also posting complete conference contents, just in case.
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.request-response.com/blog/content/binary/be2008.jpg"&gt;
&lt;/p&gt;
&lt;p&gt;
Thanks go out to &lt;a href="http://blogs.solidq.com/EN/dzupancic/default.aspx"&gt;Dušan&lt;/a&gt;, &lt;a href="http://blogs.solidq.com/EN/dsarka/default.aspx"&gt;Dejan&lt;/a&gt;, &lt;a href="http://www.mihavalencic.com/?p=124"&gt;Miha&lt;/a&gt;, &lt;a href="http://cs.rthand.com/blogs/blog_with_righthand/archive/2008/10/03/Material-from-my-_2200_Make-ORM-applications-more-secure_2F00_Naredimo-ORM-aplikacije-varnej_6101_e_2200_-presentation.aspx"&gt;Miha&lt;/a&gt; and &lt;a href="http://www.krneki.net/blog/"&gt;Miha&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Downloads:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Middle Tier Design Unleashed: &lt;a href="http://downloads.request-response.com/BleedingEdge2008_MiddleTier.zip"&gt;PPT
&amp;amp; Code&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
Complete Conference: &lt;a href="http://downloads.request-response.com/BleedingEdge2008.zip"&gt;PPT
&amp;amp; Code&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;font color=#808080 size=1&gt;Remark: PPT in Slovene only. Code international.&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
Thank you for attending. Hope to see you next year!
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=3e45c176-f86b-4b60-b0a5-9425631e2438" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,3e45c176-f86b-4b60-b0a5-9425631e2438.aspx</comments>
      <category>CLR</category>
      <category>Conferences</category>
      <category>Microsoft</category>
      <category>Web Services</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=b6565ebe-4d35-4676-a09e-08b84b6554b1</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,b6565ebe-4d35-4676-a09e-08b84b6554b1.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,b6565ebe-4d35-4676-a09e-08b84b6554b1.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=b6565ebe-4d35-4676-a09e-08b84b6554b1</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I'm happy to announce <a href="http://blogs.solidq.com/EN/dsarka/Lists/Posts/Post.aspx?ID=119">our</a> organization
work is coming to fruition.
</p>
        <p>
          <a href="http://www.bleedingedge.si">Bleeding Edge 2008</a> is taking the stage for
the autumn season.
</p>
        <p>
          <strong>
            <img src="http://www.request-response.com/blog/content/binary/be2008.jpg" />
            <br />
          </strong>
          <strong>Portorož, Slovenia, October 1<sup>st</sup>, 9:00</strong>
        </p>
        <p>
          <a href="http://www.bleedingedge.si">Official site</a>, <a href="http://www.bleedingedge.si/prijava.html">Registration</a>, <a href="http://www.bleedingedge.si/sponzorji.html">Sponsors</a></p>
        <p>
Go for the early bird registration (till September 12<sup>th</sup>). The time is now.
</p>
        <p>
Potential sponsor? <a href="http://www.bleedingedge.si/sponzorji.html">Here</a>'s
the offering.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=b6565ebe-4d35-4676-a09e-08b84b6554b1" />
      </body>
      <title>Bleeding Edge 2008</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,b6565ebe-4d35-4676-a09e-08b84b6554b1.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,b6565ebe-4d35-4676-a09e-08b84b6554b1.aspx</link>
      <pubDate>Thu, 17 Jul 2008 13:50:06 GMT</pubDate>
      <description>&lt;p&gt;
I'm happy to announce &lt;a href="http://blogs.solidq.com/EN/dsarka/Lists/Posts/Post.aspx?ID=119"&gt;our&lt;/a&gt; organization
work is coming to fruition.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.bleedingedge.si"&gt;Bleeding Edge 2008&lt;/a&gt; is taking the stage for
the autumn season.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;img src="http://www.request-response.com/blog/content/binary/be2008.jpg"&gt;
&lt;br&gt;
&lt;/strong&gt;&lt;strong&gt;Portorož, Slovenia, October 1&lt;sup&gt;st&lt;/sup&gt;, 9:00&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.bleedingedge.si"&gt;Official site&lt;/a&gt;, &lt;a href="http://www.bleedingedge.si/prijava.html"&gt;Registration&lt;/a&gt;, &lt;a href="http://www.bleedingedge.si/sponzorji.html"&gt;Sponsors&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Go for the early bird registration (till September 12&lt;sup&gt;th&lt;/sup&gt;). The time is now.
&lt;/p&gt;
&lt;p&gt;
Potential sponsor? &lt;a href="http://www.bleedingedge.si/sponzorji.html"&gt;Here&lt;/a&gt;'s
the offering.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=b6565ebe-4d35-4676-a09e-08b84b6554b1" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,b6565ebe-4d35-4676-a09e-08b84b6554b1.aspx</comments>
      <category>Architecture</category>
      <category>Conferences</category>
      <category>MVP</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=dc2c17a8-a37b-4aa5-9e73-b0c55efe22f0</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,dc2c17a8-a37b-4aa5-9e73-b0c55efe22f0.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,dc2c17a8-a37b-4aa5-9e73-b0c55efe22f0.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=dc2c17a8-a37b-4aa5-9e73-b0c55efe22f0</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
One of our core products, <a href="http://gama-system.com/Content.aspx?id=20050200">Gama
System eArchive</a> was <a href="http://www.merriam-webster.com/dictionary/accredit">accredited</a> last
week.
</p>
        <p>
This is <strong>the first accreditation</strong> of a domestic product and <strong>the
first one</strong> covering long term electronic document storage in a SOA based system.
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p>
            <em>Every document stored inside the Gama System eArchive product is now legally legal.
No questions asked.</em>
          </p>
        </blockquote>
        <p>
Accreditation is done by a <a href="http://www.arhiv.gov.si/en/">national body</a> and
represents the last step in a formal acknowledgement to holiness.
</p>
        <p align="center">
          <img src="http://www.request-response.com/blog/content/binary/archive1.jpg" />
        </p>
        <p>
That means a lot to me, even more to <a href="http://www.gama-system.si">our company</a>.
</p>
        <p>
The following blog entries were (in)directly inspired by the development of this product:
</p>
        <ul>
          <li>
            <a href="http://www.request-response.com/blog/PermaLink,guid,f37eda08-845c-4b0a-a66c-ea9cec03c06b.aspx">Laws
and Digital Signatures</a>
          </li>
          <li>
            <a href="http://www.request-response.com/blog/PermaLink,guid,a510f1dc-23bb-42aa-b683-a70c4740bfe5.aspx">Reliable
Messaging and Retry Timeouts</a>
          </li>
          <li>
            <a href="http://www.request-response.com/blog/PermaLink,guid,ab874bc2-1546-48d1-a8aa-46f0bf876d93.aspx">Approaches
to Document Style Parameter Models</a>
          </li>
          <li>
            <a href="http://www.request-response.com/blog/PermaLink,guid,26149053-63bc-495e-bab0-8d14e7e46190.aspx">XmlSerializer,
Ambient XML Namespaces and Digital Signatures</a>
          </li>
          <li>
            <a href="http://www.request-response.com/blog/PermaLink,guid,f731e5cc-9490-4f1e-bc7d-efb91f357cd1.aspx">Security
Sessions and Service Throttling</a>
          </li>
          <li>
            <a href="http://www.request-response.com/blog/PermaLink,guid,a6cb59e6-cbc2-4ce3-92b2-ea40bc5929f6.aspx">Reliable
Message Delivery</a>
          </li>
          <li>
            <a href="http://www.request-response.com/blog/PermaLink,guid,aa617aa7-1073-422c-86f5-deaaa0758e7d.aspx">Reliable
Message Delivery Continued</a>
          </li>
          <li>
            <a href="http://www.request-response.com/blog/PermaLink,guid,03fb0e40-b446-42b5-ad90-3be9b0260cb5.aspx">Durable
Reliable Messaging</a>
          </li>
        </ul>
        <p>
We've made <strong>a lot of effort</strong> to get this thing developed and accredited.
The certificate is <a href="http://www.request-response.com/blog/content/binary/e_ars_2007_003.pdf">here</a>.
</p>
        <p>
          <a href="http://www.arhiv.gov.si/si/e_hramba_dokumentarnega_gradiva/akreditacija/register_akreditirane_opreme_in_storitev">This</a>, <a href="http://www.posta.si/Namizje.aspx?tabid=746">this</a>, <a href="http://www.agencijanet.si/gama-system-e-arhiv-inovacija-leta-med-malimi-in-srednjimi-podjetji/">this</a>, <a href="http://finance.si/214263">this</a>, <a href="http://www.mojmikro.si/mreza/po_slovensko/ucinkovito_upravljanje_dokumentov_in_varna_e-hramba_podatkov">this</a>, <a href="http://mladipodjetnik.si/arhiv/novice/clani-tehnoloskega-parka-ljubljana-izbrani-med-10-najbolj-inovativnih-podjetij-v-sloveniji">this</a>, <a href="http://www.mojmikro.si/news/gama_system_pricakuje_preboj_med_svetovno_elito">this</a>, <a href="http://www.imix.ba/">this</a>, <a href="http://www.ashrafcom.com/edoc.htm">this</a> and <a href="http://www.si21.com/news.php?id=62696">t</a><a href="http://download.microsoft.com/download/7/D/E/7DE50907-87DD-4FFB-B10F-44A891EB49EC/cs_posta-slovenije-arhiviranje.doc">h</a><a href="http://www.agencijanet.si/slovenska-podjetja-na-cebit-u-2008/">o</a><a href="http://download.microsoft.com/download/F/2/4/F248F674-5D6E-430D-9C31-76546D57C2A3/CS%20Posta%20CEP.DOC">s</a><a href="http://www.agencijanet.si/matevzu-gacniku-ze-tretjic-mandat-microsoftovega-regionalnega-direktorja/">e</a> are
direct approvals of our correct decisions.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=dc2c17a8-a37b-4aa5-9e73-b0c55efe22f0" />
      </body>
      <title>Accreditus: Gama System eArchive</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,dc2c17a8-a37b-4aa5-9e73-b0c55efe22f0.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,dc2c17a8-a37b-4aa5-9e73-b0c55efe22f0.aspx</link>
      <pubDate>Sat, 05 Jul 2008 12:18:06 GMT</pubDate>
      <description>&lt;p&gt;
One of our core products, &lt;a href="http://gama-system.com/Content.aspx?id=20050200"&gt;Gama
System eArchive&lt;/a&gt; was &lt;a href="http://www.merriam-webster.com/dictionary/accredit"&gt;accredited&lt;/a&gt; last
week.
&lt;/p&gt;
&lt;p&gt;
This is &lt;strong&gt;the first accreditation&lt;/strong&gt; of a domestic product and &lt;strong&gt;the
first one&lt;/strong&gt; covering long term electronic document storage in a SOA based system.
&lt;/p&gt;
&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt; 
&lt;p&gt;
&lt;em&gt;Every document stored inside the Gama System eArchive product is now legally legal.
No questions asked.&lt;/em&gt;
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
Accreditation is done by a &lt;a href="http://www.arhiv.gov.si/en/"&gt;national body&lt;/a&gt;&amp;nbsp;and
represents the last step in a formal acknowledgement to holiness.
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img src="http://www.request-response.com/blog/content/binary/archive1.jpg"&gt;
&lt;/p&gt;
&lt;p&gt;
That means a lot to me, even more to &lt;a href="http://www.gama-system.si"&gt;our company&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
The following blog entries were (in)directly inspired by the development of this product:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://www.request-response.com/blog/PermaLink,guid,f37eda08-845c-4b0a-a66c-ea9cec03c06b.aspx"&gt;Laws
and Digital Signatures&lt;/a&gt; 
&lt;li&gt;
&lt;a href="http://www.request-response.com/blog/PermaLink,guid,a510f1dc-23bb-42aa-b683-a70c4740bfe5.aspx"&gt;Reliable
Messaging and Retry Timeouts&lt;/a&gt; 
&lt;li&gt;
&lt;a href="http://www.request-response.com/blog/PermaLink,guid,ab874bc2-1546-48d1-a8aa-46f0bf876d93.aspx"&gt;Approaches
to Document Style Parameter Models&lt;/a&gt; 
&lt;li&gt;
&lt;a href="http://www.request-response.com/blog/PermaLink,guid,26149053-63bc-495e-bab0-8d14e7e46190.aspx"&gt;XmlSerializer,
Ambient XML Namespaces and Digital Signatures&lt;/a&gt; 
&lt;li&gt;
&lt;a href="http://www.request-response.com/blog/PermaLink,guid,f731e5cc-9490-4f1e-bc7d-efb91f357cd1.aspx"&gt;Security
Sessions and Service Throttling&lt;/a&gt; 
&lt;li&gt;
&lt;a href="http://www.request-response.com/blog/PermaLink,guid,a6cb59e6-cbc2-4ce3-92b2-ea40bc5929f6.aspx"&gt;Reliable
Message Delivery&lt;/a&gt; 
&lt;li&gt;
&lt;a href="http://www.request-response.com/blog/PermaLink,guid,aa617aa7-1073-422c-86f5-deaaa0758e7d.aspx"&gt;Reliable
Message Delivery Continued&lt;/a&gt; 
&lt;li&gt;
&lt;a href="http://www.request-response.com/blog/PermaLink,guid,03fb0e40-b446-42b5-ad90-3be9b0260cb5.aspx"&gt;Durable
Reliable Messaging&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
We've made &lt;strong&gt;a lot of effort&lt;/strong&gt; to get this thing developed and accredited.
The certificate is &lt;a href="http://www.request-response.com/blog/content/binary/e_ars_2007_003.pdf"&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.arhiv.gov.si/si/e_hramba_dokumentarnega_gradiva/akreditacija/register_akreditirane_opreme_in_storitev"&gt;This&lt;/a&gt;, &lt;a href="http://www.posta.si/Namizje.aspx?tabid=746"&gt;this&lt;/a&gt;, &lt;a href="http://www.agencijanet.si/gama-system-e-arhiv-inovacija-leta-med-malimi-in-srednjimi-podjetji/"&gt;this&lt;/a&gt;, &lt;a href="http://finance.si/214263"&gt;this&lt;/a&gt;, &lt;a href="http://www.mojmikro.si/mreza/po_slovensko/ucinkovito_upravljanje_dokumentov_in_varna_e-hramba_podatkov"&gt;this&lt;/a&gt;, &lt;a href="http://mladipodjetnik.si/arhiv/novice/clani-tehnoloskega-parka-ljubljana-izbrani-med-10-najbolj-inovativnih-podjetij-v-sloveniji"&gt;this&lt;/a&gt;, &lt;a href="http://www.mojmikro.si/news/gama_system_pricakuje_preboj_med_svetovno_elito"&gt;this&lt;/a&gt;, &lt;a href="http://www.imix.ba/"&gt;this&lt;/a&gt;, &lt;a href="http://www.ashrafcom.com/edoc.htm"&gt;this&lt;/a&gt;&amp;nbsp;and &lt;a href="http://www.si21.com/news.php?id=62696"&gt;t&lt;/a&gt;&lt;a href="http://download.microsoft.com/download/7/D/E/7DE50907-87DD-4FFB-B10F-44A891EB49EC/cs_posta-slovenije-arhiviranje.doc"&gt;h&lt;/a&gt;&lt;a href="http://www.agencijanet.si/slovenska-podjetja-na-cebit-u-2008/"&gt;o&lt;/a&gt;&lt;a href="http://download.microsoft.com/download/F/2/4/F248F674-5D6E-430D-9C31-76546D57C2A3/CS%20Posta%20CEP.DOC"&gt;s&lt;/a&gt;&lt;a href="http://www.agencijanet.si/matevzu-gacniku-ze-tretjic-mandat-microsoftovega-regionalnega-direktorja/"&gt;e&lt;/a&gt; are
direct approvals of our correct decisions.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=dc2c17a8-a37b-4aa5-9e73-b0c55efe22f0" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,dc2c17a8-a37b-4aa5-9e73-b0c55efe22f0.aspx</comments>
      <category>.NET 3.0 - General</category>
      <category>.NET 3.0 - WCF</category>
      <category>.NET 3.5 - WCF</category>
      <category>Other</category>
      <category>Personal</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=839bd119-ae37-45d1-9652-a02006342aa9</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,839bd119-ae37-45d1-9652-a02006342aa9.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,839bd119-ae37-45d1-9652-a02006342aa9.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=839bd119-ae37-45d1-9652-a02006342aa9</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
There is some serious pain going on when you need to add a simple <em>custom document
property</em> into multiple Word 2007 text areas.
</p>
        <p>
Say you have a <strong>version property</strong> that you would need to update using
the document property mechanics. And say you use it in four different locations inside
your document.
</p>
        <ul>
          <li>
There is no <em>ribbon command</em> for it. There was a menu option in Word 2003 days.</li>
          <li>
There is no simple way of adding to <em>The Ribbon</em>. You have to customize
the Quick Access Toolbar and stick with ugly, limited use icons forever or so.</li>
          <ul>
            <li>
You need to choose <font face="Courier New">All commands</font> in <font face="Courier New">Customize
Quick Access Toolbar</font> to find <font face="Courier New">Insert Field</font> option.</li>
          </ul>
          <li>
This is not the only limiting option for a power user. The number of simplifications
for the casual user is equal to the number of limitations for the power user. And
yes, I know, casual users win the number battle.</li>
        </ul>
        <p>
          <img src="http://www.request-response.com/blog/images/wordinsertfield.jpg" />
        </p>
        <p>
So:
</p>
        <ol>
          <li>
Right click <em>The Ribbon</em> and select <font face="Courier New">Customize Quick
Access Toolbar</font></li>
          <li>
Select <font face="Courier New">All Commands</font> and <font face="Courier New">Insert
Field</font></li>
          <li>
Add it to <font face="Courier New">Custom Quick Access Toolbar</font></li>
          <li>
Click the new icon</li>
          <li>
In <font face="Courier New">Field names</font> select <font face="Courier New">DocProperty</font></li>
          <li>
Select your value, in this example <font face="Courier New">Version</font></li>
        </ol>
        <p>
Yes. <strong>Ease of use.</strong></p>
        <p>
Please, give me an option to get my menus and keyboard shortcuts back.
</p>
        <p>
Pretty please.
</p>
        <p>
 
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=839bd119-ae37-45d1-9652-a02006342aa9" />
      </body>
      <title>Problem: Adding custom properties to document text in Word 2007</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,839bd119-ae37-45d1-9652-a02006342aa9.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,839bd119-ae37-45d1-9652-a02006342aa9.aspx</link>
      <pubDate>Mon, 09 Jul 2007 20:44:50 GMT</pubDate>
      <description>&lt;p&gt;
There is some serious pain going on when you need to add a simple &lt;em&gt;custom document
property&lt;/em&gt; into multiple Word 2007 text areas.
&lt;/p&gt;
&lt;p&gt;
Say you have a &lt;strong&gt;version property&lt;/strong&gt; that you would need to update using
the document property mechanics. And say you use it in four different locations inside
your document.
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
There is no &lt;em&gt;ribbon command&lt;/em&gt; for it. There was a menu option in Word 2003 days.&lt;/li&gt;
&lt;li&gt;
There is no simple way of adding to &lt;em&gt;The&amp;nbsp;Ribbon&lt;/em&gt;. You have to customize
the Quick Access Toolbar and stick with ugly, limited use icons forever or so.&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
You need to choose &lt;font face="Courier New"&gt;All commands&lt;/font&gt; in &lt;font face="Courier New"&gt;Customize
Quick Access Toolbar&lt;/font&gt; to find &lt;font face="Courier New"&gt;Insert Field&lt;/font&gt; option.&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;
This is not the only limiting option for a power user. The number of simplifications
for the casual user is equal to the number of limitations for the power user. And
yes, I know, casual users win the number battle.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;img src="http://www.request-response.com/blog/images/wordinsertfield.jpg"&gt;
&lt;/p&gt;
&lt;p&gt;
So:
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Right click &lt;em&gt;The Ribbon&lt;/em&gt; and select &lt;font face="Courier New"&gt;Customize Quick
Access Toolbar&lt;/font&gt;
&lt;/li&gt;
&lt;li&gt;
Select &lt;font face="Courier New"&gt;All Commands&lt;/font&gt; and &lt;font face="Courier New"&gt;Insert
Field&lt;/font&gt;
&lt;/li&gt;
&lt;li&gt;
Add it to &lt;font face="Courier New"&gt;Custom Quick Access Toolbar&lt;/font&gt;
&lt;/li&gt;
&lt;li&gt;
Click the new icon&lt;/li&gt;
&lt;li&gt;
In &lt;font face="Courier New"&gt;Field names&lt;/font&gt; select &lt;font face="Courier New"&gt;DocProperty&lt;/font&gt;
&lt;/li&gt;
&lt;li&gt;
Select your value, in this example &lt;font face="Courier New"&gt;Version&lt;/font&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
Yes. &lt;strong&gt;Ease of use.&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
Please, give me an option to get my menus and keyboard shortcuts back.
&lt;/p&gt;
&lt;p&gt;
Pretty please.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=839bd119-ae37-45d1-9652-a02006342aa9" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,839bd119-ae37-45d1-9652-a02006342aa9.aspx</comments>
      <category>Microsoft</category>
      <category>Personal</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=e6ba0263-8825-4a6d-91e8-f5ce7f92111e</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,e6ba0263-8825-4a6d-91e8-f5ce7f92111e.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,e6ba0263-8825-4a6d-91e8-f5ce7f92111e.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=e6ba0263-8825-4a6d-91e8-f5ce7f92111e</wfw:commentRss>
      <slash:comments>6</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I noticed an awkwardness on my IIS6 server installation today.
</p>
        <p>
All my sites were running with a US locale, thus invalidating the currency/date time/decimal
calculations by an order of magnitude.
</p>
        <p>
The problem was that the server was installed using the default settings, and also
applied those to the <font face="Courier New">Network Service</font> account under
which most of my sites work.
</p>
        <p>
How do you fix this?
</p>
        <ol>
          <li>
Login (RDP is OK) 
</li>
          <li>
Change the locale to your preference on the logged in account, use Control Panel's
Regional Settings UI, you may need to reboot 
</li>
          <li>
Go to <font face="Courier New">HKEY_CURRENT_USER\Control Panel\International</font></li>
          <li>
Right click, choose <font face="Courier New">Export</font></li>
          <li>
Open the file in Notepad, replace <font face="Courier New">"HKEY_CURRENT_USER"</font> with <font face="Courier New">"HKEY_USERS\S-1-5-20"</font>,
this is the Network Service account 
</li>
          <li>
Save the .reg file 
</li>
          <li>
Double click the .reg file and import the settings 
</li>
          <li>
Restart IIS</li>
        </ol>
        <p>
You should have your locale set.
</p>
        <p>
Oh, on the other side, while investigating this, here's a scoop on how to get to clear
text passwords of <font face="Courier New">IUSR_MACHINENAME</font> and <font face="Courier New">IWAM_MACHINENAME</font> accounts:
</p>
        <ol>
          <li>
Go to <font face="Courier New">C:\InetPub\AdminScripts</font> and open <font face="Courier New">adsutil.vbs</font> script
in Notepad 
</li>
          <li>
Change the only occurrence of <font face="Courier New">"IsSecureProperty = True"</font> to <font face="Courier New">"IsSecureProperty
= False"</font>. Save. 
</li>
          <li>
Run <font face="Courier New">"cscript adsutil.vbs get w3svc/anonymoususerpass"</font> in
command prompt 
</li>
          <li>
Run <font face="Courier New">"cscript adsutil.vbs get w3svc/wamuserpass"</font> in
command prompt 
</li>
          <li>
Don't forget to revert to <font face="Courier New">"IsSecureProperty = True"</font> in <font face="Courier New">adsutil.vbs</font></li>
          <li>
Don't forget to save the file again</li>
        </ol>
        <p>
You should have both passwords now. This comes handy when you need to fine tune the
settings of both built-in accounts.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=e6ba0263-8825-4a6d-91e8-f5ce7f92111e" />
      </body>
      <title>IIS6: Changing the Locale ID when Regional Settings Won't Work</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,e6ba0263-8825-4a6d-91e8-f5ce7f92111e.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,e6ba0263-8825-4a6d-91e8-f5ce7f92111e.aspx</link>
      <pubDate>Wed, 18 Apr 2007 11:04:31 GMT</pubDate>
      <description>&lt;p&gt;
I noticed an awkwardness on my IIS6 server installation today.
&lt;/p&gt;
&lt;p&gt;
All my sites were running with a US locale, thus invalidating the currency/date time/decimal
calculations by an order of magnitude.
&lt;/p&gt;
&lt;p&gt;
The problem was that the server was installed using the default settings, and also
applied those to the &lt;font face="Courier New"&gt;Network Service&lt;/font&gt; account under
which most of my sites work.
&lt;/p&gt;
&lt;p&gt;
How do you fix this?
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Login (RDP is OK) 
&lt;li&gt;
Change the locale to your preference on the logged in account, use Control Panel's
Regional Settings UI, you may need to reboot 
&lt;li&gt;
Go to &lt;font face="Courier New"&gt;HKEY_CURRENT_USER\Control Panel\International&lt;/font&gt; 
&lt;li&gt;
Right click, choose &lt;font face="Courier New"&gt;Export&lt;/font&gt; 
&lt;li&gt;
Open the file in Notepad, replace &lt;font face="Courier New"&gt;"HKEY_CURRENT_USER"&lt;/font&gt; with &lt;font face="Courier New"&gt;"HKEY_USERS\S-1-5-20"&lt;/font&gt;,
this is the Network Service account 
&lt;li&gt;
Save the .reg file 
&lt;li&gt;
Double click the .reg file and import the settings 
&lt;li&gt;
Restart IIS&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
You should have your locale set.
&lt;/p&gt;
&lt;p&gt;
Oh, on the other side, while investigating this, here's a scoop on how to get to clear
text passwords of &lt;font face="Courier New"&gt;IUSR_MACHINENAME&lt;/font&gt; and &lt;font face="Courier New"&gt;IWAM_MACHINENAME&lt;/font&gt; accounts:
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Go to &lt;font face="Courier New"&gt;C:\InetPub\AdminScripts&lt;/font&gt; and open &lt;font face="Courier New"&gt;adsutil.vbs&lt;/font&gt; script
in Notepad 
&lt;li&gt;
Change the only occurrence of &lt;font face="Courier New"&gt;"IsSecureProperty = True"&lt;/font&gt; to &lt;font face="Courier New"&gt;"IsSecureProperty
= False"&lt;/font&gt;. Save. 
&lt;li&gt;
Run &lt;font face="Courier New"&gt;"cscript adsutil.vbs get w3svc/anonymoususerpass"&lt;/font&gt; in
command prompt 
&lt;li&gt;
Run &lt;font face="Courier New"&gt;"cscript adsutil.vbs get w3svc/wamuserpass"&lt;/font&gt; in
command prompt 
&lt;li&gt;
Don't forget to revert to &lt;font face="Courier New"&gt;"IsSecureProperty = True"&lt;/font&gt; in &lt;font face="Courier New"&gt;adsutil.vbs&lt;/font&gt; 
&lt;li&gt;
Don't forget to save the file again&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
You should have both passwords now. This comes handy when you need to fine tune the
settings of both built-in accounts.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=e6ba0263-8825-4a6d-91e8-f5ce7f92111e" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,e6ba0263-8825-4a6d-91e8-f5ce7f92111e.aspx</comments>
      <category>Other</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=9ec78873-f699-4ed8-b6f4-b6927d663606</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,9ec78873-f699-4ed8-b6f4-b6927d663606.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,9ec78873-f699-4ed8-b6f4-b6927d663606.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=9ec78873-f699-4ed8-b6f4-b6927d663606</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
If you need a distraction free writing environment, grab a copy of <a href="http://they.misled.us/dark-room">Dark
Room</a>. I found it after a few years of using <a href="http://www.hogbaysoftware.com/product/writeroom">WriteRoom</a>,
the original, on a Mac.
</p>
        <p>
          <img src="http://they.misled.us/images/dark_room.gif" />
        </p>
        <p>
I write most of my draft documents in it. Then I move them to Word and apply formatting.
I write <em>all </em>blog entries - exclusively in Dark Room - <em>every post</em>.
</p>
        <p>
It does what every text editor should be doing first. It makes you concentrate on
the subject.
</p>
        <p>
And, best of all - it's small footprint, single .exe app. Xcopy it to your
path. Bam.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=9ec78873-f699-4ed8-b6f4-b6927d663606" />
      </body>
      <title>Using Dark Room</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,9ec78873-f699-4ed8-b6f4-b6927d663606.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,9ec78873-f699-4ed8-b6f4-b6927d663606.aspx</link>
      <pubDate>Sun, 11 Mar 2007 21:19:35 GMT</pubDate>
      <description>&lt;p&gt;
If you need a distraction free writing environment, grab a copy of &lt;a href="http://they.misled.us/dark-room"&gt;Dark
Room&lt;/a&gt;. I found it after a few years of using &lt;a href="http://www.hogbaysoftware.com/product/writeroom"&gt;WriteRoom&lt;/a&gt;,
the original, on&amp;nbsp;a Mac.
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://they.misled.us/images/dark_room.gif"&gt;
&lt;/p&gt;
&lt;p&gt;
I write most of my draft documents in it. Then I move them to Word and apply formatting.
I write &lt;em&gt;all &lt;/em&gt;blog entries - exclusively in Dark Room - &lt;em&gt;every post&lt;/em&gt;.
&lt;/p&gt;
&lt;p&gt;
It does what every text editor should be doing first. It makes you concentrate on
the subject.
&lt;/p&gt;
&lt;p&gt;
And, best of all&amp;nbsp;-&amp;nbsp;it's small footprint, single .exe app. Xcopy it to your
path. Bam.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=9ec78873-f699-4ed8-b6f4-b6927d663606" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,9ec78873-f699-4ed8-b6f4-b6927d663606.aspx</comments>
      <category>Other</category>
      <category>Personal</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=9c42242b-1d7c-4864-aa64-ab72dbf27ada</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,9c42242b-1d7c-4864-aa64-ab72dbf27ada.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,9c42242b-1d7c-4864-aa64-ab72dbf27ada.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=9c42242b-1d7c-4864-aa64-ab72dbf27ada</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I just finished presenting my talk on the October 2006 Slovenian MSDN event.
</p>
        <p>
Here are the deliverables:
</p>
        <p>
Code: <a href="http://www.request-response.com/blog/content/binary/CalculateTaxServiceWorkflow.zip">Download</a><br />
PPT: <a href="http://www.request-response.com/blog/content/binary/WCF+WF_Oct2006.zip">Download</a> [Slovenian]
</p>
        <p>
Solution file includes:
</p>
        <ol>
          <li>
WCF service using <font face="Courier New">wsDualHttpBinding</font> for duplex session
communication scenario. WCF service hosts a workflow which computes stock tax based
on the current (complex) Slovenian legislation.</li>
          <li>
WF workflow named <font face="Courier New">ComputeTaxWorkflow</font><font face="Verdana">.
Workflow calls out to our public ASP .NET WebServices: <a href="http://webservices.gama-system.com/stockquotes.asmx">StockQuotes</a> and <a href="http://webservices.gama-system.com/exchangerates.asmx">ExchangeRates</a>.</font></li>
          <li>
WCF Client, which sends requests and receives responses when the workflow is done</li>
        </ol>
        <p>
Check it out. It's free.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=9c42242b-1d7c-4864-aa64-ab72dbf27ada" />
      </body>
      <title>MSDN Event Presentation: Code and PPT</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,9c42242b-1d7c-4864-aa64-ab72dbf27ada.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,9c42242b-1d7c-4864-aa64-ab72dbf27ada.aspx</link>
      <pubDate>Mon, 23 Oct 2006 10:04:56 GMT</pubDate>
      <description>&lt;p&gt;
I just finished presenting my talk on the October 2006 Slovenian MSDN event.
&lt;/p&gt;
&lt;p&gt;
Here are the deliverables:
&lt;/p&gt;
&lt;p&gt;
Code: &lt;a href="http://www.request-response.com/blog/content/binary/CalculateTaxServiceWorkflow.zip"&gt;Download&lt;/a&gt;
&lt;br&gt;
PPT: &lt;a href="http://www.request-response.com/blog/content/binary/WCF+WF_Oct2006.zip"&gt;Download&lt;/a&gt;&amp;nbsp;[Slovenian]
&lt;/p&gt;
&lt;p&gt;
Solution file includes:
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
WCF service using &lt;font face="Courier New"&gt;wsDualHttpBinding&lt;/font&gt; for duplex session
communication scenario. WCF service hosts a workflow which computes stock tax based
on the current (complex) Slovenian legislation.&lt;/li&gt;
&lt;li&gt;
WF workflow named &lt;font face="Courier New"&gt;ComputeTaxWorkflow&lt;/font&gt;&lt;font face=Verdana&gt;.
Workflow calls out to our public ASP .NET WebServices: &lt;a href="http://webservices.gama-system.com/stockquotes.asmx"&gt;StockQuotes&lt;/a&gt; and &lt;a href="http://webservices.gama-system.com/exchangerates.asmx"&gt;ExchangeRates&lt;/a&gt;.&lt;/font&gt;
&lt;/li&gt;
&lt;li&gt;
WCF Client, which sends requests and receives responses when the workflow is done&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
Check it out. It's free.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=9c42242b-1d7c-4864-aa64-ab72dbf27ada" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,9c42242b-1d7c-4864-aa64-ab72dbf27ada.aspx</comments>
      <category>.NET 3.0 - General</category>
      <category>.NET 3.0 - WCF</category>
      <category>.NET 3.0 - WF</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=4c9487e9-b98a-48ae-902a-f08b8c56f9fd</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,4c9487e9-b98a-48ae-902a-f08b8c56f9fd.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,4c9487e9-b98a-48ae-902a-f08b8c56f9fd.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=4c9487e9-b98a-48ae-902a-f08b8c56f9fd</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
We had a nice discussion throughout the day today, together with around 50 attendees.
It's hard to even cover feature changes of .NET 3.0 in a day, but we managed
to cover the important things of WCF and WF, spending a complete day inside the Visual
Studio.
</p>
        <p>
Here are the demos: <a href="http://www.request-response.com/blog/content/binary/WCFWFDemosOct2006.zip">Download</a><br />
And the PPT slides: <a href="http://www.request-response.com/blog/content/binary/WCF_WF_Oct2006.zip">Download</a> [Slovenian]
</p>
        <p>
And the link to the Tom Archer's <a href="http://blogs.msdn.com/tomarcher/archive/2006/07/17/668572.aspx">compatibility
matrix</a> for the .NET Framework 3.0 downloads.
</p>
        <p>
Thanks to everyone who attended.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=4c9487e9-b98a-48ae-902a-f08b8c56f9fd" />
      </body>
      <title>.NET 3.0 Middleware Technologies Day</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,4c9487e9-b98a-48ae-902a-f08b8c56f9fd.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,4c9487e9-b98a-48ae-902a-f08b8c56f9fd.aspx</link>
      <pubDate>Thu, 05 Oct 2006 17:03:06 GMT</pubDate>
      <description>&lt;p&gt;
We had a nice discussion throughout the day today, together with around 50 attendees.
It's hard to even&amp;nbsp;cover feature changes of .NET 3.0 in a day, but we managed
to cover the important things of WCF and WF, spending a complete day inside the Visual
Studio.
&lt;/p&gt;
&lt;p&gt;
Here are the demos: &lt;a href="http://www.request-response.com/blog/content/binary/WCFWFDemosOct2006.zip"&gt;Download&lt;/a&gt;
&lt;br&gt;
And the PPT slides: &lt;a href="http://www.request-response.com/blog/content/binary/WCF_WF_Oct2006.zip"&gt;Download&lt;/a&gt;&amp;nbsp;[Slovenian]
&lt;/p&gt;
&lt;p&gt;
And the link to the Tom Archer's&amp;nbsp;&lt;a href="http://blogs.msdn.com/tomarcher/archive/2006/07/17/668572.aspx"&gt;compatibility
matrix&lt;/a&gt; for the .NET Framework 3.0 downloads.
&lt;/p&gt;
&lt;p&gt;
Thanks to everyone who attended.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=4c9487e9-b98a-48ae-902a-f08b8c56f9fd" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,4c9487e9-b98a-48ae-902a-f08b8c56f9fd.aspx</comments>
      <category>.NET 3.0 - WCF</category>
      <category>.NET 3.0 - WF</category>
      <category>Architecture</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=26378714-3cf8-4ec4-a8a9-6252abdcda35</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,26378714-3cf8-4ec4-a8a9-6252abdcda35.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,26378714-3cf8-4ec4-a8a9-6252abdcda35.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=26378714-3cf8-4ec4-a8a9-6252abdcda35</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
This has bothered me for two weeks. There was no way to install .NET Fx 1.1 on a Vista
5456 box.
</p>
        <p>
Here's the solution: <a href="http://blogs.msdn.com/astebner/archive/2006/07/06/658484.aspx">http://blogs.msdn.com/astebner/archive/2006/07/06/658484.aspx</a></p>
        <p>
After the permission fix, Framework 1.1 and SP1 for 1.1 install flawlessly.
</p>
        <p>
Thanks Aaron Stebner!
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=26378714-3cf8-4ec4-a8a9-6252abdcda35" />
      </body>
      <title>Installing .NET Framework 1.1 on Windows Vista Build 5456</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,26378714-3cf8-4ec4-a8a9-6252abdcda35.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,26378714-3cf8-4ec4-a8a9-6252abdcda35.aspx</link>
      <pubDate>Sat, 08 Jul 2006 09:03:34 GMT</pubDate>
      <description>&lt;p&gt;
This has bothered me for two weeks. There was no way to install .NET Fx 1.1 on a Vista
5456 box.
&lt;/p&gt;
&lt;p&gt;
Here's the solution: &lt;a href="http://blogs.msdn.com/astebner/archive/2006/07/06/658484.aspx"&gt;http://blogs.msdn.com/astebner/archive/2006/07/06/658484.aspx&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
After the permission fix, Framework 1.1 and SP1 for 1.1 install flawlessly.
&lt;/p&gt;
&lt;p&gt;
Thanks Aaron Stebner!
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=26378714-3cf8-4ec4-a8a9-6252abdcda35" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,26378714-3cf8-4ec4-a8a9-6252abdcda35.aspx</comments>
      <category>Windows Vista</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=8ae358ba-2cad-4bc4-9c24-7cbc5d0e7d54</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,8ae358ba-2cad-4bc4-9c24-7cbc5d0e7d54.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,8ae358ba-2cad-4bc4-9c24-7cbc5d0e7d54.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=8ae358ba-2cad-4bc4-9c24-7cbc5d0e7d54</wfw:commentRss>
      <slash:comments>4</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
If you happen to run Windows XP SP2 on a machine with more than a GB of RAM, you may
likely see the following notification appear on the system tray:
</p>
        <p>
          <img alt="Hibernate Error on Windows XP SP2" hspace="0" src="http://www.request-response.com/blog/images/hibernateerror.jpg" align="baseline" border="0" />
        </p>
        <p>
This happens after hibernation is attempted. The error is: "Insufficient system resources
exist to complete the API."
</p>
        <p>
The solution is <a href="http://support.microsoft.com/?kbid=909095">Q909095</a>. There
is a hotfix available, but you have to <strike>call Microsoft PSS to get it</strike><a href="http://www.microsoft.com/downloads/details.aspx?amp;amp;amp;amp;amp;displaylang=en&amp;familyid=9D20F96A-A8D6-4627-89F7-787CD9B3852C&amp;displaylang=en">download
the patch</a>. It includes a new OS kernel which works flawlessly on my ThinkPad
T60p with 2GB.
</p>
        <p>
Knock knock. 
</p>
        <p>
[Update 10/17/2006, <a href="http://www.microsoft.com/downloads/details.aspx?amp;amp;amp;amp;amp;displaylang=en&amp;familyid=9D20F96A-A8D6-4627-89F7-787CD9B3852C&amp;displaylang=en">Download</a> available]
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=8ae358ba-2cad-4bc4-9c24-7cbc5d0e7d54" />
      </body>
      <title>Hibernation Issue on Windows XP SP2: &gt;1GB RAM</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,8ae358ba-2cad-4bc4-9c24-7cbc5d0e7d54.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,8ae358ba-2cad-4bc4-9c24-7cbc5d0e7d54.aspx</link>
      <pubDate>Wed, 14 Jun 2006 09:24:15 GMT</pubDate>
      <description>&lt;p&gt;
If you happen to run Windows XP SP2 on a machine with more than a GB of RAM, you may
likely see the following notification appear on the system tray:
&lt;/p&gt;
&lt;p&gt;
&lt;img alt="Hibernate Error on Windows XP SP2" hspace=0 src="http://www.request-response.com/blog/images/hibernateerror.jpg" align=baseline border=0&gt;
&lt;/p&gt;
&lt;p&gt;
This happens after hibernation is attempted. The error is: "Insufficient system resources
exist to complete the API."
&lt;/p&gt;
&lt;p&gt;
The solution is &lt;a href="http://support.microsoft.com/?kbid=909095"&gt;Q909095&lt;/a&gt;. There
is a hotfix available, but you have to &lt;strike&gt;call Microsoft PSS to get it&lt;/strike&gt; &lt;a href="http://www.microsoft.com/downloads/details.aspx?amp;amp;amp;amp;amp;displaylang=en&amp;amp;familyid=9D20F96A-A8D6-4627-89F7-787CD9B3852C&amp;amp;displaylang=en"&gt;download
the patch&lt;/a&gt;. It includes a new&amp;nbsp;OS kernel which works flawlessly on my ThinkPad
T60p with 2GB.
&lt;/p&gt;
&lt;p&gt;
Knock knock.&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
[Update 10/17/2006, &lt;a href="http://www.microsoft.com/downloads/details.aspx?amp;amp;amp;amp;amp;displaylang=en&amp;amp;familyid=9D20F96A-A8D6-4627-89F7-787CD9B3852C&amp;amp;displaylang=en"&gt;Download&lt;/a&gt; available]
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=8ae358ba-2cad-4bc4-9c24-7cbc5d0e7d54" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,8ae358ba-2cad-4bc4-9c24-7cbc5d0e7d54.aspx</comments>
      <category>Other</category>
      <category>Personal</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=22b8cc90-5af8-4459-aa35-6d01be44ee73</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,22b8cc90-5af8-4459-aa35-6d01be44ee73.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,22b8cc90-5af8-4459-aa35-6d01be44ee73.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=22b8cc90-5af8-4459-aa35-6d01be44ee73</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Today, Google released <a href="http://code.google.com/webtoolkit/">Google Web Toolkit</a>,
which is an alternative to Microsoft's <a href="http://atlas.asp.net/">Atlas</a>.
</p>
        <p>
Indeed, Hell is <a href="http://pluralsight.com/blogs/dbox/archive/2006/05/16/23770.aspx">freezing
over</a>.
</p>
        <p>
Industry at large is competing for every piece of programming world. The idea of having
ability to influence programmers into <a href="http://msdn.microsoft.com/vstudio/express/">using
your platform</a> has become eligible for every vendor.
</p>
        <p>
These situations are prevalent even on smaller markets. What we see is that companies
are willing to offer their frameworks to big clients for a couple of reasons:
</p>
        <ul>
          <li>
They can, because they own them (frameworks, that is)</li>
          <li>
They want to, because it is, remember, free to distribute (and hell to develop)</li>
          <li>
They want to, because addiction is good<sup>tm</sup></li>
        </ul>
        <p>
There is a special case of <a href="http://www.vroma.org/~bmcmanus/presentation/pos_addiction.html">positive
addiction</a> present in the development world. I call it <em>tool addiction</em>,
because it's actually not bound to a specific framework and/or platform version.
</p>
        <p>
No one wants to use <font face="Courier New">notepad.exe</font> during development
of a serious solution, right? We <em>do need</em> that Intellisense after all. Although
it's just a bunch of programmatic schema definitions, one gets addicted to it. Platform
vendors know this. This is the main reason tools are becoming free. The <em>addiction
flu</em> is spreading out of the platform world, into the tool space, and as
it seems to specific framework space.
</p>
        <p>
Anyone who is offering anything for free has a background plan. They are not that
stupid. Vendors know that once you get hooked it's not easy to be abstinent.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=22b8cc90-5af8-4459-aa35-6d01be44ee73" />
      </body>
      <title>Google goes AJAX: Positive addiction in the framework space</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,22b8cc90-5af8-4459-aa35-6d01be44ee73.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,22b8cc90-5af8-4459-aa35-6d01be44ee73.aspx</link>
      <pubDate>Wed, 17 May 2006 20:51:10 GMT</pubDate>
      <description>&lt;p&gt;
Today, Google released &lt;a href="http://code.google.com/webtoolkit/"&gt;Google Web Toolkit&lt;/a&gt;,
which is an alternative to Microsoft's &lt;a href="http://atlas.asp.net/"&gt;Atlas&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Indeed, Hell is &lt;a href="http://pluralsight.com/blogs/dbox/archive/2006/05/16/23770.aspx"&gt;freezing
over&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Industry at large is competing for every piece of programming world. The idea of having
ability to influence programmers into &lt;a href="http://msdn.microsoft.com/vstudio/express/"&gt;using
your platform&lt;/a&gt; has become eligible for every vendor.
&lt;/p&gt;
&lt;p&gt;
These situations are prevalent even on smaller markets. What we see is that companies
are willing to offer their frameworks to big clients for&amp;nbsp;a couple of reasons:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
They can, because they own them (frameworks, that is)&lt;/li&gt;
&lt;li&gt;
They want to, because it is, remember, free to distribute (and hell to develop)&lt;/li&gt;
&lt;li&gt;
They want to, because addiction is good&lt;sup&gt;tm&lt;/sup&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
There is a special case of &lt;a href="http://www.vroma.org/~bmcmanus/presentation/pos_addiction.html"&gt;positive
addiction&lt;/a&gt; present in the development world. I call it &lt;em&gt;tool addiction&lt;/em&gt;,
because it's actually not bound to a specific framework and/or platform version.
&lt;/p&gt;
&lt;p&gt;
No one wants to use &lt;font face="Courier New"&gt;notepad.exe&lt;/font&gt; during development
of a serious solution, right? We &lt;em&gt;do need&lt;/em&gt; that Intellisense after all. Although
it's just a bunch of programmatic schema definitions, one gets addicted to it. Platform
vendors know this. This is the main reason tools are becoming free. The &lt;em&gt;addiction
flu&lt;/em&gt; is spreading out of the platform world,&amp;nbsp;into the tool space, and as
it seems to specific framework space.
&lt;/p&gt;
&lt;p&gt;
Anyone who is offering anything for free has a background plan. They are not that
stupid. Vendors know that once you get hooked it's not easy to be abstinent.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=22b8cc90-5af8-4459-aa35-6d01be44ee73" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,22b8cc90-5af8-4459-aa35-6d01be44ee73.aspx</comments>
      <category>Personal</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=32a1a3e1-7b15-46e1-a488-7375ebdc3d48</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,32a1a3e1-7b15-46e1-a488-7375ebdc3d48.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,32a1a3e1-7b15-46e1-a488-7375ebdc3d48.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=32a1a3e1-7b15-46e1-a488-7375ebdc3d48</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://discuss.joelonsoftware.com/default.asp?joel.3.219431.12">This</a> has
to be one of the best written analogies between current framework use cases ever.
</p>
        <p>
We indeed are in a state of using ANYTHING that can make our developer lives easier,
no matter what the consequences are. An often times, consequences manifest themselves
in increased costs, time-to-ship prolongation, complexity and speed.
</p>
        <p>
Go read <a href="http://discuss.joelonsoftware.com/default.asp?joel.3.219431.12">it</a>.
It's worth way more than the time spent.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=32a1a3e1-7b15-46e1-a488-7375ebdc3d48" />
      </body>
      <title>Joel Spolsky Discussion on Frameworks</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,32a1a3e1-7b15-46e1-a488-7375ebdc3d48.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,32a1a3e1-7b15-46e1-a488-7375ebdc3d48.aspx</link>
      <pubDate>Thu, 09 Mar 2006 11:54:08 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://discuss.joelonsoftware.com/default.asp?joel.3.219431.12"&gt;This&lt;/a&gt; has
to be one of the best written analogies between current framework use cases ever.
&lt;/p&gt;
&lt;p&gt;
We indeed are in a state of using ANYTHING that can make our developer lives easier,
no matter what the consequences are. An often times, consequences manifest themselves
in increased costs, time-to-ship prolongation, complexity and speed.
&lt;/p&gt;
&lt;p&gt;
Go read &lt;a href="http://discuss.joelonsoftware.com/default.asp?joel.3.219431.12"&gt;it&lt;/a&gt;.
It's worth way more than the time spent.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=32a1a3e1-7b15-46e1-a488-7375ebdc3d48" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,32a1a3e1-7b15-46e1-a488-7375ebdc3d48.aspx</comments>
      <category>Other</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=a4e2aaf1-e15a-4a75-be8a-31ffb9cc5e09</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,a4e2aaf1-e15a-4a75-be8a-31ffb9cc5e09.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,a4e2aaf1-e15a-4a75-be8a-31ffb9cc5e09.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=a4e2aaf1-e15a-4a75-be8a-31ffb9cc5e09</wfw:commentRss>
      <slash:comments>4</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
My current occupation leads me to spend as much time as possible in WinFX.
</p>
        <p>
WinFX should stand for <strong>Win</strong>dows <strong>F</strong>ramework E<strong>x</strong>tensions.
What a Windows Framework is, I don't know. I know what .NET Framework is, but that's
another drop in the ocean.
</p>
        <p>
Having said that, there seems to be inconsistency between what is, will be or was
inside WinFX (or <a href="http://msdn.microsoft.com/windowsvista/getthebeta/default.aspx">WinFX
Runtime Components</a>, if you wish).
</p>
        <p>
In 2003, WinFX (if you were at the majorrevealingconferenceoftheyear - PDC 2003),
you would concur that WinFX will be:
</p>
        <ul>
          <li>
            <a href="http://msdn.microsoft.com/webservices/indigo/default.aspx">Indigo</a> (related
to everything communication) 
</li>
          <li>
            <a href="http://msdn.microsoft.com/windowsvista/building/presentation/">Avalon</a> (related
to everything presentation) 
</li>
          <li>
            <a href="http://msdn.microsoft.com/msdnmag/issues/04/01/WinFS/default.aspx">WinFS</a> (related
to everything storage, somehow)</li>
        </ul>
        <p>
In 2004 things changed.
</p>
        <p>
WinFX mysteriously dropped WinFS and inherited something called Workflow - Windows
Workflow Services (now called Windows Workflow Foundation).
</p>
        <p>
At first, <a href="http://msdn.microsoft.com/windowsvista/building/workflow/">Windows
Workflow Foundation</a> was acronymed WWF, which makes sense - you've got WPF (Windows
Presentation Foundation - Avalon), WCF (Windows Communication Foundation - Indigo)
and WWF (Windows Workflow Foundation - WWF).
</p>
        <p>
It is now 2006 and WWF is acronymed WF (just Windows Workflow) and it is still
a part of WinFX. WinFS is still gone (scheduled to be released after <a href="http://www.microsoft.com/windowsvista/">Vista</a> ships).
</p>
        <p>
What worries me the most is that the current plan precludes that this technologies <strong>won't</strong> make
it into the Vista ship vehicle. They just won't be deployed with the OS. If you make
all the fuss around it, invest major tolars in education budget you still won't be
sure that the client supports it.
</p>
        <p>
Windows Installer 3.1 is a wonderful thing, but nonetheless, if anyone can deploy
groundbreaking technology in no time it's Microsoft. Sure, there are <em>'small footprint
security implications'</em> guidelines driving Vista, but no one is saying this beast
should be deployed in active state. Make it available and make it passive. Support
it via Windows Update if showstoppers arise.
</p>
        <p>
There is no need to be scared of another IIS 4 story. There are mechanisms for
deploying technology and not using it by default.
</p>
        <p>
Please, do not make WinFX fade.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=a4e2aaf1-e15a-4a75-be8a-31ffb9cc5e09" />
      </body>
      <title>WinFX and the State of Industry</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,a4e2aaf1-e15a-4a75-be8a-31ffb9cc5e09.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,a4e2aaf1-e15a-4a75-be8a-31ffb9cc5e09.aspx</link>
      <pubDate>Sat, 28 Jan 2006 23:10:36 GMT</pubDate>
      <description>&lt;p&gt;
My current occupation leads me to spend as much time as possible in WinFX.
&lt;/p&gt;
&lt;p&gt;
WinFX should stand for &lt;strong&gt;Win&lt;/strong&gt;dows &lt;strong&gt;F&lt;/strong&gt;ramework E&lt;strong&gt;x&lt;/strong&gt;tensions.
What a Windows Framework is, I don't know. I know what .NET Framework is, but that's
another drop in the ocean.
&lt;/p&gt;
&lt;p&gt;
Having said that, there seems to be inconsistency between what is, will be or was
inside WinFX (or &lt;a href="http://msdn.microsoft.com/windowsvista/getthebeta/default.aspx"&gt;WinFX
Runtime Components&lt;/a&gt;, if you wish).
&lt;/p&gt;
&lt;p&gt;
In 2003, WinFX (if you were at the majorrevealingconferenceoftheyear - PDC 2003),
you would concur that WinFX will be:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://msdn.microsoft.com/webservices/indigo/default.aspx"&gt;Indigo&lt;/a&gt; (related
to everything communication) 
&lt;li&gt;
&lt;a href="http://msdn.microsoft.com/windowsvista/building/presentation/"&gt;Avalon&lt;/a&gt; (related
to everything presentation) 
&lt;li&gt;
&lt;a href="http://msdn.microsoft.com/msdnmag/issues/04/01/WinFS/default.aspx"&gt;WinFS&lt;/a&gt; (related
to everything storage, somehow)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
In 2004 things changed.
&lt;/p&gt;
&lt;p&gt;
WinFX&amp;nbsp;mysteriously dropped WinFS and inherited something called Workflow -&amp;nbsp;Windows
Workflow Services (now called Windows Workflow Foundation).
&lt;/p&gt;
&lt;p&gt;
At first, &lt;a href="http://msdn.microsoft.com/windowsvista/building/workflow/"&gt;Windows
Workflow Foundation&lt;/a&gt; was acronymed WWF, which makes sense - you've got WPF (Windows
Presentation Foundation - Avalon), WCF (Windows Communication Foundation - Indigo)
and WWF (Windows Workflow Foundation - WWF).
&lt;/p&gt;
&lt;p&gt;
It is now 2006 and&amp;nbsp;WWF is acronymed WF (just Windows Workflow) and it is still
a part of WinFX. WinFS is still gone (scheduled to be released after &lt;a href="http://www.microsoft.com/windowsvista/"&gt;Vista&lt;/a&gt; ships).
&lt;/p&gt;
&lt;p&gt;
What worries me the most is that the current plan precludes that this technologies &lt;strong&gt;won't&lt;/strong&gt; make
it into the Vista ship vehicle. They just won't be deployed with the OS. If you make
all the fuss around it, invest major tolars in education budget you still won't be
sure that the client supports it.
&lt;/p&gt;
&lt;p&gt;
Windows Installer 3.1 is a wonderful thing, but nonetheless, if anyone can deploy
groundbreaking technology in no time it's Microsoft. Sure, there are &lt;em&gt;'small footprint
security implications'&lt;/em&gt; guidelines driving Vista, but no one is saying this beast
should be deployed in active state. Make it available and make it passive. Support
it via Windows Update if showstoppers arise.
&lt;/p&gt;
&lt;p&gt;
There is no need to be scared of another IIS&amp;nbsp;4 story. There are mechanisms for
deploying technology and not using it by default.
&lt;/p&gt;
&lt;p&gt;
Please, do not make&amp;nbsp;WinFX fade.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=a4e2aaf1-e15a-4a75-be8a-31ffb9cc5e09" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,a4e2aaf1-e15a-4a75-be8a-31ffb9cc5e09.aspx</comments>
      <category>Windows Vista</category>
      <category>.NET 3.0 - General</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=53d2bb4c-2998-41a0-ab2c-49eada3a4bea</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,53d2bb4c-2998-41a0-ab2c-49eada3a4bea.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,53d2bb4c-2998-41a0-ab2c-49eada3a4bea.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=53d2bb4c-2998-41a0-ab2c-49eada3a4bea</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
If you plan to upgrade your WinFX bits with the yesterday released <a href="http://msdn.microsoft.com/windowsvista/getthebeta/default.aspx">January
2006 CTP of WinFX Runtime Components</a> consider the following:
</p>
        <p>
You do not need to do a fresh reinstall, even though that is what is suggested in
the docs:
</p>
        <ul>
          <li>
Reinstall procedure works on Windows XP SP2 (x86 and x64) 
</li>
          <li>
Reinstall procesure workd on Windows Vista 5270 (December 2005 CTP)</li>
        </ul>
        <p>
First, uninstall all December 2005 CTP bits in the following order:
</p>
        <ol>
          <li>
Visual Studio 2005 Extensions for Windows Workflow Foundation (December
2005 CTP) 
</li>
          <li>
Visual Studio 2005 Extensions for WinFX (December 2005 CTP) 
</li>
          <li>
Microsoft Command Shell (December 2005 CTP, comes with Windows SDK) 
</li>
          <li>
Windows SDK (December 2005 CTP) 
</li>
          <li>
WinFX Runtime Components (December 2005 CTP)</li>
        </ol>
        <p>
Then, invert the installation process:
</p>
        <ol>
          <li>
WinFX Runtime Components (January 2005 CTP) 
</li>
          <li>
Windows SDK (January 2005 CTP) 
</li>
          <li>
Visual Studio 2005 Extensions for WinFX (January 2005 CTP) 
</li>
          <li>
Visual Studio 2005 Extensions for Windows Workflow Foundation (January 2005
CTP)</li>
        </ol>
        <p>
For now, I can't see any major differences in programming model of January &lt;&gt;
December WinFX CTP.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=53d2bb4c-2998-41a0-ab2c-49eada3a4bea" />
      </body>
      <title>Installing WinFX January 2006 CTP over December 2005 CTP</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,53d2bb4c-2998-41a0-ab2c-49eada3a4bea.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,53d2bb4c-2998-41a0-ab2c-49eada3a4bea.aspx</link>
      <pubDate>Thu, 19 Jan 2006 11:04:01 GMT</pubDate>
      <description>&lt;p&gt;
If you plan to upgrade your WinFX bits with the yesterday released &lt;a href="http://msdn.microsoft.com/windowsvista/getthebeta/default.aspx"&gt;January
2006 CTP of WinFX Runtime Components&lt;/a&gt; consider the following:
&lt;/p&gt;
&lt;p&gt;
You do not need to do a fresh reinstall, even though that is what is suggested in
the docs:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Reinstall procedure works on Windows XP SP2 (x86 and x64) 
&lt;li&gt;
Reinstall procesure workd on Windows Vista 5270 (December 2005 CTP)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
First, uninstall all December 2005 CTP bits in the following order:
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Visual Studio 2005 Extensions for&amp;nbsp;Windows Workflow Foundation&amp;nbsp;(December
2005 CTP) 
&lt;li&gt;
Visual Studio 2005 Extensions for WinFX (December 2005 CTP) 
&lt;li&gt;
Microsoft Command Shell (December 2005 CTP, comes with Windows SDK) 
&lt;li&gt;
Windows SDK (December 2005 CTP) 
&lt;li&gt;
WinFX Runtime Components (December 2005 CTP)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
Then, invert the installation process:
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
WinFX Runtime Components (January 2005 CTP) 
&lt;li&gt;
Windows SDK (January 2005 CTP) 
&lt;li&gt;
Visual Studio 2005 Extensions for WinFX (January 2005 CTP) 
&lt;li&gt;
Visual Studio 2005 Extensions for&amp;nbsp;Windows Workflow Foundation&amp;nbsp;(January 2005
CTP)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
For now, I can't see any major differences in programming model of January &amp;lt;&amp;gt;
December WinFX CTP.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=53d2bb4c-2998-41a0-ab2c-49eada3a4bea" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,53d2bb4c-2998-41a0-ab2c-49eada3a4bea.aspx</comments>
      <category>Windows Vista</category>
      <category>.NET 3.0 - General</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=234611e0-6a50-48fe-bddb-cec54eccc084</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,234611e0-6a50-48fe-bddb-cec54eccc084.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,234611e0-6a50-48fe-bddb-cec54eccc084.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=234611e0-6a50-48fe-bddb-cec54eccc084</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
WinFX January 2006 CTP just went <a href="http://msdn.microsoft.com/windowsvista/getthebeta/default.aspx">live</a>.
</p>
        <p>
With it, a Go-Live licence is available for WCF and WF. Sign and deploy.
</p>
        <p>
          <strong>
            <em>Update:</em>
          </strong> They managed to screw up the download links again.
Beware: If you're downloading complete installs (and not the setup manager) use the
lower links for x86 and x64 images (there are two on the get the beta page).
</p>
        <p>
The following links will lead to correct complete download of WinFX January 2006 CTP
Runtime Components:
</p>
        <ul>
          <li>
x86: <a href="http://download.microsoft.com/download/1/C/E/1CE323BD-3632-45CD-ADB3-61179B033434/winfxrc.exe">http://download.microsoft.com/download/1/C/E/1CE323BD-3632-45CD-ADB3-61179B033434/winfxrc.exe</a></li>
          <li>
x64: <a href="http://download.microsoft.com/download/2/0/6/2065648E-444C-40A6-AE58-3F46FC8E854F/winfxrc_x64.exe">http://download.microsoft.com/download/2/0/6/2065648E-444C-40A6-AE58-3F46FC8E854F/winfxrc_x64.exe</a></li>
        </ul>
        <p>
You can also check the file version. The correct WinFX RTC version for January 2006
CTP is 3.0.50727.154 (file size 44.488 KB [x86] and 84.464 KB [x64]). December CTP
was 3.0.50727.151 and file sizes were a couple KB lower.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=234611e0-6a50-48fe-bddb-cec54eccc084" />
      </body>
      <title>WinFX January 2006 CTP Released</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,234611e0-6a50-48fe-bddb-cec54eccc084.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,234611e0-6a50-48fe-bddb-cec54eccc084.aspx</link>
      <pubDate>Wed, 18 Jan 2006 20:34:01 GMT</pubDate>
      <description>&lt;p&gt;
WinFX January 2006 CTP just went &lt;a href="http://msdn.microsoft.com/windowsvista/getthebeta/default.aspx"&gt;live&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
With it, a Go-Live licence is available for WCF and WF. Sign and deploy.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;em&gt;Update:&lt;/em&gt;&lt;/strong&gt; They managed to screw up the download links again.
Beware: If you're downloading complete installs (and not the setup manager) use the
lower links for x86 and x64 images (there are two on the get the beta page).
&lt;/p&gt;
&lt;p&gt;
The following links will lead to correct complete download of WinFX January 2006 CTP
Runtime Components:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
x86: &lt;a href="http://download.microsoft.com/download/1/C/E/1CE323BD-3632-45CD-ADB3-61179B033434/winfxrc.exe"&gt;http://download.microsoft.com/download/1/C/E/1CE323BD-3632-45CD-ADB3-61179B033434/winfxrc.exe&lt;/a&gt; 
&lt;li&gt;
x64: &lt;a href="http://download.microsoft.com/download/2/0/6/2065648E-444C-40A6-AE58-3F46FC8E854F/winfxrc_x64.exe"&gt;http://download.microsoft.com/download/2/0/6/2065648E-444C-40A6-AE58-3F46FC8E854F/winfxrc_x64.exe&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
You can also check the file version. The correct WinFX RTC version for January 2006
CTP is 3.0.50727.154 (file size 44.488 KB [x86] and 84.464 KB [x64]). December CTP
was 3.0.50727.151 and file sizes were a couple KB lower.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=234611e0-6a50-48fe-bddb-cec54eccc084" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,234611e0-6a50-48fe-bddb-cec54eccc084.aspx</comments>
      <category>Web Services</category>
      <category>.NET 3.0 - General</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=34966ef8-3142-46b2-84e0-372b5c36ddcc</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,34966ef8-3142-46b2-84e0-372b5c36ddcc.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,34966ef8-3142-46b2-84e0-372b5c36ddcc.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=34966ef8-3142-46b2-84e0-372b5c36ddcc</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
If you happen to be in the 64-bit world (read running a 64-bit OS on the x64 box,
not IA64), there are two options on how your managed code runs.
</p>
        <p>
It can run:
</p>
        <ul>
          <li>
In a 32-bit process (loads x86 CLR)</li>
          <li>
In a 64-bit process (loads x64 CLR)</li>
        </ul>
        <p>
The high order bit here is the flag under which the image was compiled. Since you
cannot compile for 64-bit architecture in .NET Framework 1.0/1.1, and 2.0 is your
only choice, let's focus on Visual Studio 2005/.NET Framework 2.0 features.
</p>
        <p>
If you look under the hood on a x64 box, you will find that VS 2005 installer will
drop TWO frameworks on your machine.
</p>
        <p>
The 32-bit framework will install in <font face="Courier New">c:\windows\microsoft.net\framework</font> directory,
the 64-bit framework will install in <font face="Courier New">c:\windows\microsoft.net\framework64
directory</font>.
</p>
        <p>
If you installed .NET Framework SDK, you will get two SDKs too. One will be in <font face="Courier New">c:\program
files\microsoft.net\sdk\v2.0 64bit</font> (64-bit), the other in <font face="Courier New">c:\program
files (x86)\microsoft visual studio 8\sdk\v2.0</font> (32-bit, installed in VS 2005
base directory).
</p>
        <p>
What happens at load time is the CLR runtime host decides on which CLR it needs to
load based on the CLR metadata flags. Normally, if you do not change the defaults
in VS 2005, your assemblies will be compiled using the 'anycpu' (also known as MSIL
flag) which will allow the runtime to host the managed app in a 64-bit process on
a x64 box and in a 32-bit process on a x86 box.
</p>
        <p>
You can, however,  control and override this default behaviour even after your
code has been compiled. There's a handy tool called <font face="Courier New">corflags.exe</font> present
in the SDK that allows you to force 'anycpu' compiled code to use 32-bit process in
64-bit world.
</p>
        <p>
More on that in another blog entry.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=34966ef8-3142-46b2-84e0-372b5c36ddcc" />
      </body>
      <title>Running 64-bit Managed Code</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,34966ef8-3142-46b2-84e0-372b5c36ddcc.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,34966ef8-3142-46b2-84e0-372b5c36ddcc.aspx</link>
      <pubDate>Wed, 28 Dec 2005 12:14:51 GMT</pubDate>
      <description>&lt;p&gt;
If you happen to be in the 64-bit world (read running a 64-bit OS on the x64 box,
not IA64), there are two options on how your managed code runs.
&lt;/p&gt;
&lt;p&gt;
It can run:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
In a 32-bit process (loads x86 CLR)&lt;/li&gt;
&lt;li&gt;
In a 64-bit process (loads x64 CLR)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
The high order bit here is the flag under which the image was compiled. Since you
cannot compile for 64-bit architecture in .NET Framework 1.0/1.1, and 2.0 is your
only choice, let's focus on Visual Studio 2005/.NET Framework 2.0 features.
&lt;/p&gt;
&lt;p&gt;
If you look under the hood on a x64 box, you will find that VS 2005 installer will
drop TWO frameworks on your machine.
&lt;/p&gt;
&lt;p&gt;
The 32-bit framework will install in &lt;font face="Courier New"&gt;c:\windows\microsoft.net\framework&lt;/font&gt; directory,
the 64-bit framework will install in &lt;font face="Courier New"&gt;c:\windows\microsoft.net\framework64
directory&lt;/font&gt;.
&lt;/p&gt;
&lt;p&gt;
If you installed .NET Framework SDK, you will get two SDKs too. One will be in &lt;font face="Courier New"&gt;c:\program
files\microsoft.net\sdk\v2.0 64bit&lt;/font&gt; (64-bit), the other in &lt;font face="Courier New"&gt;c:\program
files (x86)\microsoft visual studio 8\sdk\v2.0&lt;/font&gt; (32-bit, installed in VS 2005
base directory).
&lt;/p&gt;
&lt;p&gt;
What happens at load time is the CLR runtime host decides on which CLR it needs to
load based on the CLR metadata flags. Normally, if you do not change the defaults
in VS 2005, your assemblies will be compiled using the 'anycpu' (also known as MSIL
flag) which will allow the runtime to host the managed app in a 64-bit process on
a x64 box and in a 32-bit process on a x86 box.
&lt;/p&gt;
&lt;p&gt;
You can, however, &amp;nbsp;control and override this default behaviour even after your
code has been compiled. There's a handy tool called &lt;font face="Courier New"&gt;corflags.exe&lt;/font&gt; present
in the SDK that allows you to force 'anycpu' compiled code to use 32-bit process in
64-bit world.
&lt;/p&gt;
&lt;p&gt;
More on that in another blog entry.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=34966ef8-3142-46b2-84e0-372b5c36ddcc" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,34966ef8-3142-46b2-84e0-372b5c36ddcc.aspx</comments>
      <category>CLR</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=3e623b1d-a8cd-43c1-9c6e-79af51a70ebf</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,3e623b1d-a8cd-43c1-9c6e-79af51a70ebf.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,3e623b1d-a8cd-43c1-9c6e-79af51a70ebf.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=3e623b1d-a8cd-43c1-9c6e-79af51a70ebf</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
My old laptop died on me this past weekend. Even though it wasn't much of a machine
lately, it was dependable to the very last moment, when it decided to stop working
completely. Dell Inspiron,  RIP.
</p>
        <p>
My new workhorse is a fabulous machine: <a href="http://global.acer.com/products/notebook/fr4000.htm">Acer
Ferrari 4005 WLMi</a></p>
        <p>
It's a 64-bit machine, based on AMD Turion 64 processor. It looks splendid, although
I have to admit that if it would be possible, I would remove the Ferrari logo during
my meetings - even though I am a Ferrari F1 fan.
</p>
        <p>
I'm running Windows Vista December CTP x64 edition, including VS 2005 + .NET Frameword
2.0 x64, WinFX RTC December CTP x64, Windows SDK x64, etc.
</p>
        <p>
Running Indigo in a 64-bit process is a breeze. :)
</p>
        <p>
Anyone deciding between Pentium M and Turion 64 based machine should read: <a href="http://www.laptoplogic.com/resources/detail.php?id=17">Clash
of the Titans: Dothan vs. Turion</a></p>
        <p>
The article compares Intel Pentium M 760 (Dothan) and AMD Turion 64 ML-37. It's a
great article considering the shift to 64-bit is currently <a href="http://www.microsoft.com/vista">underway</a>.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=3e623b1d-a8cd-43c1-9c6e-79af51a70ebf" />
      </body>
      <title>Acer Ferrari 4005 WLMi</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,3e623b1d-a8cd-43c1-9c6e-79af51a70ebf.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,3e623b1d-a8cd-43c1-9c6e-79af51a70ebf.aspx</link>
      <pubDate>Wed, 28 Dec 2005 11:39:48 GMT</pubDate>
      <description>&lt;p&gt;
My old laptop died on me this past weekend. Even though it wasn't much of a machine
lately, it was dependable to the very last moment, when it decided to stop working
completely. Dell Inspiron, &amp;nbsp;RIP.
&lt;/p&gt;
&lt;p&gt;
My new workhorse is a fabulous machine: &lt;a href="http://global.acer.com/products/notebook/fr4000.htm"&gt;Acer
Ferrari 4005 WLMi&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
It's a 64-bit machine, based on AMD Turion 64 processor. It looks splendid, although
I have to admit that if it would be possible, I would remove the Ferrari logo during
my meetings - even though I am a Ferrari F1 fan.
&lt;/p&gt;
&lt;p&gt;
I'm running Windows Vista December CTP x64 edition, including VS 2005 + .NET Frameword
2.0 x64, WinFX RTC December CTP x64, Windows SDK x64, etc.
&lt;/p&gt;
&lt;p&gt;
Running Indigo in a 64-bit process is a breeze. :)
&lt;/p&gt;
&lt;p&gt;
Anyone deciding between Pentium M and Turion 64 based machine should read: &lt;a href="http://www.laptoplogic.com/resources/detail.php?id=17"&gt;Clash
of the Titans: Dothan vs. Turion&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
The article compares Intel Pentium M 760 (Dothan) and AMD Turion 64 ML-37. It's a
great article considering the shift to 64-bit is currently &lt;a href="http://www.microsoft.com/vista"&gt;underway&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=3e623b1d-a8cd-43c1-9c6e-79af51a70ebf" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,3e623b1d-a8cd-43c1-9c6e-79af51a70ebf.aspx</comments>
      <category>Personal</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=95cc6df0-e018-451b-a6be-93a31423cebd</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,95cc6df0-e018-451b-a6be-93a31423cebd.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,95cc6df0-e018-451b-a6be-93a31423cebd.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=95cc6df0-e018-451b-a6be-93a31423cebd</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
If you are planning to install or have already done so, there's an issue with the
automated install of December CTP of WinFX RC (Runtime Components).
</p>
        <p>
The following link will install <strong>November 2005 WinFX RC</strong>:
</p>
        <p>
          <a href="http://www.microsoft.com/downloads/details.aspx?familyid=BD3BA2D5-6ADB-4FB2-A3AA-E16A9EA5603F&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=BD3BA2D5-6ADB-4FB2-A3AA-E16A9EA5603F&amp;displaylang=en</a>
        </p>
        <p>
And to make it even more complex, if you happen to install it in Windows Vista December
CTP, there is no way to remove it and have a clean machine afterwards.
</p>
        <p>
Use the complete download link, ie:
</p>
        <ul>
          <li>
x86: <a href="http://download.microsoft.com/download/9/4/9/949EEA41-364A-45DC-8F4E-47E7AC147D25/winfxrc.exe">http://download.microsoft.com/download/9/4/9/949EEA41-364A-45DC-8F4E-47E7AC147D25/winfxrc.exe</a></li>
          <li>
x64: <a href="http://download.microsoft.com/download/8/3/F/83F862AA-FF41-4D54-9567-1F37888A41DB/winfxrc_x64.exe">http://download.microsoft.com/download/8/3/F/83F862AA-FF41-4D54-9567-1F37888A41DB/winfxrc_x64.exe</a></li>
        </ul>
        <p>
How do you know if this thing screwed you up? You <strong>will not be able to install
a 1GB pack</strong> of Windows SDK (December 2005), which also includes WinFX docs
and samples.
</p>
        <p>
Another proof are filename timestamps of for example <font face="Courier New">System.ServiceModel.dll</font> and
friends, which are 11/18/2005 - equaling to November 2005 CTP dates.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=95cc6df0-e018-451b-a6be-93a31423cebd" />
      </body>
      <title>Installation issue with December CTP of WinFX Runtime Components</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,95cc6df0-e018-451b-a6be-93a31423cebd.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,95cc6df0-e018-451b-a6be-93a31423cebd.aspx</link>
      <pubDate>Thu, 22 Dec 2005 12:25:33 GMT</pubDate>
      <description>&lt;p&gt;
If you are planning to install or have already done so, there's an issue with the
automated install of December CTP of WinFX RC (Runtime Components).
&lt;/p&gt;
&lt;p&gt;
The following link will install &lt;strong&gt;November 2005 WinFX RC&lt;/strong&gt;:
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=BD3BA2D5-6ADB-4FB2-A3AA-E16A9EA5603F&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=BD3BA2D5-6ADB-4FB2-A3AA-E16A9EA5603F&amp;amp;displaylang=en&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
And to make it even more complex, if you happen to install it in Windows Vista December
CTP, there is no way to remove it and have a clean machine afterwards.
&lt;/p&gt;
&lt;p&gt;
Use the complete download link, ie:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
x86: &lt;a href="http://download.microsoft.com/download/9/4/9/949EEA41-364A-45DC-8F4E-47E7AC147D25/winfxrc.exe"&gt;http://download.microsoft.com/download/9/4/9/949EEA41-364A-45DC-8F4E-47E7AC147D25/winfxrc.exe&lt;/a&gt; 
&lt;li&gt;
x64: &lt;a href="http://download.microsoft.com/download/8/3/F/83F862AA-FF41-4D54-9567-1F37888A41DB/winfxrc_x64.exe"&gt;http://download.microsoft.com/download/8/3/F/83F862AA-FF41-4D54-9567-1F37888A41DB/winfxrc_x64.exe&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
How do you know if this thing screwed you up? You &lt;strong&gt;will not be able to install
a 1GB pack&lt;/strong&gt; of Windows SDK (December 2005), which also includes WinFX docs
and samples.
&lt;/p&gt;
&lt;p&gt;
Another proof are filename timestamps of for example &lt;font face="Courier New"&gt;System.ServiceModel.dll&lt;/font&gt; and
friends, which are 11/18/2005 - equaling to November 2005 CTP dates.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=95cc6df0-e018-451b-a6be-93a31423cebd" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,95cc6df0-e018-451b-a6be-93a31423cebd.aspx</comments>
      <category>Windows Vista</category>
      <category>Other</category>
      <category>Personal</category>
      <category>.NET 3.0 - General</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=36758e6c-b0b8-4015-832d-86ae2406112a</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,36758e6c-b0b8-4015-832d-86ae2406112a.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,36758e6c-b0b8-4015-832d-86ae2406112a.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=36758e6c-b0b8-4015-832d-86ae2406112a</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Today, when I was driving back home from a client of mine, I managed to squeeze some
time off between the necessary phone calls to reason about the state/discrepancies
of technology adoption between different businesses.
</p>
        <p>
There's an obvious dicrepancy present.
</p>
        <p>
There are businesses which challenge technology. There are businesses which know about
Vista/Indigo/Avalon/Workflow progress. There are businesses which think they know
about Vista/Indigo/Avalon/Workflow progress. And then, there are real businesses.
</p>
        <p>
They don't care.
</p>
        <p>
By real I don't mean successful businesses. A business can be successful and not real
at the same time. What I mean by real is large, heterogeneous, multi-platform, cross-racial
businesses. They just do not care.
</p>
        <p>
A line of thought, which is mostly present in these scenarios is this: What and how
do we use technology to drive our <strong>business opportunities</strong>? And if
one thinks about it, they are right in both cases:
</p>
        <ol>
          <li>
Adopting a new technology can help you increase business opportunities. It can also
slow you down during the learning cycle. If there are too many learning cycles, you
can be slow all the time. 
</li>
          <li>
New technology usally costs money. It costs in terms of licences, training and lost
working hours trying to make it work. This is counter productive in terms of fulfilling/achieving
business opportunities.</li>
        </ol>
        <p>
The outcome is that real businesses take wise decisions and adopt when the time comes.
They do not rush it. That's one of the reasons that makes them successful.
</p>
        <p>
This should not be read as if my opinion is to wait till technology matures. There <em>are </em>rare
cases that mandate usage of new technology instantly.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=36758e6c-b0b8-4015-832d-86ae2406112a" />
      </body>
      <title>The Order of Adoption</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,36758e6c-b0b8-4015-832d-86ae2406112a.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,36758e6c-b0b8-4015-832d-86ae2406112a.aspx</link>
      <pubDate>Tue, 13 Dec 2005 21:24:33 GMT</pubDate>
      <description>&lt;p&gt;
Today, when I was driving back home from a client of mine, I managed to squeeze some
time off between the necessary phone calls to reason about the state/discrepancies
of technology adoption between different businesses.
&lt;/p&gt;
&lt;p&gt;
There's an obvious dicrepancy present.
&lt;/p&gt;
&lt;p&gt;
There are businesses which challenge technology. There are businesses which know about
Vista/Indigo/Avalon/Workflow progress. There are businesses which think they know
about&amp;nbsp;Vista/Indigo/Avalon/Workflow progress. And then, there are real businesses.
&lt;/p&gt;
&lt;p&gt;
They don't care.
&lt;/p&gt;
&lt;p&gt;
By real I don't mean successful businesses. A business can be successful and not real
at the same time. What I mean by real is large, heterogeneous, multi-platform, cross-racial
businesses. They just&amp;nbsp;do not&amp;nbsp;care.
&lt;/p&gt;
&lt;p&gt;
A line of thought, which is mostly present in these scenarios is this: What and how
do we use technology to drive our &lt;strong&gt;business opportunities&lt;/strong&gt;? And if
one thinks about it, they are right in both cases:
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Adopting a new technology can help you increase business opportunities. It can also
slow you down during the learning cycle. If there are too many learning cycles, you
can be slow all the time. 
&lt;li&gt;
New technology usally costs money. It costs in terms of licences, training and lost
working hours trying to make it work. This is counter productive in terms of fulfilling/achieving
business opportunities.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
The outcome is that real businesses take wise decisions and adopt when the time comes.
They do not rush it. That's one of the reasons that makes them successful.
&lt;/p&gt;
&lt;p&gt;
This should not be read as if my opinion is to wait till technology matures. There &lt;em&gt;are &lt;/em&gt;rare
cases that mandate usage of new technology instantly.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=36758e6c-b0b8-4015-832d-86ae2406112a" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,36758e6c-b0b8-4015-832d-86ae2406112a.aspx</comments>
      <category>Other</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=e96aa3a9-9838-49dc-8a8c-59cba6e27382</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,e96aa3a9-9838-49dc-8a8c-59cba6e27382.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,e96aa3a9-9838-49dc-8a8c-59cba6e27382.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=e96aa3a9-9838-49dc-8a8c-59cba6e27382</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Available for download for all MSDN <a href="http://msdn.microsoft.com/subscriptions">subscribers</a>.
</p>
        <p>
Currently only Visual Studio 2005 Professional is available. Other SKUs have been
pulled, probably because of bandwidth issues.
</p>
        <p>
Also available: SQL Server 2005 RTM.
</p>
        <p>
Now it's time to wait for the corresponding WinFX SDK to appear.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=e96aa3a9-9838-49dc-8a8c-59cba6e27382" />
      </body>
      <title>Visual Studio 2005 is Gold</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,e96aa3a9-9838-49dc-8a8c-59cba6e27382.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,e96aa3a9-9838-49dc-8a8c-59cba6e27382.aspx</link>
      <pubDate>Fri, 28 Oct 2005 09:05:26 GMT</pubDate>
      <description>&lt;p&gt;
Available for download for all MSDN &lt;a href="http://msdn.microsoft.com/subscriptions"&gt;subscribers&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Currently only Visual Studio 2005 Professional is available. Other SKUs have been
pulled, probably because of bandwidth issues.
&lt;/p&gt;
&lt;p&gt;
Also available:&amp;nbsp;SQL Server 2005 RTM.
&lt;/p&gt;
&lt;p&gt;
Now it's time to wait for the corresponding WinFX SDK to appear.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=e96aa3a9-9838-49dc-8a8c-59cba6e27382" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,e96aa3a9-9838-49dc-8a8c-59cba6e27382.aspx</comments>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=c684c87f-6085-4e57-9794-3b4ce125336a</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,c684c87f-6085-4e57-9794-3b4ce125336a.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,c684c87f-6085-4e57-9794-3b4ce125336a.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=c684c87f-6085-4e57-9794-3b4ce125336a</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
There have been quite a few <a href="http://www.request-response.com/blog/PermaLink.aspx?guid=2f86ca0f-29fa-48b0-b761-ca147ada43dd">book</a> requests
in the last 14 days, while I was away.
</p>
        <p>
If anyone who requested the latest book still didn't receive a copy, please write
another email, because it is entirely possible that it got lost somewhere.
</p>
        <p>
Thanks.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=c684c87f-6085-4e57-9794-3b4ce125336a" />
      </body>
      <title>Book requests</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,c684c87f-6085-4e57-9794-3b4ce125336a.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,c684c87f-6085-4e57-9794-3b4ce125336a.aspx</link>
      <pubDate>Tue, 20 Sep 2005 11:28:50 GMT</pubDate>
      <description>&lt;p&gt;
There have been quite a few &lt;a href="http://www.request-response.com/blog/PermaLink.aspx?guid=2f86ca0f-29fa-48b0-b761-ca147ada43dd"&gt;book&lt;/a&gt; requests
in the last 14 days, while I was away.
&lt;/p&gt;
&lt;p&gt;
If anyone who requested the latest book still didn't receive a copy, please write
another email, because it is entirely possible that it got lost somewhere.
&lt;/p&gt;
&lt;p&gt;
Thanks.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=c684c87f-6085-4e57-9794-3b4ce125336a" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,c684c87f-6085-4e57-9794-3b4ce125336a.aspx</comments>
      <category>Personal</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=fdd960d4-5a72-410a-ab16-d971a8ed540f</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,fdd960d4-5a72-410a-ab16-d971a8ed540f.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,fdd960d4-5a72-410a-ab16-d971a8ed540f.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=fdd960d4-5a72-410a-ab16-d971a8ed540f</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
A bunch of you wrote emails to get my <a href="http://www.request-response.com/blog/PermaLink.aspx?guid=2f86ca0f-29fa-48b0-b761-ca147ada43dd">new
book</a>. And that's great. Love it.<br />
If you missed it, you can do it <a href="mailto:matevz.gacnik@gama-system.si?subject=Knjiga: Arhitektura sodobnih resitev Microsoft.NET">again</a>.
</p>
        <p>
I also got some strange feedback:
</p>
        <ul>
          <li>
"Why do you distribute it for free?"</li>
          <li>
"I'd love it, by why do you distribute it for free?"</li>
          <li>
"I would buy it, if you are selling it."</li>
          <li>
"I'm gonna make sure I buy it."</li>
          <li>
"I'm gonna make sure we buy it."</li>
          <li>
"I can't believe that you believe in open source."</li>
        </ul>
        <p>
          <font face="Courier New">&lt;rant mode="on"&gt;<br />
   </font>
          <font face="Courier New">I'm not doing it for the money.
I'm doing it to distribute thought, knowledge and/or religion. This book is free,
as long you are not making direct profit from it without making me a part of it. You
can, though, contribute to local <a href="http://www.codezone-si.info">general
religion awareness</a> anytime.<br /></font>
          <font face="Courier New">&lt;/rant&gt;</font>
        </p>
        <p>
There's another line of thought happening:
</p>
        <ul>
          <li>
"I have a problem with chapter X.Y.Z. I can't believe you believe this is the right
way to go. In any case, I would chose B over A anytime."</li>
          <li>
"Second paragraph in chapter X is just too general. I can't relate to that."</li>
          <li>
"Having spent the last two months on this technology, this just can't be the best
way to go."</li>
          <li>
"There's a specific problem with X in chapter Y if you want to do it in our environment."</li>
        </ul>
        <p>
Over these, I have no control whatsoever. I strongly believe that scenarios are different
in everyones lives.
</p>
        <p>
I have to stress again that English reading/speaking audience can <strong>NOT</strong> benefit
from it, since it's written in <strong>Slovene</strong>.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=fdd960d4-5a72-410a-ab16-d971a8ed540f" />
      </body>
      <title>Book feedback</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,fdd960d4-5a72-410a-ab16-d971a8ed540f.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,fdd960d4-5a72-410a-ab16-d971a8ed540f.aspx</link>
      <pubDate>Tue, 10 May 2005 13:10:53 GMT</pubDate>
      <description>&lt;p&gt;
A bunch of you wrote emails to get my &lt;a href="http://www.request-response.com/blog/PermaLink.aspx?guid=2f86ca0f-29fa-48b0-b761-ca147ada43dd"&gt;new
book&lt;/a&gt;. And that's great. Love it.&lt;br&gt;
If you missed it, you can do it &lt;a href="mailto:matevz.gacnik@gama-system.si?subject=Knjiga: Arhitektura sodobnih resitev Microsoft.NET"&gt;again&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
I also got some strange feedback:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
"Why do you distribute it for free?"&lt;/li&gt;
&lt;li&gt;
"I'd love it, by why do you distribute it for free?"&lt;/li&gt;
&lt;li&gt;
"I would buy it, if you are selling it."&lt;/li&gt;
&lt;li&gt;
"I'm gonna make sure I buy it."&lt;/li&gt;
&lt;li&gt;
"I'm gonna make sure we buy it."&lt;/li&gt;
&lt;li&gt;
"I can't believe that you believe in open source."&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;font face="Courier New"&gt;&amp;lt;rant mode="on"&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/font&gt;&lt;font face="Courier New"&gt;I'm not doing it for the money.
I'm doing it to distribute thought, knowledge and/or religion. This book is free,
as long you are not making direct profit from it without making me a part of it. You
can, though, contribute to local&amp;nbsp;&lt;a href="http://www.codezone-si.info"&gt;general
religion awareness&lt;/a&gt;&amp;nbsp;anytime.&lt;br&gt;
&lt;/font&gt;&lt;font face="Courier New"&gt;&amp;lt;/rant&amp;gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
There's another line of thought happening:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
"I have a problem with chapter X.Y.Z. I can't believe you believe this is the right
way to go. In any case, I would chose B over A anytime."&lt;/li&gt;
&lt;li&gt;
"Second&amp;nbsp;paragraph in chapter X is just too general. I can't relate to that."&lt;/li&gt;
&lt;li&gt;
"Having spent the last two months on this technology, this just can't be the best
way to go."&lt;/li&gt;
&lt;li&gt;
"There's a specific problem with X in chapter Y&amp;nbsp;if you want to do it in our environment."&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Over these, I have no control whatsoever. I strongly believe that scenarios are different
in everyones lives.
&lt;/p&gt;
&lt;p&gt;
I have to stress again that English&amp;nbsp;reading/speaking audience can &lt;strong&gt;NOT&lt;/strong&gt; benefit
from it, since it's written in &lt;strong&gt;Slovene&lt;/strong&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=fdd960d4-5a72-410a-ab16-d971a8ed540f" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,fdd960d4-5a72-410a-ab16-d971a8ed540f.aspx</comments>
      <category>Personal</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=2f86ca0f-29fa-48b0-b761-ca147ada43dd</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,2f86ca0f-29fa-48b0-b761-ca147ada43dd.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,2f86ca0f-29fa-48b0-b761-ca147ada43dd.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=2f86ca0f-29fa-48b0-b761-ca147ada43dd</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Having spent the last two weeks tweaking my diagrams and pictures with a book designer,
I learned quite a lot about differences in a design and development environment. To
get facts straight, they live in a DPI-based world, which is nasty. And since my designer
uses MacOS X platform to do the design stuff, a lot of interesting issues arrised.
Again.
</p>
        <p>
What I wanted to convey is: The book is finally done. 
</p>
        <p>
Title (in Slovene): <strong>Arhitektura sodobnih rešitev Microsoft .NET - Načrtovalski
vzorci</strong></p>
        <p>
Its physical incarnation should be available to general developer/architect public
in a few weeks, but most definitely <a href="http://www.ntk2005.microsoft.si/Slovenija/ntk2005/">here</a>.
</p>
        <p>
Everyone who managed to send me an email after my <a href="http://www.request-response.com/blog/PermaLink.aspx?guid=8cd85a5e-1809-4761-ae02-f90752b08554">previous
blog post</a>, will be getting a copy in his/her mailbox today.
</p>
        <p>
If you would like a copy (electronic one, that is), drop me an email using <a href="mailto:matevz.gacnik@gama-system.si?subject=Knjiga: Arhitektura sodobnih resitev Microsoft .NET">this
link</a>. 
</p>
        <p>
Here's the TOC, up to level 3, (in Slovene):
</p>
        <p>
1    PREDGOVOR<br />
2    UVOD<br />
3    OZADJE<br />
3.1    O PLATFORMI<br />
3.2    O PROGRAMSKIH JEZIKIH<br />
3.3    O NAČRTOVALSKIH VZORCIH<br />
3.3.1    Začetniki koncepta načrtovalskih vzorcev<br />
3.3.2    Načrtovalski vzorci v informacijski tehnologiji<br />
3.3.3    Načrtovalski vzorec: Windows DNA<br />
3.3.4    Porazdeljene transakcije<br />
3.4    SPLOŠNO O PORAZDELJENIH STORITVAH<br />
3.4.1    Strateški pomen Enterprise Services<br />
3.4.2    Prihodnost Enterprise Services<br />
3.4.3    Hitrost COM+<br />
3.4.4    O .NET Enteprise Services<br />
3.4.5    O porazdeljenem transakcijskem koordinatorju (MSDTC)<br />
3.5    KJE SMO?<br />
4    NAČRTOVALSKI VZORCI<br />
4.1    NAČRTOVALSKI VZOREC PORAZDELJENE APLIKACIJE<br />
4.1.1    Ideja<br />
4.1.2    Porazdeljena aplikacija potrebuje nivo fasade<br />
4.1.3    Porazdeljena aplikacija potrebuje nivo dostopa do podatkov<br />
4.1.4    Objekti entitetnih storitev validirajo poslovna pravila<br />
4.1.5    Ločeno upravljanje transakcij<br />
4.1.6    Procesi<br />
4.1.7    Kje smo?<br />
4.2    NAČRTOVALSKI VZOREC SPLETNE APLIKACIJE<br />
4.2.1    Namen<br />
4.2.2    Struktura<br />
4.2.3    Stran začasnih naročil<br />
4.2.4    Objekt DataSet<br />
4.2.5    DataSet &lt;&gt; DataTable &lt;&gt; DataAdapter<br />
4.2.6    Kje smo?<br />
4.3    NAČRTOVALSKI VZOREC PODATKOVNEGA DOSTOPA<br />
4.3.1    Namen<br />
4.3.2    Struktura<br />
4.3.3    Razredi<br />
4.3.4    Dodajanje novega naročila<br />
4.3.5    Kaj pa transakcije?<br />
4.3.6    Dostop do podatkov<br />
4.3.7    Kje smo?<br />
4.4    NAČRTOVALSKI VZOREC ENTITETNIH STORITEV<br />
4.4.1    Namen<br />
4.4.2    Struktura<br />
4.4.3    Primer poslovnega pravila<br />
4.4.4    Nivo dostopa do podatkov<br />
4.4.5    Validacija poslovnih pravil<br />
4.4.6    Naprednejši koncepti validacije poslovnih pravil<br />
4.4.7    Kje smo?<br />
4.5    NAČRTOVALSKI VZOREC POSLOVNE FASADE<br />
4.5.1    Namen<br />
4.5.2    Struktura<br />
4.5.3    Kdaj uporabiti?<br />
4.5.4    Razmislite o spletnih storitvah<br />
4.5.5    Kje smo?<br />
4.6    NAČRTOVALSKI VZOREC TRANSAKCIJSKIH STORITEV<br />
4.6.1    Transakcije in .NET v splošnem<br />
4.6.2    Namen<br />
4.6.3    Struktura<br />
4.6.4    Kako deluje?<br />
4.6.5    Kdaj uporabiti?<br />
4.6.6    Kako uporabiti?<br />
4.6.7    Kje smo?<br />
5    .NET ENTEPRISE SERVICES<br />
5.1    KAKO UPORABLJATI .NET ENTERPRISE SERVICES?<br />
5.1.1    Načrtovanje komponent<br />
5.1.2    Razredni in članski atributi<br />
5.2    NAMESTITEV KOMPONENT<br />
5.3    KJE SMO?<br />
6    UNIČEVANJE VIROV<br />
6.1    METODA FINALIZE<br />
6.1.1    Dedovanje iz System.Object<br />
6.1.2    O finalizaciji<br />
6.1.3    Kdaj uporabiti finalizacijo?<br />
6.1.4    Oživljanje<br />
6.2    METODA DISPOSE<br />
6.2.1    Kdaj klicati metodo Dispose?<br />
6.3    BREZ UPORABE .NET ENTERPRISE SERVICES<br />
6.3.1    Podatkovni nivo – osnovna komponenta<br />
6.3.2    Podatkovni nivo – ostale komponente<br />
6.3.3    Komponente drugih nivojev<br />
6.4    UPORABA V .NET ENTERPRISE SERVICES<br />
6.4.1    Podatkovni nivo – osnovna komponenta<br />
6.4.2    Podatkovni nivo – ostale komponente<br />
6.4.3    Komponente drugih nivojev<br />
6.5    KJE SMO?<br />
7    VIRI
</p>
        <p>
If you still don't have my previous book, <em>Arhitektura spletnih storitev - Usmeritve
za načrtovanje</em>, you can write to me using <a href="mailto:matevz.gacnik@gama-system.si?subject=Knjiga: Arhitektura spletnih storitev">this
link</a>.
</p>
        <p>
Thanks again to all the reviewers and especially to Microsoft gals who had to read
this technical, unreadable text during the proof reading process. Thanks to Mateja
from <a href="http://www.alten.si/">Alten</a>, for doing a fantastic design
work.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=2f86ca0f-29fa-48b0-b761-ca147ada43dd" />
      </body>
      <title>Modern .NET Architecure: Book Done</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,2f86ca0f-29fa-48b0-b761-ca147ada43dd.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,2f86ca0f-29fa-48b0-b761-ca147ada43dd.aspx</link>
      <pubDate>Mon, 18 Apr 2005 11:21:06 GMT</pubDate>
      <description>&lt;p&gt;
Having spent the last two weeks tweaking my diagrams and pictures with a book designer,
I learned quite a lot about differences in a design and development environment. To
get facts straight, they live in a DPI-based world, which is nasty. And since my designer
uses MacOS X platform to do the design stuff, a lot of interesting issues arrised.
Again.
&lt;/p&gt;
&lt;p&gt;
What I wanted to convey is: The book is finally done. 
&lt;/p&gt;
&lt;p&gt;
Title (in Slovene):&amp;nbsp;&lt;strong&gt;Arhitektura sodobnih rešitev Microsoft .NET - Načrtovalski
vzorci&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
Its physical incarnation should be available to general developer/architect public
in a few weeks, but most definitely &lt;a href="http://www.ntk2005.microsoft.si/Slovenija/ntk2005/"&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Everyone who managed to send me an email after my &lt;a href="http://www.request-response.com/blog/PermaLink.aspx?guid=8cd85a5e-1809-4761-ae02-f90752b08554"&gt;previous
blog post&lt;/a&gt;, will be getting a copy in his/her mailbox today.
&lt;/p&gt;
&lt;p&gt;
If you would like a copy (electronic one, that is), drop me an email using &lt;a href="mailto:matevz.gacnik@gama-system.si?subject=Knjiga: Arhitektura sodobnih resitev Microsoft .NET"&gt;this
link&lt;/a&gt;. 
&lt;/p&gt;
&lt;p&gt;
Here's the TOC, up to level 3, (in Slovene):
&lt;/p&gt;
&lt;p&gt;
1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;PREDGOVOR&lt;br&gt;
2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;UVOD&lt;br&gt;
3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;OZADJE&lt;br&gt;
3.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;O PLATFORMI&lt;br&gt;
3.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;O PROGRAMSKIH JEZIKIH&lt;br&gt;
3.3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;O NAČRTOVALSKIH VZORCIH&lt;br&gt;
3.3.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Začetniki koncepta načrtovalskih vzorcev&lt;br&gt;
3.3.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Načrtovalski vzorci v informacijski tehnologiji&lt;br&gt;
3.3.3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Načrtovalski vzorec: Windows DNA&lt;br&gt;
3.3.4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Porazdeljene transakcije&lt;br&gt;
3.4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SPLOŠNO O PORAZDELJENIH STORITVAH&lt;br&gt;
3.4.1&amp;nbsp;&amp;nbsp;&amp;nbsp; Strateški pomen Enterprise Services&lt;br&gt;
3.4.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Prihodnost Enterprise Services&lt;br&gt;
3.4.3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Hitrost COM+&lt;br&gt;
3.4.4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;O .NET Enteprise Services&lt;br&gt;
3.4.5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;O porazdeljenem transakcijskem koordinatorju (MSDTC)&lt;br&gt;
3.5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;KJE SMO?&lt;br&gt;
4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;NAČRTOVALSKI VZORCI&lt;br&gt;
4.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;NAČRTOVALSKI VZOREC PORAZDELJENE APLIKACIJE&lt;br&gt;
4.1.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Ideja&lt;br&gt;
4.1.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Porazdeljena aplikacija potrebuje nivo fasade&lt;br&gt;
4.1.3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Porazdeljena aplikacija potrebuje nivo dostopa do podatkov&lt;br&gt;
4.1.4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Objekti entitetnih storitev validirajo poslovna pravila&lt;br&gt;
4.1.5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Ločeno upravljanje transakcij&lt;br&gt;
4.1.6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Procesi&lt;br&gt;
4.1.7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Kje smo?&lt;br&gt;
4.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;NAČRTOVALSKI VZOREC SPLETNE APLIKACIJE&lt;br&gt;
4.2.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Namen&lt;br&gt;
4.2.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Struktura&lt;br&gt;
4.2.3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Stran začasnih naročil&lt;br&gt;
4.2.4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Objekt DataSet&lt;br&gt;
4.2.5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;DataSet &amp;lt;&amp;gt; DataTable &amp;lt;&amp;gt; DataAdapter&lt;br&gt;
4.2.6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Kje smo?&lt;br&gt;
4.3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;NAČRTOVALSKI VZOREC PODATKOVNEGA DOSTOPA&lt;br&gt;
4.3.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Namen&lt;br&gt;
4.3.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Struktura&lt;br&gt;
4.3.3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Razredi&lt;br&gt;
4.3.4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Dodajanje novega naročila&lt;br&gt;
4.3.5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Kaj pa transakcije?&lt;br&gt;
4.3.6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Dostop do podatkov&lt;br&gt;
4.3.7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Kje smo?&lt;br&gt;
4.4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;NAČRTOVALSKI VZOREC ENTITETNIH STORITEV&lt;br&gt;
4.4.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Namen&lt;br&gt;
4.4.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Struktura&lt;br&gt;
4.4.3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Primer poslovnega pravila&lt;br&gt;
4.4.4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Nivo dostopa do podatkov&lt;br&gt;
4.4.5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Validacija poslovnih pravil&lt;br&gt;
4.4.6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Naprednejši koncepti validacije poslovnih pravil&lt;br&gt;
4.4.7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Kje smo?&lt;br&gt;
4.5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;NAČRTOVALSKI VZOREC POSLOVNE FASADE&lt;br&gt;
4.5.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Namen&lt;br&gt;
4.5.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Struktura&lt;br&gt;
4.5.3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Kdaj uporabiti?&lt;br&gt;
4.5.4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Razmislite o spletnih storitvah&lt;br&gt;
4.5.5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Kje smo?&lt;br&gt;
4.6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;NAČRTOVALSKI VZOREC TRANSAKCIJSKIH STORITEV&lt;br&gt;
4.6.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Transakcije in .NET v splošnem&lt;br&gt;
4.6.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Namen&lt;br&gt;
4.6.3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Struktura&lt;br&gt;
4.6.4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Kako deluje?&lt;br&gt;
4.6.5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Kdaj uporabiti?&lt;br&gt;
4.6.6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Kako uporabiti?&lt;br&gt;
4.6.7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Kje smo?&lt;br&gt;
5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.NET ENTEPRISE SERVICES&lt;br&gt;
5.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;KAKO UPORABLJATI .NET ENTERPRISE SERVICES?&lt;br&gt;
5.1.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Načrtovanje komponent&lt;br&gt;
5.1.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Razredni in članski atributi&lt;br&gt;
5.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;NAMESTITEV KOMPONENT&lt;br&gt;
5.3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;KJE SMO?&lt;br&gt;
6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;UNIČEVANJE VIROV&lt;br&gt;
6.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;METODA FINALIZE&lt;br&gt;
6.1.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Dedovanje iz System.Object&lt;br&gt;
6.1.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;O finalizaciji&lt;br&gt;
6.1.3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Kdaj uporabiti finalizacijo?&lt;br&gt;
6.1.4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Oživljanje&lt;br&gt;
6.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;METODA DISPOSE&lt;br&gt;
6.2.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Kdaj klicati metodo Dispose?&lt;br&gt;
6.3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;BREZ UPORABE .NET ENTERPRISE SERVICES&lt;br&gt;
6.3.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Podatkovni nivo – osnovna komponenta&lt;br&gt;
6.3.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Podatkovni nivo – ostale komponente&lt;br&gt;
6.3.3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Komponente drugih nivojev&lt;br&gt;
6.4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;UPORABA V .NET ENTERPRISE SERVICES&lt;br&gt;
6.4.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Podatkovni nivo – osnovna komponenta&lt;br&gt;
6.4.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Podatkovni nivo – ostale komponente&lt;br&gt;
6.4.3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Komponente drugih nivojev&lt;br&gt;
6.5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;KJE SMO?&lt;br&gt;
7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;VIRI
&lt;/p&gt;
&lt;p&gt;
If you still don't have my previous book, &lt;em&gt;Arhitektura spletnih storitev - Usmeritve
za načrtovanje&lt;/em&gt;, you can write to me using &lt;a href="mailto:matevz.gacnik@gama-system.si?subject=Knjiga: Arhitektura spletnih storitev"&gt;this
link&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Thanks again to all the reviewers and especially to Microsoft gals who had to read
this technical, unreadable text during the proof reading process. Thanks to Mateja
from &lt;a href="http://www.alten.si/"&gt;Alten&lt;/a&gt;, for doing&amp;nbsp;a&amp;nbsp;fantastic&amp;nbsp;design
work.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=2f86ca0f-29fa-48b0-b761-ca147ada43dd" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,2f86ca0f-29fa-48b0-b761-ca147ada43dd.aspx</comments>
      <category>Architecture</category>
      <category>Personal</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=4faf505c-9a23-4b5f-afc3-0d495852b272</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,4faf505c-9a23-4b5f-afc3-0d495852b272.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,4faf505c-9a23-4b5f-afc3-0d495852b272.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=4faf505c-9a23-4b5f-afc3-0d495852b272</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Microsoft “Indigo” is now available for general public.
</p>
        <p>
If you are an MSDN Subscriber, you can download the bits from <a href="http://msdn.microsoft.com/subscriptions">here</a>.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=4faf505c-9a23-4b5f-afc3-0d495852b272" />
      </body>
      <title>Indigo CTP</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,4faf505c-9a23-4b5f-afc3-0d495852b272.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,4faf505c-9a23-4b5f-afc3-0d495852b272.aspx</link>
      <pubDate>Sun, 20 Mar 2005 17:34:26 GMT</pubDate>
      <description>&lt;p&gt;
Microsoft &amp;#8220;Indigo&amp;#8221; is now available for general public.
&lt;/p&gt;
&lt;p&gt;
If you are an MSDN Subscriber, you can download the bits from &lt;a href="http://msdn.microsoft.com/subscriptions"&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=4faf505c-9a23-4b5f-afc3-0d495852b272" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,4faf505c-9a23-4b5f-afc3-0d495852b272.aspx</comments>
      <category>Web Services</category>
      <category>Work</category>
      <category>XML</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=8cd85a5e-1809-4761-ae02-f90752b08554</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,8cd85a5e-1809-4761-ae02-f90752b08554.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,8cd85a5e-1809-4761-ae02-f90752b08554.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=8cd85a5e-1809-4761-ae02-f90752b08554</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
This week I'm clearing issues and fixing mistakes of my current brain child. 
</p>
        <p>
It's a book.
</p>
        <p>
The second one.
</p>
        <p>
It's a book on application architecture.
</p>
        <p>
During the review process that I spawned last week, I noticed the following:
</p>
        <ol>
          <li>
Reviewers are strict, which I like a lot</li>
          <li>
Most of them focus on layout, which is fine and helps a lot</li>
          <li>
Chapter flow seems to be my weakness</li>
          <li>
Discovering technical issues requires a lot of time, not everybody has enough cycles
to go through it</li>
          <li>
A lot of people seem to think the draft is ready for print, which is actually not
the case. By far.</li>
          <li>
Everybody wants a special chapter on the must-have technology and/or methodology</li>
        </ol>
        <p>
I value all opinions and learn a lot from them. Kudos go to all of you, you know who
you are.
</p>
        <p>
The book is called: <em>Architecture of Modern .NET Applications - Design Patterns
(Arhitektura sodobnih aplikacij .NET - Načrtovalski vzorci)</em></p>
        <p>
It's supposted to be available by the end of January 2005. Published by Microsoft
Slovenia and distributed to all Slovenian architects and lead developers.
</p>
        <p>
If somebody would like a copy of final cleartext, please send me an email. And yes,
it's NOT written in English.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=8cd85a5e-1809-4761-ae02-f90752b08554" />
      </body>
      <title>On book writing</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,8cd85a5e-1809-4761-ae02-f90752b08554.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,8cd85a5e-1809-4761-ae02-f90752b08554.aspx</link>
      <pubDate>Mon, 20 Dec 2004 19:02:22 GMT</pubDate>
      <description>&lt;p&gt;
This week I'm clearing issues and fixing mistakes of my current brain child. 
&lt;/p&gt;
&lt;p&gt;
It's a book.
&lt;/p&gt;
&lt;p&gt;
The second one.
&lt;/p&gt;
&lt;p&gt;
It's a book on application architecture.
&lt;/p&gt;
&lt;p&gt;
During the review process that I spawned last week, I noticed the following:
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Reviewers are strict, which I like a lot&lt;/li&gt;
&lt;li&gt;
Most of them focus on layout, which is fine and helps a lot&lt;/li&gt;
&lt;li&gt;
Chapter&amp;nbsp;flow seems to be my weakness&lt;/li&gt;
&lt;li&gt;
Discovering technical issues requires a lot of time, not everybody has enough cycles
to go through it&lt;/li&gt;
&lt;li&gt;
A lot of people seem to think the draft is ready for print, which is actually not
the case. By far.&lt;/li&gt;
&lt;li&gt;
Everybody wants a special chapter on the must-have technology and/or methodology&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
I value all opinions and learn a lot from them. Kudos go to all of you, you know who
you are.
&lt;/p&gt;
&lt;p&gt;
The book is called: &lt;em&gt;Architecture of&amp;nbsp;Modern .NET Applications - Design Patterns
(Arhitektura sodobnih aplikacij .NET - Načrtovalski vzorci)&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
It's supposted to be available by the end of January 2005. Published by Microsoft
Slovenia and distributed to all Slovenian architects and lead developers.
&lt;/p&gt;
&lt;p&gt;
If somebody would like a copy of final cleartext, please send me an email. And yes,
it's NOT written in English.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=8cd85a5e-1809-4761-ae02-f90752b08554" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,8cd85a5e-1809-4761-ae02-f90752b08554.aspx</comments>
      <category>Personal</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=4f1b5161-ef2c-46af-97dd-d89c477c6d62</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,4f1b5161-ef2c-46af-97dd-d89c477c6d62.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,4f1b5161-ef2c-46af-97dd-d89c477c6d62.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=4f1b5161-ef2c-46af-97dd-d89c477c6d62</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Yesterday we launched a developer oriented user group in Slovenia. The event was held
in Microsoft Slovenia conference room (Ljubljana, BTC).
</p>
        <p>
First three talks were:
</p>
        <ul>
          <li>
Review of Cryptographic Mechanisms in .NET Framework (Dušan Zupančič, <a href="http://www.kompas-xnet.si/">Kompas
Xnet</a>, <a href="http://www.kompas-xnet.si/Default.aspx?tabid=248">more info</a>) 
</li>
          <li>
Secure, Endpoint Agnostic Web Services (Matevž Gačnik, <a href="http://www.gama-system.com">Gama
System</a>) 
</li>
          <li>
What's New in C# Whidbey (Miha Markič, <a href="http://www.rthand.com/">RightHand</a>, <a href="http://www.rthand.com/DesktopModules/Articles/ArticlesView.aspx?tabID=0&amp;alias=RightHand&amp;lang=sl-SI&amp;ItemID=9&amp;mid=10244">more
info</a>)</li>
        </ul>
        <p>
We had around 25 attendees, some beer and pizza. As always, everyone is welcome.
</p>
        <p>
Will follow up with specific URLs of SLODUG homepage, when it becomes available.
</p>
        <p>
          <em>Update: </em>
          <a href="http://downloads.request-response.com/ppt/UG20041104zupancic.ppt">
            <em>PPTs</em>
          </a>
          <em>
          </em>
          <a href="http://downloads.request-response.com/ppt/WhatsNewInCSharp2.ppt">
            <em>are</em>
          </a>
          <em>
          </em>
          <a href="http://downloads.request-response.com/ppt/SecureWS.ppt">
            <em>available</em>
          </a>
          <em>.</em>
        </p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=4f1b5161-ef2c-46af-97dd-d89c477c6d62" />
      </body>
      <title>Slovenian Developer User Group (SLODUG) Launched</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,4f1b5161-ef2c-46af-97dd-d89c477c6d62.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,4f1b5161-ef2c-46af-97dd-d89c477c6d62.aspx</link>
      <pubDate>Fri, 05 Nov 2004 09:14:38 GMT</pubDate>
      <description>&lt;p&gt;
Yesterday we launched a developer oriented user group in Slovenia. The event was held
in Microsoft Slovenia conference room (Ljubljana, BTC).
&lt;/p&gt;
&lt;p&gt;
First three talks were:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Review of Cryptographic Mechanisms in .NET Framework (Du&amp;#353;an Zupančič, &lt;a href="http://www.kompas-xnet.si/"&gt;Kompas
Xnet&lt;/a&gt;, &lt;a href="http://www.kompas-xnet.si/Default.aspx?tabid=248"&gt;more info&lt;/a&gt;) 
&lt;li&gt;
Secure, Endpoint Agnostic Web Services (Matevž Gačnik, &lt;a href="http://www.gama-system.com"&gt;Gama
System&lt;/a&gt;) 
&lt;li&gt;
What's New in C# Whidbey (Miha Markič, &lt;a href="http://www.rthand.com/"&gt;RightHand&lt;/a&gt;, &lt;a href="http://www.rthand.com/DesktopModules/Articles/ArticlesView.aspx?tabID=0&amp;amp;alias=RightHand&amp;amp;lang=sl-SI&amp;amp;ItemID=9&amp;amp;mid=10244"&gt;more
info&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
We had around 25 attendees, some beer and pizza. As always, everyone is welcome.
&lt;/p&gt;
&lt;p&gt;
Will follow up with specific URLs of SLODUG homepage, when it becomes available.
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;Update: &lt;/em&gt;&lt;a href="http://downloads.request-response.com/ppt/UG20041104zupancic.ppt"&gt;&lt;em&gt;PPTs&lt;/em&gt;&lt;/a&gt;&lt;em&gt; &lt;/em&gt;&lt;a href="http://downloads.request-response.com/ppt/WhatsNewInCSharp2.ppt"&gt;&lt;em&gt;are&lt;/em&gt;&lt;/a&gt;&lt;em&gt; &lt;/em&gt;&lt;a href="http://downloads.request-response.com/ppt/SecureWS.ppt"&gt;&lt;em&gt;available&lt;/em&gt;&lt;/a&gt;&lt;em&gt;.&lt;/em&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=4f1b5161-ef2c-46af-97dd-d89c477c6d62" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,4f1b5161-ef2c-46af-97dd-d89c477c6d62.aspx</comments>
      <category>Other</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=0321326e-47c6-4e47-beab-50a257dbf471</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,0321326e-47c6-4e47-beab-50a257dbf471.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,0321326e-47c6-4e47-beab-50a257dbf471.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=0321326e-47c6-4e47-beab-50a257dbf471</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
If you get this error [1], while working on a <a href="http://msdn.microsoft.com/webservices/community/workshops/default.aspx?pull=/library/en-us/dnglobspec/html/ws-secureconversation.asp">WS-SecureConversation</a> based
application, consider the following:
</p>
        <ul>
          <li>
Look at the timeout period for you SCTs, issued by the server-side service.</li>
          <li>
If this is all ok, then you're probably in my situation. Check if you enabled web
garden support in your IIS's application pool. If so, go back to Performance tab in
application pool's properties and enter 1 (one) as a 'Maximum number of worker processes'.</li>
        </ul>
        <p>
Things can get really rough in a state WSE2 is in if you create a web garden and use
WS-SecureConversation at the same time.
</p>
        <p>
A few weeks ago I was designing an architecture for a complex B2B secure communication
channel and parts of it wanted to use some form of a web garden. Since I forgot
to disable it, there were trouble.
</p>
        <p>
The strangest thing I noticed when investigating this was that everything worked
the first time after IIS restart happened - sure - a session is pinned to the first
worker process, the second one just gets created.
</p>
        <p>
Of course, there are workarounds regarding this, but they include some non-trivial
WSE2 subclassing.
</p>
        <p>
          <em>
            <font face="Courier New">[1] Additional information: Microsoft.Web.Services2.Security.SecurityFault: <strong>The
specified source for the derivation is unknown</strong> ---&gt; System.Exception:
WSE512: <strong>This derived key token's parent cannot be found.</strong> The reference
to the parent token follows: &lt;wsse:SecurityTokenReference xmlns:wsse="</font>
          </em>
          <em>
            <font face="Courier New">http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"&gt;&lt;wsse:Reference</font>
          </em>
          <em>
            <font face="Courier New"> URI="uuid:227d47ac-1b2b-45a5-92f0-d7d630aeda86"
ValueType="</font>
          </em>
          <em>
            <font face="Courier New">http://schemas.xmlsoap.org/ws/2004/04/security/sc/sct</font>
          </em>
          <em>
            <font face="Courier New">"
/&gt;&lt;/wsse:SecurityTokenReference&gt;.</font>
          </em>
        </p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=0321326e-47c6-4e47-beab-50a257dbf471" />
      </body>
      <title>SCT in WSE2 and WS-SecureConversation</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,0321326e-47c6-4e47-beab-50a257dbf471.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,0321326e-47c6-4e47-beab-50a257dbf471.aspx</link>
      <pubDate>Tue, 26 Oct 2004 11:56:29 GMT</pubDate>
      <description>&lt;p&gt;
If you get this error [1], while working on a &lt;a href="http://msdn.microsoft.com/webservices/community/workshops/default.aspx?pull=/library/en-us/dnglobspec/html/ws-secureconversation.asp"&gt;WS-SecureConversation&lt;/a&gt; based
application, consider the following:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Look at the timeout period for you SCTs, issued by the server-side service.&lt;/li&gt;
&lt;li&gt;
If this is all ok, then you're probably in my situation. Check if you enabled web
garden support in your IIS's application pool. If so, go back to Performance tab in
application pool's properties and enter 1 (one) as a 'Maximum number of worker processes'.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Things can get really rough in a state WSE2 is in if you create a web garden and use
WS-SecureConversation at the same time.
&lt;/p&gt;
&lt;p&gt;
A few weeks ago I was designing an architecture for a complex B2B secure communication
channel and&amp;nbsp;parts of it wanted to use some form of a web garden. Since I forgot
to disable it, there were trouble.
&lt;/p&gt;
&lt;p&gt;
The strangest thing I noticed when&amp;nbsp;investigating this was that everything worked
the first time after IIS restart happened - sure - a session is pinned to the first
worker process, the second one just gets created.
&lt;/p&gt;
&lt;p&gt;
Of course, there are workarounds regarding this, but they include some non-trivial
WSE2 subclassing.
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;&lt;font face="Courier New"&gt;[1] Additional information: Microsoft.Web.Services2.Security.SecurityFault: &lt;strong&gt;The
specified source for the derivation is unknown&lt;/strong&gt; ---&amp;gt; System.Exception:
WSE512: &lt;strong&gt;This derived key token's parent cannot be found.&lt;/strong&gt; The reference
to the parent token follows: &amp;lt;wsse:SecurityTokenReference xmlns:wsse="&lt;/font&gt;&lt;/em&gt;&lt;em&gt;&lt;font face="Courier New"&gt;http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"&amp;gt;&amp;lt;wsse:Reference&lt;/font&gt;&lt;/em&gt;&lt;em&gt;&lt;font face="Courier New"&gt; URI="uuid:227d47ac-1b2b-45a5-92f0-d7d630aeda86"
ValueType="&lt;/font&gt;&lt;/em&gt;&lt;em&gt;&lt;font face="Courier New"&gt;http://schemas.xmlsoap.org/ws/2004/04/security/sc/sct&lt;/font&gt;&lt;/em&gt;&lt;em&gt;&lt;font face="Courier New"&gt;"
/&amp;gt;&amp;lt;/wsse:SecurityTokenReference&amp;gt;.&lt;/font&gt;&lt;/em&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=0321326e-47c6-4e47-beab-50a257dbf471" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,0321326e-47c6-4e47-beab-50a257dbf471.aspx</comments>
      <category>Web Services</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=ececbe12-14c8-4b4e-9782-ea5f05512139</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,ececbe12-14c8-4b4e-9782-ea5f05512139.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,ececbe12-14c8-4b4e-9782-ea5f05512139.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=ececbe12-14c8-4b4e-9782-ea5f05512139</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
John <a href="http://www.bristowe.com/blog/PermaLink.aspx?guid=700bf884-dd72-4214-9fb5-e1daf9d6e4b2">writes</a>:
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p xmlns="http://www.w3.org/1999/xhtml">
I'm thankful Matevz didn't blast me for my über-crappy persistance model (read
"save to C:\subscriptions.xml"): 
</p>
          <blockquote dir="ltr" style="MARGIN-RIGHT: 0px" xmlns="http://www.w3.org/1999/xhtml">
            <p>
              <em>Give LOCAL SERVICE account permissions to write/modify the c:\ directory. By default
Plumbwork.Orange.Eventing.dll will write subscriptions file (called subscriptions.xml)
there.</em>
            </p>
          </blockquote>
          <p dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
This line (above) - due to my extreme laziness while coding - makes me shudder. This
is something I really, really, really need to clean up.<br /><br />
[Via <a href="http://www.bristowe.com">http://www.bristowe.com</a>]
</p>
        </blockquote>
        <p dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
I agree that next version should include a config option to use Plumbwork.Orange.Eventing.MemorySubscriptionManager
instead of Plumbwork.Orange.Eventing.XmlSubscriptionManager.
</p>
        <p dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
Even better would be to add SqlSubscriptionManager, which I can do, when I get into
the <a href="http://www.gotdotnet.com/community/workspaces/workspace.aspx?ID=B700AF79-5B27-4D71-BFBD-8DF74FA68ABE">GDN
workspace</a>.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=ececbe12-14c8-4b4e-9782-ea5f05512139" />
      </body>
      <title>WS-Eventing</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,ececbe12-14c8-4b4e-9782-ea5f05512139.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,ececbe12-14c8-4b4e-9782-ea5f05512139.aspx</link>
      <pubDate>Tue, 24 Aug 2004 08:11:21 GMT</pubDate>
      <description>&lt;p&gt;
John &lt;a href="http://www.bristowe.com/blog/PermaLink.aspx?guid=700bf884-dd72-4214-9fb5-e1daf9d6e4b2"&gt;writes&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt; 
&lt;p xmlns="http://www.w3.org/1999/xhtml"&gt;
I'm thankful Matevz didn't blast me for my &amp;#252;ber-crappy persistance model (read
"save to C:\subscriptions.xml"): 
&lt;/p&gt;
&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px" xmlns="http://www.w3.org/1999/xhtml"&gt; 
&lt;p&gt;
&lt;em&gt;Give LOCAL SERVICE account permissions to write/modify the c:\ directory. By default
Plumbwork.Orange.Eventing.dll will write subscriptions file (called subscriptions.xml)
there.&lt;/em&gt; 
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p dir=ltr xmlns="http://www.w3.org/1999/xhtml"&gt;
This line (above) - due to my extreme laziness while coding - makes me shudder. This
is something I really, really, really need to clean up.&lt;br&gt;
&lt;br&gt;
[Via &lt;a href="http://www.bristowe.com"&gt;http://www.bristowe.com&lt;/a&gt;]
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p dir=ltr xmlns="http://www.w3.org/1999/xhtml"&gt;
I agree that next version should include a config option to use Plumbwork.Orange.Eventing.MemorySubscriptionManager
instead of Plumbwork.Orange.Eventing.XmlSubscriptionManager.
&lt;/p&gt;
&lt;p dir=ltr xmlns="http://www.w3.org/1999/xhtml"&gt;
Even better would be to add SqlSubscriptionManager, which I can do, when I get into
the &lt;a href="http://www.gotdotnet.com/community/workspaces/workspace.aspx?ID=B700AF79-5B27-4D71-BFBD-8DF74FA68ABE"&gt;GDN
workspace&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=ececbe12-14c8-4b4e-9782-ea5f05512139" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,ececbe12-14c8-4b4e-9782-ea5f05512139.aspx</comments>
      <category>Web Services</category>
      <category>Work</category>
      <category>XML</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=15419938-4d67-435c-80df-838034a63136</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,15419938-4d67-435c-80df-838034a63136.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,15419938-4d67-435c-80df-838034a63136.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=15419938-4d67-435c-80df-838034a63136</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <strong>WS-Eventing Application</strong>
        </p>
        <p>
It took me half of today to implement a WS-Eventing based service, together with service
control application and demonstration client.
</p>
        <p>
I took <a href="http://www.gotdotnet.com/community/workspaces/workspace.aspx?ID=B700AF79-5B27-4D71-BFBD-8DF74FA68ABE">Plumbwork.Orange</a> implementation
of WS-Eventing stack. It includes WSE 2.0 based implementation of <a href="http://msdn.microsoft.com/webservices/understanding/specs/default.aspx?pull=/library/en-us/dnglobspec/html/ws-eventing.asp">WS-Eventing</a> specification,
written by <a href="http://www.bristowe.com/">John Bristowe</a>. Latest post
about updates can be found <a href="http://www.bristowe.com/blog/PermaLink.aspx?guid=72e358ee-45da-46e5-852b-fabfc6cfc504">here</a>.
</p>
        <p>
          <strong>How it works</strong>
        </p>
        <p>
Windows service queries message queue (MSMQ) after the period elapses. If it finds
any messages, they are dispatched to all registered clients.
</p>
        <p>
There is a service control application, which can enroll new messages into the queue.
</p>
        <p>
There's also a simple client which you can use to register and receive notifications.
</p>
        <p>
          <strong>Availability</strong>
        </p>
        <p>
You can download the bits from here:
</p>
        <ul>
          <li>
Installer package for <em>WS-Eventing windows service</em>, which does registrations
and sends notifications back. Grab it <a href="http://downloads.request-response.com/WSEventingServiceSetup.msi">here</a>.
Source is available <a href="http://downloads.request-response.com/WSEventingService.zip">here</a>.</li>
          <li>
Source code, which you can use to compile the <em>service control application</em>.
Grab it <a href="http://downloads.request-response.com/WSEventingServiceApp.zip">here</a>.</li>
          <li>
Source code, which you can use to compile the <em>WS-Eventing client</em>. Grab it <a href="http://downloads.request-response.com/WSEventingClient.zip">here</a>.</li>
        </ul>
        <p>
Do the following:
</p>
        <ul>
          <li>
Install WS-Eventing service.</li>
          <li>
Update WSEventingService.exe.config with desired endpoint address, MSMQ query period
and queue name</li>
          <li>
Give LOCAL SERVICE account permissions to write/modify the c:\ directory. By default
Plumbwork.Orange.Eventing.dll will write subscriptions file (called subscriptions.xml)
there.</li>
          <li>
Start the service using SCM (Service Control Manager). Service will automatically
create the specified queue. <em>Note: You should have Message Queuing installed.</em></li>
          <li>
Start the service control application.</li>
          <li>
Start the client. It will register automatically.</li>
          <li>
Send notification using the service control application and watch it emerge on the
client side.</li>
        </ul>
        <p>
If you get into trouble, please email me. Have fun!
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=15419938-4d67-435c-80df-838034a63136" />
      </body>
      <title>WS-Eventing Implementation</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,15419938-4d67-435c-80df-838034a63136.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,15419938-4d67-435c-80df-838034a63136.aspx</link>
      <pubDate>Sun, 22 Aug 2004 21:49:46 GMT</pubDate>
      <description>&lt;p&gt;
&lt;strong&gt;WS-Eventing Application&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
It took me half of today to implement a WS-Eventing based service, together with service
control application and demonstration client.
&lt;/p&gt;
&lt;p&gt;
I took &lt;a href="http://www.gotdotnet.com/community/workspaces/workspace.aspx?ID=B700AF79-5B27-4D71-BFBD-8DF74FA68ABE"&gt;Plumbwork.Orange&lt;/a&gt; implementation
of WS-Eventing stack. It&amp;nbsp;includes&amp;nbsp;WSE 2.0 based implementation of &lt;a href="http://msdn.microsoft.com/webservices/understanding/specs/default.aspx?pull=/library/en-us/dnglobspec/html/ws-eventing.asp"&gt;WS-Eventing&lt;/a&gt; specification,
written by &lt;a href="http://www.bristowe.com/"&gt;John Bristowe&lt;/a&gt;.&amp;nbsp;Latest post
about updates can be found &lt;a href="http://www.bristowe.com/blog/PermaLink.aspx?guid=72e358ee-45da-46e5-852b-fabfc6cfc504"&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;How it works&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
Windows service queries message queue (MSMQ) after the period elapses. If it finds
any messages, they are dispatched to all registered clients.
&lt;/p&gt;
&lt;p&gt;
There is a service control application, which can enroll new messages into the queue.
&lt;/p&gt;
&lt;p&gt;
There's also a simple client which you can use to register and receive notifications.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Availability&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
You can download the bits from here:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Installer package for &lt;em&gt;WS-Eventing windows service&lt;/em&gt;, which does registrations
and sends notifications back. Grab it &lt;a href="http://downloads.request-response.com/WSEventingServiceSetup.msi"&gt;here&lt;/a&gt;.
Source is available &lt;a href="http://downloads.request-response.com/WSEventingService.zip"&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
Source code, which you can use to compile the &lt;em&gt;service control application&lt;/em&gt;.
Grab it &lt;a href="http://downloads.request-response.com/WSEventingServiceApp.zip"&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
Source code, which you can use to compile the &lt;em&gt;WS-Eventing client&lt;/em&gt;. Grab it &lt;a href="http://downloads.request-response.com/WSEventingClient.zip"&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Do the following:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Install WS-Eventing service.&lt;/li&gt;
&lt;li&gt;
Update WSEventingService.exe.config with desired endpoint address, MSMQ query period
and queue name&lt;/li&gt;
&lt;li&gt;
Give LOCAL SERVICE account permissions to write/modify the c:\ directory. By default
Plumbwork.Orange.Eventing.dll will write subscriptions file (called subscriptions.xml)
there.&lt;/li&gt;
&lt;li&gt;
Start the service using SCM (Service Control Manager). Service will automatically
create the specified queue. &lt;em&gt;Note: You should have Message Queuing installed.&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
Start the service control application.&lt;/li&gt;
&lt;li&gt;
Start the client. It will register automatically.&lt;/li&gt;
&lt;li&gt;
Send notification using the service control application and watch it emerge on the
client side.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
If you get into trouble, please email me. Have fun!
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=15419938-4d67-435c-80df-838034a63136" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,15419938-4d67-435c-80df-838034a63136.aspx</comments>
      <category>Web Services</category>
      <category>Work</category>
      <category>XML</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=2c2f2eab-8a3a-4c88-9374-2b9fe0f8211e</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,2c2f2eab-8a3a-4c88-9374-2b9fe0f8211e.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,2c2f2eab-8a3a-4c88-9374-2b9fe0f8211e.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=2c2f2eab-8a3a-4c88-9374-2b9fe0f8211e</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://www.ibm.com">IBM</a>.
</p>
        <p>
They just changed its face and turned Mother Teresa.
</p>
        <p>
They are now going to <a href="http://news.ft.com/cms/s/19e1e224-e4cb-11d8-8b18-00000e2511c8,ft_acl=.html?uuid=19e1e224-e4cb-11d8-8b18-00000e2511c8&amp;ft_acl">donate
code</a> to open source community while being one of the fathers of closed source
initiative.
</p>
        <p>
And if they are planing to donate their database product, why not donate DB2 instead
of Java based Cloudscape?
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p>
            <em>[via ft.com]<br />
IBM will continue to offer its own version of Cloudscape. It believes that some customers
will use it in preference to the open source version in order to take advantage of
the company's technical support.</em>
          </p>
        </blockquote>
        <p>
What? If the idea is to offer some code to people who want to learn concepts and improve,
why don't they want to participate in the game?
</p>
        <p>
Target?
</p>
        <p>
          <a href="http://www.microsoft.com/sql">Microsoft</a>.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=2c2f2eab-8a3a-4c88-9374-2b9fe0f8211e" />
      </body>
      <title>Changing faces</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,2c2f2eab-8a3a-4c88-9374-2b9fe0f8211e.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,2c2f2eab-8a3a-4c88-9374-2b9fe0f8211e.aspx</link>
      <pubDate>Tue, 03 Aug 2004 21:27:16 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://www.ibm.com"&gt;IBM&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
They just changed its face and turned Mother Teresa.
&lt;/p&gt;
&lt;p&gt;
They are now going to &lt;a href="http://news.ft.com/cms/s/19e1e224-e4cb-11d8-8b18-00000e2511c8,ft_acl=.html?uuid=19e1e224-e4cb-11d8-8b18-00000e2511c8&amp;amp;ft_acl"&gt;donate
code&lt;/a&gt; to open source community while being one of the fathers of closed source
initiative.
&lt;/p&gt;
&lt;p&gt;
And if they are planing to donate their database product, why not donate DB2 instead
of Java based Cloudscape?
&lt;/p&gt;
&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt; 
&lt;p&gt;
&lt;em&gt;[via ft.com]&lt;br&gt;
IBM will continue to offer its own version of Cloudscape. It believes that some customers
will use it in preference to the open source version in order to take advantage of
the company's technical support.&lt;/em&gt;
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
What? If the idea is to offer some code to people who want to learn concepts and improve,
why don't they want to participate in the game?
&lt;/p&gt;
&lt;p&gt;
Target?
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.microsoft.com/sql"&gt;Microsoft&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=2c2f2eab-8a3a-4c88-9374-2b9fe0f8211e" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,2c2f2eab-8a3a-4c88-9374-2b9fe0f8211e.aspx</comments>
      <category>Other</category>
      <category>Personal</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=2e37a795-d1af-4581-bf13-26994f24be75</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,2e37a795-d1af-4581-bf13-26994f24be75.aspx</pingback:target>
      <dc:creator>Matevz Gacnik</dc:creator>
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,2e37a795-d1af-4581-bf13-26994f24be75.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=2e37a795-d1af-4581-bf13-26994f24be75</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
As <a href="/blog/PermaLink.aspx?guid=99f5efca-a436-4699-a45c-258f86e72d32">last year</a>,
I spoke on <a href="http://cot.uni-mb.si/ots2004/">OTS 2004</a> too.
</p>
        <p>
This time, we discussed transactional semantics in weakly bound, distributed systems.
</p>
        <p>
Hope to see you on 2005's annual reincarnation of a great conference.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=2e37a795-d1af-4581-bf13-26994f24be75" />
      </body>
      <title>OTS 2004</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,2e37a795-d1af-4581-bf13-26994f24be75.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,2e37a795-d1af-4581-bf13-26994f24be75.aspx</link>
      <pubDate>Sun, 20 Jun 2004 21:19:39 GMT</pubDate>
      <description>&lt;p&gt;
As &lt;a href="/blog/PermaLink.aspx?guid=99f5efca-a436-4699-a45c-258f86e72d32"&gt;last year&lt;/a&gt;,
I spoke on &lt;a href="http://cot.uni-mb.si/ots2004/"&gt;OTS 2004&lt;/a&gt; too.
&lt;/p&gt;
&lt;p&gt;
This time, we discussed transactional semantics in weakly bound, distributed systems.
&lt;/p&gt;
&lt;p&gt;
Hope to see you on 2005's annual reincarnation of a great conference.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=2e37a795-d1af-4581-bf13-26994f24be75" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,2e37a795-d1af-4581-bf13-26994f24be75.aspx</comments>
      <category>Transactions</category>
      <category>Web Services</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=a67f896a-0ac3-4a06-a933-ab06ea2030d3</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,a67f896a-0ac3-4a06-a933-ab06ea2030d3.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,a67f896a-0ac3-4a06-a933-ab06ea2030d3.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=a67f896a-0ac3-4a06-a933-ab06ea2030d3</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
If you already <a href="http://msdn.microsoft.com/subscriptions/downloads/">downloaded</a> or
installed a TechEd 2004 San Diego version of <a href="http://msdn.microsoft.com/vstudio/">Visual
Studio 2005 CTP</a> you must have found out that the help system does not work.
</p>
        <p>
What you get is a “Downloading...” progress bar and nothing is shown.
</p>
        <p>
To fix it, do this:
</p>
        <ul>
          <li>
Open c:\program files\common files\microsoft shared\help whidbey\dexplore.exe.config</li>
          <li>
Change supportedRuntime's and requiredRuntime's element attribute version from “v2.0.40507“
to “v2.0.40426”.</li>
          <li>
Final text should read &lt;supportedRuntime version=“v2.0.40426“ safemode=“true“
/&gt;</li>
        </ul>
        <p>
It should work now.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=a67f896a-0ac3-4a06-a933-ab06ea2030d3" />
      </body>
      <title>VS 2005 CTP - May 2004 help broken</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,a67f896a-0ac3-4a06-a933-ab06ea2030d3.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,a67f896a-0ac3-4a06-a933-ab06ea2030d3.aspx</link>
      <pubDate>Thu, 27 May 2004 19:47:03 GMT</pubDate>
      <description>&lt;p&gt;
If you already &lt;a href="http://msdn.microsoft.com/subscriptions/downloads/"&gt;downloaded&lt;/a&gt; or
installed a TechEd 2004 San Diego version of &lt;a href="http://msdn.microsoft.com/vstudio/"&gt;Visual
Studio 2005 CTP&lt;/a&gt; you must have found out that the help system does not work.
&lt;/p&gt;
&lt;p&gt;
What you get is a &amp;#8220;Downloading...&amp;#8221; progress bar and nothing is shown.
&lt;/p&gt;
&lt;p&gt;
To fix it, do this:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Open c:\program files\common files\microsoft shared\help whidbey\dexplore.exe.config&lt;/li&gt;
&lt;li&gt;
Change supportedRuntime's and requiredRuntime's element attribute version from &amp;#8220;v2.0.40507&amp;#8220;
to &amp;#8220;v2.0.40426&amp;#8221;.&lt;/li&gt;
&lt;li&gt;
Final text should read &amp;lt;supportedRuntime version=&amp;#8220;v2.0.40426&amp;#8220; safemode=&amp;#8220;true&amp;#8220;
/&amp;gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
It should work now.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=a67f896a-0ac3-4a06-a933-ab06ea2030d3" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,a67f896a-0ac3-4a06-a933-ab06ea2030d3.aspx</comments>
      <category>Other</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=f201e707-d6c4-4df0-9987-c3f81b21cc77</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,f201e707-d6c4-4df0-9987-c3f81b21cc77.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,f201e707-d6c4-4df0-9987-c3f81b21cc77.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=f201e707-d6c4-4df0-9987-c3f81b21cc77</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
It just ended. The biggest <a href="http://www.ntk2004.microsoft.si">IT conference</a> (NTK
2004) in Slovenia.
</p>
        <p>
I managed to visit two sessions in four days, since I had four of my own (System.XML,
WSE2, C# Syntax Changes, GXA stack description).
</p>
        <p>
The first one was an unofficial <a href="http://mihak.info/">MihaK's</a> public revelation
of New Zealand Joy After One Year(tm). <strong>Great! </strong>It's still messing
with my head. One guy inside is telling me it's too good to be true. The other one
is forcing me to go there.
</p>
        <p>
The second one was the presentation of work we did during the last 6 months for a
GSMA/Mobitel/Microsoft project. When a mobile operator CTO says it's good, it better
be. And I believe it's super important to recognize the security characteristics &amp;
requirements as early as we did.
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=f201e707-d6c4-4df0-9987-c3f81b21cc77" />
      </body>
      <title>See it, hear it</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,f201e707-d6c4-4df0-9987-c3f81b21cc77.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,f201e707-d6c4-4df0-9987-c3f81b21cc77.aspx</link>
      <pubDate>Thu, 13 May 2004 17:19:00 GMT</pubDate>
      <description>&lt;p&gt;
It just ended. The biggest &lt;a href="http://www.ntk2004.microsoft.si"&gt;IT conference&lt;/a&gt;&amp;nbsp;(NTK
2004)&amp;nbsp;in Slovenia.
&lt;/p&gt;
&lt;p&gt;
I managed to visit two sessions in&amp;nbsp;four days, since I had four of my own (System.XML,
WSE2, C# Syntax Changes, GXA stack description).
&lt;/p&gt;
&lt;p&gt;
The first one was an unofficial &lt;a href="http://mihak.info/"&gt;MihaK's&lt;/a&gt; public revelation
of New Zealand Joy After One Year(tm). &lt;strong&gt;Great! &lt;/strong&gt;It's still messing
with my head. One guy inside is telling me it's too good to be true. The other one
is forcing me to go there.
&lt;/p&gt;
&lt;p&gt;
The second one was the presentation of work we did during the last 6 months for a
GSMA/Mobitel/Microsoft project. When a mobile operator CTO says it's good, it better
be. And I believe it's super important to recognize the security characteristics &amp;amp;
requirements as early as we did.
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=f201e707-d6c4-4df0-9987-c3f81b21cc77" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,f201e707-d6c4-4df0-9987-c3f81b21cc77.aspx</comments>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=55a60ba8-5d7d-48fa-b4e8-f7121c56de6d</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,55a60ba8-5d7d-48fa-b4e8-f7121c56de6d.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,55a60ba8-5d7d-48fa-b4e8-f7121c56de6d.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=55a60ba8-5d7d-48fa-b4e8-f7121c56de6d</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <p>
We achived a major milestone on the <a href="http://www.grandmedia.si">hotel project</a> I'm
on on Friday. We deployed the application to complete 5th floor.
</p>
        <p>
Although the web site does not say much, there is A LOT of meat behind this concept.
</p>
        <p>
I attached a picture of the simple room control application.
</p>
        <p>
It's all XML. It's .NET/COM/Java. And it interoperates beautifully.
</p>
        <p>
          <img src="/blog/content/binary/gmh01.JPG" border="0" />
        </p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=55a60ba8-5d7d-48fa-b4e8-f7121c56de6d" />
      </body>
      <title>We Achived A Major Milestone On The Hotel Project Im On On Friday We Deploye</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,55a60ba8-5d7d-48fa-b4e8-f7121c56de6d.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,55a60ba8-5d7d-48fa-b4e8-f7121c56de6d.aspx</link>
      <pubDate>Sun, 18 Apr 2004 12:31:03 GMT</pubDate>
      <description>&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
We achived a major milestone on the &lt;a href="http://www.grandmedia.si"&gt;hotel project&lt;/a&gt; I'm
on on Friday. We deployed the application to complete 5th floor.
&lt;/p&gt;
&lt;p&gt;
Although the web site does not say much, there is A LOT of meat behind this concept.
&lt;/p&gt;
&lt;p&gt;
I attached a picture of the simple room control application.
&lt;/p&gt;
&lt;p&gt;
It's all XML. It's .NET/COM/Java. And it interoperates beautifully.
&lt;/p&gt;
&lt;p&gt;
&lt;img src="/blog/content/binary/gmh01.JPG" border=0&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=55a60ba8-5d7d-48fa-b4e8-f7121c56de6d" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,55a60ba8-5d7d-48fa-b4e8-f7121c56de6d.aspx</comments>
      <category>Other</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=b7c1102c-8b16-41e9-9f51-4792f76cfb24</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,b7c1102c-8b16-41e9-9f51-4792f76cfb24.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,b7c1102c-8b16-41e9-9f51-4792f76cfb24.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=b7c1102c-8b16-41e9-9f51-4792f76cfb24</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
We are unsuccessful with our emails to Microsoft UDDI team to upgrade our UDDI account
to level 2 status. If anyone knows an appropriate contact or is able to help directly,
please do so.
</p>
        <p>
UDDI Provider name: Gama System<br />
Current UDDI level: 1
</p>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=b7c1102c-8b16-41e9-9f51-4792f76cfb24" />
      </body>
      <title>UDDI level 2 status</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,b7c1102c-8b16-41e9-9f51-4792f76cfb24.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,b7c1102c-8b16-41e9-9f51-4792f76cfb24.aspx</link>
      <pubDate>Sat, 04 Oct 2003 12:54:35 GMT</pubDate>
      <description>&lt;p&gt;
We are unsuccessful with our emails to Microsoft UDDI team to upgrade our UDDI account
to level 2 status. If anyone knows an appropriate contact or is able to help directly,
please do so.
&lt;/p&gt;
&lt;p&gt;
UDDI Provider name: Gama System&lt;br&gt;
Current UDDI level: 1
&lt;/p&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=b7c1102c-8b16-41e9-9f51-4792f76cfb24" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,b7c1102c-8b16-41e9-9f51-4792f76cfb24.aspx</comments>
      <category>Web Services</category>
      <category>Work</category>
      <category>XML</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=a19bcfc9-c8bc-4440-9a44-c9304cd2da83</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,a19bcfc9-c8bc-4440-9a44-c9304cd2da83.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,a19bcfc9-c8bc-4440-9a44-c9304cd2da83.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=a19bcfc9-c8bc-4440-9a44-c9304cd2da83</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <body xmlns="http://www.w3.org/1999/xhtml">
          <p>
In early November you should be updating your blogrolls with <a href="http://www.pdcbloggers.net/outlines/PDCBloggers.xml">this
OPML list</a>. 
</p>
          <p>
A lot of <a href="http://msdn.microsoft.com/events/pdc/">fresh information</a> will
be posted on those blogs. 
</p>
        </body>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=a19bcfc9-c8bc-4440-9a44-c9304cd2da83" />
      </body>
      <title>Read without prejudice..</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,a19bcfc9-c8bc-4440-9a44-c9304cd2da83.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,a19bcfc9-c8bc-4440-9a44-c9304cd2da83.aspx</link>
      <pubDate>Mon, 01 Sep 2003 20:49:45 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;
In early November you should be updating your blogrolls with &lt;a href="http://www.pdcbloggers.net/outlines/PDCBloggers.xml"&gt;this
OPML list&lt;/a&gt;. 
&lt;/p&gt;
&lt;p&gt;
A lot of &lt;a href="http://msdn.microsoft.com/events/pdc/"&gt;fresh information&lt;/a&gt; will
be posted on those blogs. 
&lt;/p&gt;
&lt;/body&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=a19bcfc9-c8bc-4440-9a44-c9304cd2da83" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,a19bcfc9-c8bc-4440-9a44-c9304cd2da83.aspx</comments>
      <category>Work</category>
      <category>RSS</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=6729f210-1768-4bac-8bc0-c1971cd0e71c</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,6729f210-1768-4bac-8bc0-c1971cd0e71c.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,6729f210-1768-4bac-8bc0-c1971cd0e71c.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=6729f210-1768-4bac-8bc0-c1971cd0e71c</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <body xmlns="http://www.w3.org/1999/xhtml">
          <p>
I'm a strong believer in virtual machine software (and its integration into Microsoft
OS). Although I use <a href="http://www.vmware.com">VMWare</a> and not <a href="http://www.microsoft.com/windowsxp/virtualpc/">Virtual
PC</a>, it's quite useful that I can play with all betas without reinstalling my bread-making
machine. 
</p>
          <p>
Why is Virtual PC 5.2 available for MSDN subscribers and not <a href="http://www.lockergnome.com/update/archives/week_2003_08_10.html#006648">the
newest, 6.1 version</a>? What seems to be the policy anyway? 
</p>
          <p>
... and I know I'm <a href="http://www.gotdotnet.com/team/dbox/default.aspx?key=2003-05-16T06:45:31Z">not</a><a href="http://www.iunknown.com/000294.html">the</a><a href="http://www.simplegeek.com/permalink.aspx/301d4cc4-3abf-41bd-95e1-3b3e6b40f3d1">only</a><a href="http://radio.weblogs.com/0106747/2003/08/28.html#a430">one</a>. 
</p>
        </body>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=6729f210-1768-4bac-8bc0-c1971cd0e71c" />
      </body>
      <title>Virtual machine software</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,6729f210-1768-4bac-8bc0-c1971cd0e71c.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,6729f210-1768-4bac-8bc0-c1971cd0e71c.aspx</link>
      <pubDate>Mon, 01 Sep 2003 20:42:16 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;
I'm a strong believer in virtual machine software (and its integration into Microsoft
OS). Although I use &lt;a href="http://www.vmware.com"&gt;VMWare&lt;/a&gt; and not &lt;a href="http://www.microsoft.com/windowsxp/virtualpc/"&gt;Virtual
PC&lt;/a&gt;, it's quite useful that I can play with all betas without reinstalling my bread-making
machine. 
&lt;/p&gt;
&lt;p&gt;
Why is Virtual PC 5.2 available for MSDN subscribers and not &lt;a href="http://www.lockergnome.com/update/archives/week_2003_08_10.html#006648"&gt;the
newest, 6.1 version&lt;/a&gt;? What seems to be the policy anyway? 
&lt;/p&gt;
&lt;p&gt;
... and I know I'm &lt;a href="http://www.gotdotnet.com/team/dbox/default.aspx?key=2003-05-16T06:45:31Z"&gt;not&lt;/a&gt; &lt;a href="http://www.iunknown.com/000294.html"&gt;the&lt;/a&gt; &lt;a href="http://www.simplegeek.com/permalink.aspx/301d4cc4-3abf-41bd-95e1-3b3e6b40f3d1"&gt;only&lt;/a&gt; &lt;a href="http://radio.weblogs.com/0106747/2003/08/28.html#a430"&gt;one&lt;/a&gt;. 
&lt;/p&gt;
&lt;/body&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=6729f210-1768-4bac-8bc0-c1971cd0e71c" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,6729f210-1768-4bac-8bc0-c1971cd0e71c.aspx</comments>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=4d45b4d2-5741-485c-aaa5-624cbd180ced</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,4d45b4d2-5741-485c-aaa5-624cbd180ced.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,4d45b4d2-5741-485c-aaa5-624cbd180ced.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=4d45b4d2-5741-485c-aaa5-624cbd180ced</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <body xmlns="http://www.w3.org/1999/xhtml">
          <p>
It just happened to my server. 
</p>
          <p>
Damn. Two hours of my time wasted because I happen to have the exact config I shouldn't
have. It seems that Win XP + IIS5.1 + ASP.NET 1.0 + MS03-32 Security update are not
compatible. <a href="http://drewby.net/">Drew</a> notified me about my server failure.
Thanks! 
</p>
          <p>
            <a href="http://www.asp.net/faq/ms03-32-issue.aspx">This</a> is the solution. 
</p>
          <p>
Beware. 
</p>
        </body>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=4d45b4d2-5741-485c-aaa5-624cbd180ced" />
      </body>
      <title>'Server Application Unavailable' Error after Applying Security Update for IE</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,4d45b4d2-5741-485c-aaa5-624cbd180ced.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,4d45b4d2-5741-485c-aaa5-624cbd180ced.aspx</link>
      <pubDate>Mon, 01 Sep 2003 19:32:17 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;
It just happened to my server. 
&lt;/p&gt;
&lt;p&gt;
Damn. Two hours of my time wasted because I happen to have the exact config I shouldn't
have. It seems that Win XP + IIS5.1 + ASP.NET 1.0 + MS03-32 Security update are not
compatible. &lt;a href="http://drewby.net/"&gt;Drew&lt;/a&gt; notified me about my server failure.
Thanks! 
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.asp.net/faq/ms03-32-issue.aspx"&gt;This&lt;/a&gt; is the solution. 
&lt;/p&gt;
&lt;p&gt;
Beware. 
&lt;/p&gt;
&lt;/body&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=4d45b4d2-5741-485c-aaa5-624cbd180ced" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,4d45b4d2-5741-485c-aaa5-624cbd180ced.aspx</comments>
      <category>Work</category>
      <category>Other</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=fbec1a45-2971-4ad5-a6a9-23d1ff6b3f8c</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,fbec1a45-2971-4ad5-a6a9-23d1ff6b3f8c.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,fbec1a45-2971-4ad5-a6a9-23d1ff6b3f8c.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=fbec1a45-2971-4ad5-a6a9-23d1ff6b3f8c</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <body xmlns="http://www.w3.org/1999/xhtml">
          <p>
We just did a redesign on our /webservices subsection. You can find info/downloads/functions/...
on it. Everything is free to use - some contents are applicable only to local users,
though. 
</p>
          <p>
URL: <a href="http://www.gama-system.com/webservices">http://www.gama-system.com/webservices</a></p>
        </body>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=fbec1a45-2971-4ad5-a6a9-23d1ff6b3f8c" />
      </body>
      <title>Web services subpage redesigned</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,fbec1a45-2971-4ad5-a6a9-23d1ff6b3f8c.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,fbec1a45-2971-4ad5-a6a9-23d1ff6b3f8c.aspx</link>
      <pubDate>Tue, 26 Aug 2003 17:35:44 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;
We just did a redesign on our /webservices subsection. You can find info/downloads/functions/...
on it. Everything is free to use - some contents are applicable only to local users,
though. 
&lt;/p&gt;
&lt;p&gt;
URL: &lt;a href="http://www.gama-system.com/webservices"&gt;http://www.gama-system.com/webservices&lt;/a&gt; 
&lt;/p&gt;
&lt;/body&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=fbec1a45-2971-4ad5-a6a9-23d1ff6b3f8c" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,fbec1a45-2971-4ad5-a6a9-23d1ff6b3f8c.aspx</comments>
      <category>Work</category>
      <category>Web Services</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=bfcba64d-affc-4483-9037-595e3f5874c8</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,bfcba64d-affc-4483-9037-595e3f5874c8.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,bfcba64d-affc-4483-9037-595e3f5874c8.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=bfcba64d-affc-4483-9037-595e3f5874c8</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <body xmlns="http://www.w3.org/1999/xhtml">
          <p>
I just finished a review of a huge XML schema for the biggest mobile operator
in Slovenia. 
</p>
          <p>
By huge, I mean around 2000 lines. It takes XML Spy one second to validate an instance
document on my machine. Element nesting goes ten levels deep. 
</p>
        </body>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=bfcba64d-affc-4483-9037-595e3f5874c8" />
      </body>
      <title>XML schema review done</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,bfcba64d-affc-4483-9037-595e3f5874c8.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,bfcba64d-affc-4483-9037-595e3f5874c8.aspx</link>
      <pubDate>Wed, 06 Aug 2003 17:37:30 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;
I just finished a review of a&amp;#160;huge XML schema for the biggest mobile operator
in Slovenia. 
&lt;/p&gt;
&lt;p&gt;
By huge, I mean around 2000 lines. It takes XML Spy one second to validate an instance
document on my machine. Element nesting goes&amp;#160;ten levels deep. 
&lt;/p&gt;
&lt;/body&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=bfcba64d-affc-4483-9037-595e3f5874c8" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,bfcba64d-affc-4483-9037-595e3f5874c8.aspx</comments>
      <category>Work</category>
      <category>XML</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=0725592a-25ad-4d53-b9f2-b8f95870481f</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,0725592a-25ad-4d53-b9f2-b8f95870481f.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,0725592a-25ad-4d53-b9f2-b8f95870481f.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=0725592a-25ad-4d53-b9f2-b8f95870481f</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <a href="http://radio.weblogs.com/0124699/2003/08/05.html#a8">+1</a>.<img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=0725592a-25ad-4d53-b9f2-b8f95870481f" /></body>
      <title>PDC</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,0725592a-25ad-4d53-b9f2-b8f95870481f.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,0725592a-25ad-4d53-b9f2-b8f95870481f.aspx</link>
      <pubDate>Wed, 06 Aug 2003 13:08:56 GMT</pubDate>
      <description>&lt;a href="http://radio.weblogs.com/0124699/2003/08/05.html#a8"&gt;+1&lt;/a&gt;.&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=0725592a-25ad-4d53-b9f2-b8f95870481f" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,0725592a-25ad-4d53-b9f2-b8f95870481f.aspx</comments>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=2dfa397e-2ba8-46d1-93b2-13d027c6b3a4</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,2dfa397e-2ba8-46d1-93b2-13d027c6b3a4.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,2dfa397e-2ba8-46d1-93b2-13d027c6b3a4.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=2dfa397e-2ba8-46d1-93b2-13d027c6b3a4</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <body xmlns="http://www.w3.org/1999/xhtml">
          <p>
I just finished another developer-oriented product specification. The product is called <em>Gama
System® EDocs</em>. 
</p>
          <p>
It grew to 160 pages/5 documents. It's a .NET app, which includes MSMQ integration,
system services and a WinForms client. Backend storage is SQL Server. It's using
partitioned views to achive maximum scalability, since we're expecting over 1TB of
data on particular installations. 
</p>
          <p>
It's time to use that whip on our developers again.<br /></p>
        </body>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=2dfa397e-2ba8-46d1-93b2-13d027c6b3a4" />
      </body>
      <title>Product spec done</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,2dfa397e-2ba8-46d1-93b2-13d027c6b3a4.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,2dfa397e-2ba8-46d1-93b2-13d027c6b3a4.aspx</link>
      <pubDate>Thu, 31 Jul 2003 15:20:20 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;
I just finished another developer-oriented product specification. The product is called &lt;em&gt;Gama
System® EDocs&lt;/em&gt;. 
&lt;/p&gt;
&lt;p&gt;
It grew to 160 pages/5 documents. It's a .NET app, which includes MSMQ integration,
system services and a&amp;#160;WinForms client. Backend storage is SQL Server. It's using
partitioned views to achive maximum scalability, since we're expecting over 1TB of
data on particular installations. 
&lt;/p&gt;
&lt;p&gt;
It's time to use that whip on our developers again.&lt;br /&gt;
&lt;/p&gt;
&lt;/body&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=2dfa397e-2ba8-46d1-93b2-13d027c6b3a4" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,2dfa397e-2ba8-46d1-93b2-13d027c6b3a4.aspx</comments>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=109493c0-c965-40d8-84de-a7de01f3921f</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,109493c0-c965-40d8-84de-a7de01f3921f.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,109493c0-c965-40d8-84de-a7de01f3921f.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=109493c0-c965-40d8-84de-a7de01f3921f</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <body xmlns="http://www.w3.org/1999/xhtml">
          <p>
What seemed to be no obstacle at all is turning out to complicate my architectural
designs lately. 
</p>
          <p>
Microsoft Message Queuing (MSMQ) has this strange limitation (<em>at least</em> for
year 2003) which prevents you to have messages longer than 4MB. Since most of .NET
architects are dumping object instances into MSMQ, which get serialized into XML,
we all have a problem with binary data. The problem lies in binary XML serialization,
 XML Schema and its <a href="http://www.w3.org/TR/xmlschema-2/#base64Binary">base64Binary</a> datatype,
which is used in encoding. We do not get 4MB, but ~3MB message content limitation,
due to a well known 1.333 factor of base64 encoding. 
</p>
          <p>
Architectural design is now vastly different, since I have to split the binary documents,
while allowing them to be linked appropriately with their parent messages. And since
I'm building a document management system which will push .doc, .xls and friends on
a MSMQ stack, 4MB is often not enough. 
</p>
        </body>
        <img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=109493c0-c965-40d8-84de-a7de01f3921f" />
      </body>
      <title>MSMQ limitations</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,109493c0-c965-40d8-84de-a7de01f3921f.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,109493c0-c965-40d8-84de-a7de01f3921f.aspx</link>
      <pubDate>Tue, 24 Jun 2003 14:17:59 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;
What seemed to be no obstacle at all is turning out to complicate my architectural
designs lately. 
&lt;/p&gt;
&lt;p&gt;
Microsoft Message Queuing (MSMQ) has this strange limitation (&lt;em&gt;at least&lt;/em&gt; for
year 2003) which prevents you to have messages longer than 4MB. Since most of .NET
architects are dumping object instances into MSMQ, which get serialized into XML,
we all have a problem with binary data. The problem lies in binary XML serialization,
&amp;#160;XML Schema&amp;#160;and its &lt;a href="http://www.w3.org/TR/xmlschema-2/#base64Binary"&gt;base64Binary&lt;/a&gt;&amp;#160;datatype,
which is used in encoding. We do not get 4MB, but ~3MB message content limitation,
due to a well known 1.333 factor of base64 encoding. 
&lt;/p&gt;
&lt;p&gt;
Architectural design is now vastly different, since I have to split the binary documents,
while allowing them to be linked appropriately with their parent messages. And since
I'm building a document management system which will push .doc, .xls and friends on
a MSMQ stack, 4MB is often not enough. 
&lt;/p&gt;
&lt;/body&gt;
&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=109493c0-c965-40d8-84de-a7de01f3921f" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,109493c0-c965-40d8-84de-a7de01f3921f.aspx</comments>
      <category>Work</category>
      <category>XML</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=e9427746-4856-4554-972f-7fdcbfac296a</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,e9427746-4856-4554-972f-7fdcbfac296a.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,e9427746-4856-4554-972f-7fdcbfac296a.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=e9427746-4856-4554-972f-7fdcbfac296a</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">I admire <a href="http://blogs.gotdotnet.com/cbrumme/">this</a> guy.
Not only he writes five pages of <a href="http://blogs.gotdotnet.com/cbrumme/PermaLink.aspx/68bb6af0-d15f-44fd-b6a7-41926c415cc4">first
class material from his vacation in Maui</a>, he also does it <a href="http://blogs.gotdotnet.com/cbrumme/PermaLink.aspx/19f7fe52-1225-49cd-86df-9c6ee40deb5a">besides
the pool</a>.<img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=e9427746-4856-4554-972f-7fdcbfac296a" /></body>
      <title>Chris Brumme</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,e9427746-4856-4554-972f-7fdcbfac296a.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,e9427746-4856-4554-972f-7fdcbfac296a.aspx</link>
      <pubDate>Mon, 23 Jun 2003 20:18:30 GMT</pubDate>
      <description>I admire &lt;a href="http://blogs.gotdotnet.com/cbrumme/"&gt;this&lt;/a&gt; guy. Not only he writes
five pages of &lt;a href="http://blogs.gotdotnet.com/cbrumme/PermaLink.aspx/68bb6af0-d15f-44fd-b6a7-41926c415cc4"&gt;first
class material from his vacation in Maui&lt;/a&gt;, he also does it &lt;a href="http://blogs.gotdotnet.com/cbrumme/PermaLink.aspx/19f7fe52-1225-49cd-86df-9c6ee40deb5a"&gt;besides
the pool&lt;/a&gt;.&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=e9427746-4856-4554-972f-7fdcbfac296a" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,e9427746-4856-4554-972f-7fdcbfac296a.aspx</comments>
      <category>Work</category>
      <category>CLR</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=99f5efca-a436-4699-a45c-258f86e72d32</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,99f5efca-a436-4699-a45c-258f86e72d32.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,99f5efca-a436-4699-a45c-258f86e72d32.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=99f5efca-a436-4699-a45c-258f86e72d32</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">Sure enough, it was it's 8th <a href="http://cot.uni-mb.si/ots2003/">reincarnation</a>.
It finished yesterday and I gave a talk on Wednesday. Talked about <a href="http://cot.uni-mb.si/ots2003/povzetki.html#gacnik">XML
versus CLR type system</a>, dived into XML Schema specifics and compared early programmatic
type systems with modern ones, including JVM and CLR. 
<br /><br />
Later on, I joined in and answered questions on a <a href="http://cot.uni-mb.si/ots2003/okrogla_miza.html">e-business
related roundtable</a>. The conference room was half full (~100 folks), which wasn't
that bad. See you next year Maribor guys...<img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=99f5efca-a436-4699-a45c-258f86e72d32" /></body>
      <title>OTS 2003</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,99f5efca-a436-4699-a45c-258f86e72d32.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,99f5efca-a436-4699-a45c-258f86e72d32.aspx</link>
      <pubDate>Fri, 20 Jun 2003 10:19:06 GMT</pubDate>
      <description>Sure enough, it was it's 8th &lt;a href="http://cot.uni-mb.si/ots2003/"&gt;reincarnation&lt;/a&gt;.
It finished yesterday and I gave a talk on Wednesday. Talked about &lt;a href="http://cot.uni-mb.si/ots2003/povzetki.html#gacnik"&gt;XML
versus CLR type system&lt;/a&gt;, dived into XML Schema specifics and compared early programmatic
type systems with modern ones, including JVM and CLR. 
&lt;br /&gt;
&lt;br /&gt;
Later on, I joined in and answered questions on a &lt;a href="http://cot.uni-mb.si/ots2003/okrogla_miza.html"&gt;e-business
related roundtable&lt;/a&gt;. The conference room was half full (~100 folks), which wasn't
that bad. See you next year Maribor guys...&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=99f5efca-a436-4699-a45c-258f86e72d32" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,99f5efca-a436-4699-a45c-258f86e72d32.aspx</comments>
      <category>XML</category>
      <category>Work</category>
    </item>
    <item>
      <trackback:ping>https://www.request-response.com/blog/Trackback.aspx?guid=d73591e8-d29e-4285-87f1-3c0d14a53c48</trackback:ping>
      <pingback:server>https://www.request-response.com/blog/pingback.aspx</pingback:server>
      <pingback:target>https://www.request-response.com/blog/PermaLink,guid,d73591e8-d29e-4285-87f1-3c0d14a53c48.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>https://www.request-response.com/blog/CommentView,guid,d73591e8-d29e-4285-87f1-3c0d14a53c48.aspx</wfw:comment>
      <wfw:commentRss>https://www.request-response.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=d73591e8-d29e-4285-87f1-3c0d14a53c48</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">Well, starting with a self definition.
I belong to <a href="http://www.gama-system.com">this</a> camp. I do a lot of work
for <a href="http://www.microsoft.com/slovenija">this</a> camp.<img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=d73591e8-d29e-4285-87f1-3c0d14a53c48" /></body>
      <title>Politically correct</title>
      <guid isPermaLink="false">https://www.request-response.com/blog/PermaLink,guid,d73591e8-d29e-4285-87f1-3c0d14a53c48.aspx</guid>
      <link>https://www.request-response.com/blog/PermaLink,guid,d73591e8-d29e-4285-87f1-3c0d14a53c48.aspx</link>
      <pubDate>Fri, 20 Jun 2003 10:08:28 GMT</pubDate>
      <description>Well, starting with a self definition. I belong to &lt;a href="http://www.gama-system.com"&gt;this&lt;/a&gt; camp.
I do a lot of work for &lt;a href="http://www.microsoft.com/slovenija"&gt;this&lt;/a&gt; camp.&lt;img width="0" height="0" src="https://www.request-response.com/blog/aggbug.ashx?id=d73591e8-d29e-4285-87f1-3c0d14a53c48" /&gt;</description>
      <comments>https://www.request-response.com/blog/CommentView,guid,d73591e8-d29e-4285-87f1-3c0d14a53c48.aspx</comments>
      <category>Personal</category>
      <category>Work</category>
    </item>
  </channel>
</rss>