<?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:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:georss="http://www.georss.org/georss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Mick's Breeze Blogs - Biztalk/Sharepoint/... - Events|TechEd</title>
    <link>http://blogs.breeze.net/mickb/</link>
    <description>Things hard and not so hard....</description>
    <language>en-us</language>
    <copyright>Breeze</copyright>
    <lastBuildDate>Thu, 11 Aug 2011 03:06:03 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>mickb@breezetraining.com.au</managingEditor>
    <webMaster>mickb@breezetraining.com.au</webMaster>
    <item>
      <trackback:ping>http://blogs.breeze.net/mickb/Trackback.aspx?guid=0d171ee0-dc14-4f88-97a8-25dbb308afd1</trackback:ping>
      <pingback:server>http://blogs.breeze.net/mickb/pingback.aspx</pingback:server>
      <pingback:target>http://blogs.breeze.net/mickb/PermaLink,guid,0d171ee0-dc14-4f88-97a8-25dbb308afd1.aspx</pingback:target>
      <dc:creator>Mick Badran</dc:creator>
      <wfw:comment>http://blogs.breeze.net/mickb/CommentView,guid,0d171ee0-dc14-4f88-97a8-25dbb308afd1.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.breeze.net/mickb/SyndicationService.asmx/GetEntryCommentsRss?guid=0d171ee0-dc14-4f88-97a8-25dbb308afd1</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
What a place…the Gold Coast!!! 
<br /><img src="http://www.wallpaperweb.org/wallpaper/nature/2048x1536/Rainbow_Bay_Gold_Coast000000842048x15361x.jpg" width="272" height="204" /></p>
        <p>
Any chance to get back there… and this year is looking to be a fantastic 2 day pre-conference
training together.
</p>
        <p>
In the training there’ll be no MS speak!! I promise “We’re all in…” …(washing mouth
out with soap).
</p>
        <p>
          <strong>First things first – </strong>everyone you speak to will pronounce ‘Azure’
differently (I once had 3 martial arts instructors all speak their own flavour of
‘Korean’ to me).<br />
You’ll get:<br />
1) ‘Aaaaaazzzzre’<br />
2) ‘Azzzz-cloud’<br /><br />
Now here in Australia we’re standardising (our English-Australian) to <strong>Azurey!<br /><br />
Azurey is our official term, </strong>which fits alongside ‘Timmy’, ‘Barbie’ and ‘Daveo’…
but not Shazza.
</p>
        <p>
What I want to explore with you are all the different options and components that
you could utilise. Having been through several cloud based solutions and building
a cloud based solution over the last 2 years.
</p>
        <p>
          <a href="http://blogs.breezetraining.com.au/mickb/content/binary/WindowsLiveWriter/Teched2011GoldCoastHowtheCloudcanhelpyou_B891/image_2.png">
            <img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.breezetraining.com.au/mickb/content/binary/WindowsLiveWriter/Teched2011GoldCoastHowtheCloudcanhelpyou_B891/image_thumb.png" width="436" height="245" />
          </a>
        </p>
        <p>
So we can use a combination of the available technologies to alleviate some of the
in-house problems (e.g. firewall settings, h/w order and provisioning, server space)
while still maintaining *very* good ownership over it.
</p>
        <p>
One thing is clear right now – with this new landscape the focus has returned to the <strong>Developer</strong> to
be mindful of what resources they use and <strong>HOW they use them.</strong></p>
        <p>
          <strong>The price of your solution starts right now from the ground up with the Developer!<br /></strong>(Previously we’ve had limitless memory, disk, cpu, connections, sockets,
select * from customers… – developers rarely care)
</p>
        <p>
So the <strong>cost model – What do you get charged for?</strong><br />
(short answer – nearly everything)
</p>
        <p>
If you can design a solution with:<br /><strong>1) no use for SQL Azure –</strong>as it currently costs a bomb to host a DB. 
<br />
You could use – SQLCE locally or Azure Storage (Table, Queue, blob) which is cheap
as chips.
</p>
        <p>
          <strong>2) limit your Service Bus Connections – both client and server count as a
connection</strong>. The connections are averaged out over a day/month and are sampled
every 5 mins, but you certainly don’t want to rack up 100s of connections. A cheaper
alternative is to expose a WCF Endpoint (via a worker role) and have a process communicate
with the Servicebus endpoint handling the requests. This counts for 2 connections
(1 client, 1 server) and is well within the 5 pack.
</p>
        <p>
          <strong>3) Only data out is charged – not in.</strong>
        </p>
        <p>
          <strong>4) Compute VM sizes limit bandwith – </strong>across all your compute VMs
e.g. small, there is bandwidth limitations that is enforced whether you have 1 or
10 VMs. Be mindful of that.
</p>
        <p>
          <strong>5) We can ‘monitor’ our cloud machines and even get back perf counters on
each – </strong>just to give you that feel good feeling.<br /></p>
        <p>
          <a href="http://blogs.breezetraining.com.au/mickb/content/binary/WindowsLiveWriter/Teched2011GoldCoastHowtheCloudcanhelpyou_B891/image_4.png">
            <img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.breezetraining.com.au/mickb/content/binary/WindowsLiveWriter/Teched2011GoldCoastHowtheCloudcanhelpyou_B891/image_thumb_1.png" width="644" height="329" />
          </a>
        </p>
        <p>
Well anyway I must go tweak some F# (best thing I’ve seen in a long while…another
story)
</p>
        <p>
Here’s the official story @ TechEd – hope to see you there folks!
</p>
        <p>
          <a title="http://australia.msteched.com/preconferencetraining" href="http://australia.msteched.com/preconferencetraining">http://australia.msteched.com/preconferencetraining</a>
        </p>
        <p>
Official Blurb!
</p>
        <p>
          <strong>How “the Cloud” can help you integrate – Microsoft for Developers</strong>
        </p>
        <p>
          <strong>
          </strong>  
</p>
        <p>
With the excitement of technology moving towards “the Cloud” come and learn exactly
what this means to your business and how your development projects can leverage the
Windows Azure Platform without re-architecting your environment. Should you invest
in private cloud, move your application to the public cloud, choose a hybrid approach
or keep the application on-premise? 
</p>
        <p>
  
</p>
        <p>
This two-day development workshop led by renowned Integration Experts provides delegates
with an early opportunity to gain insight and hands-on experience with the Windows
Azure Platform including Windows Azure AppFabric, SQL Azure, Windows Server AppFabric
and BizTalk AppFabric Connect. 
</p>
        <p>
  
</p>
        <p>
This developer workshop focuses on maximising your existing integration technology
investment for an on-premise solution, including architectural design considerations,
real world tips and techniques and hands-on experience with using the integration
tools available today. 
</p>
        <p>
  
</p>
        <p>
Delivered through workshop style presentations and hands-on lab exercises, this technology
focused pre conference training will assist with designing and developing your company
roadmap to the Cloud. <img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=0d171ee0-dc14-4f88-97a8-25dbb308afd1" /></p>
      </body>
      <title>Teched 2011 – Gold Coast: How “the Cloud” can help you integrate</title>
      <guid isPermaLink="false">http://blogs.breeze.net/mickb/PermaLink,guid,0d171ee0-dc14-4f88-97a8-25dbb308afd1.aspx</guid>
      <link>http://blogs.breeze.net/mickb/2011/08/11/Teched2011GoldCoastHowTheCloudCanHelpYouIntegrate.aspx</link>
      <pubDate>Thu, 11 Aug 2011 03:06:03 GMT</pubDate>
      <description>&lt;p&gt;
What a place…the Gold Coast!!! 
&lt;br&gt;
&lt;img src="http://www.wallpaperweb.org/wallpaper/nature/2048x1536/Rainbow_Bay_Gold_Coast000000842048x15361x.jpg" width="272" height="204"&gt;
&lt;/p&gt;
&lt;p&gt;
Any chance to get back there… and this year is looking to be a fantastic 2 day pre-conference
training together.
&lt;/p&gt;
&lt;p&gt;
In the training there’ll be no MS speak!! I promise “We’re all in…” …(washing mouth
out with soap).
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;First things first – &lt;/strong&gt;everyone you speak to will pronounce ‘Azure’
differently (I once had 3 martial arts instructors all speak their own flavour of
‘Korean’ to me).&lt;br&gt;
You’ll get:&lt;br&gt;
1) ‘Aaaaaazzzzre’&lt;br&gt;
2) ‘Azzzz-cloud’&lt;br&gt;
&lt;br&gt;
Now here in Australia we’re standardising (our English-Australian) to &lt;strong&gt;Azurey!&lt;br&gt;
&lt;br&gt;
Azurey is our official term, &lt;/strong&gt;which fits alongside ‘Timmy’, ‘Barbie’ and ‘Daveo’…
but not Shazza.
&lt;/p&gt;
&lt;p&gt;
What I want to explore with you are all the different options and components that
you could utilise. Having been through several cloud based solutions and building
a cloud based solution over the last 2 years.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://blogs.breezetraining.com.au/mickb/content/binary/WindowsLiveWriter/Teched2011GoldCoastHowtheCloudcanhelpyou_B891/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.breezetraining.com.au/mickb/content/binary/WindowsLiveWriter/Teched2011GoldCoastHowtheCloudcanhelpyou_B891/image_thumb.png" width="436" height="245"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
So we can use a combination of the available technologies to alleviate some of the
in-house problems (e.g. firewall settings, h/w order and provisioning, server space)
while still maintaining *very* good ownership over it.
&lt;/p&gt;
&lt;p&gt;
One thing is clear right now – with this new landscape the focus has returned to the &lt;strong&gt;Developer&lt;/strong&gt; to
be mindful of what resources they use and &lt;strong&gt;HOW they use them.&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;The price of your solution starts right now from the ground up with the Developer!&lt;br&gt;
&lt;/strong&gt;(Previously we’ve had limitless memory, disk, cpu, connections, sockets,
select * from customers… – developers rarely care)
&lt;/p&gt;
&lt;p&gt;
So the &lt;strong&gt;cost model – What do you get charged for?&lt;/strong&gt;
&lt;br&gt;
(short answer – nearly everything)
&lt;/p&gt;
&lt;p&gt;
If you can design a solution with:&lt;br&gt;
&lt;strong&gt;1) no use for SQL Azure –&lt;/strong&gt;as it currently costs a bomb to host a DB. 
&lt;br&gt;
You could use – SQLCE locally or Azure Storage (Table, Queue, blob) which is cheap
as chips.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;2) limit your Service Bus Connections – both client and server count as a
connection&lt;/strong&gt;. The connections are averaged out over a day/month and are sampled
every 5 mins, but you certainly don’t want to rack up 100s of connections. A cheaper
alternative is to expose a WCF Endpoint (via a worker role) and have a process communicate
with the Servicebus endpoint handling the requests. This counts for 2 connections
(1 client, 1 server) and is well within the 5 pack.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;3) Only data out is charged – not in.&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;4) Compute VM sizes limit bandwith – &lt;/strong&gt;across all your compute VMs
e.g. small, there is bandwidth limitations that is enforced whether you have 1 or
10 VMs. Be mindful of that.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;5) We can ‘monitor’ our cloud machines and even get back perf counters on
each – &lt;/strong&gt;just to give you that feel good feeling.&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://blogs.breezetraining.com.au/mickb/content/binary/WindowsLiveWriter/Teched2011GoldCoastHowtheCloudcanhelpyou_B891/image_4.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.breezetraining.com.au/mickb/content/binary/WindowsLiveWriter/Teched2011GoldCoastHowtheCloudcanhelpyou_B891/image_thumb_1.png" width="644" height="329"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
Well anyway I must go tweak some F# (best thing I’ve seen in a long while…another
story)
&lt;/p&gt;
&lt;p&gt;
Here’s the official story @ TechEd – hope to see you there folks!
&lt;/p&gt;
&lt;p&gt;
&lt;a title="http://australia.msteched.com/preconferencetraining" href="http://australia.msteched.com/preconferencetraining"&gt;http://australia.msteched.com/preconferencetraining&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Official Blurb!
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;How “the Cloud” can help you integrate – Microsoft for Developers&lt;/strong&gt; 
&lt;p&gt;
&lt;strong&gt;&lt;/strong&gt;&amp;nbsp; 
&lt;p&gt;
With the excitement of technology moving towards “the Cloud” come and learn exactly
what this means to your business and how your development projects can leverage the
Windows Azure Platform without re-architecting your environment. Should you invest
in private cloud, move your application to the public cloud, choose a hybrid approach
or keep the application on-premise? 
&lt;p&gt;
&amp;nbsp; 
&lt;p&gt;
This two-day development workshop led by renowned Integration Experts provides delegates
with an early opportunity to gain insight and hands-on experience with the Windows
Azure Platform including Windows Azure AppFabric, SQL Azure, Windows Server AppFabric
and BizTalk AppFabric Connect. 
&lt;p&gt;
&amp;nbsp; 
&lt;p&gt;
This developer workshop focuses on maximising your existing integration technology
investment for an on-premise solution, including architectural design considerations,
real world tips and techniques and hands-on experience with using the integration
tools available today. 
&lt;p&gt;
&amp;nbsp; 
&lt;p&gt;
Delivered through workshop style presentations and hands-on lab exercises, this technology
focused pre conference training will assist with designing and developing your company
roadmap to the Cloud. &lt;img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=0d171ee0-dc14-4f88-97a8-25dbb308afd1" /&gt;</description>
      <comments>http://blogs.breeze.net/mickb/CommentView,guid,0d171ee0-dc14-4f88-97a8-25dbb308afd1.aspx</comments>
      <category>AppFabricServer</category>
      <category>Azure</category>
      <category>BizTalk</category>
      <category>BizTalk/2010</category>
      <category>Events/TechEd</category>
      <category>Events/TechEd/2011</category>
      <category>Training</category>
    </item>
    <item>
      <trackback:ping>http://blogs.breeze.net/mickb/Trackback.aspx?guid=90a82c49-4acb-4f89-b442-4628295477ed</trackback:ping>
      <pingback:server>http://blogs.breeze.net/mickb/pingback.aspx</pingback:server>
      <pingback:target>http://blogs.breeze.net/mickb/PermaLink,guid,90a82c49-4acb-4f89-b442-4628295477ed.aspx</pingback:target>
      <dc:creator>Mick Badran</dc:creator>
      <wfw:comment>http://blogs.breeze.net/mickb/CommentView,guid,90a82c49-4acb-4f89-b442-4628295477ed.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.breeze.net/mickb/SyndicationService.asmx/GetEntryCommentsRss?guid=90a82c49-4acb-4f89-b442-4628295477ed</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Last night we had an exam cram, where keen and interested delegates bunkered down
and got their neurons firing.
</p>
        <p>
I went through this exam with them giving them tips and sharing my general SharePoint
knowledge around this.
</p>
        <p>
Today – the good news was that I passed three delegates whom took the exam *today*
and all passed!!! <strong>Well done guys!</strong></p>
        <p>
Here’s the ppt deck that I used – enjoy and well done all!
</p>
        <p>
          <a href="http://blogs.breezetraining.com.au/mickb/content/2009/TechEd2009ExamCramNight70630MCTSMicrosof_14610/70630MCTSMicrosoftOfficeSharePointServer2007MickBadran.png">
            <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="70-630 MCTS- Microsoft Office SharePoint Server 2007- Mick Badran" border="0" alt="70-630 MCTS- Microsoft Office SharePoint Server 2007- Mick Badran" src="http://blogs.breezetraining.com.au/mickb/content/2009/TechEd2009ExamCramNight70630MCTSMicrosof_14610/70630MCTSMicrosoftOfficeSharePointServer2007MickBadran_thumb.png" width="244" height="184" />
          </a>
        </p>
        <div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:fb3a1972-4489-4e52-abe7-25a00bb07fdf:93997785-cd27-4080-9dd6-1885bcf685b9" class="wlWriterEditableSmartContent">
          <p>
            <a href="http://blogs.breezetraining.com.au/mickb/content/2009/TechEd2009ExamCramNight70630MCTSMicrosof_14610/70630MCTSMicrosoftOfficeSharePointServer2007MickBadran.pptx" target="_blank">PPTs</a>
          </p>
        </div>
        <img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=90a82c49-4acb-4f89-b442-4628295477ed" />
      </body>
      <title>TechEd 2009 – Exam Cram Night - 70-630 MCTS- Microsoft Office SharePoint Server 2007</title>
      <guid isPermaLink="false">http://blogs.breeze.net/mickb/PermaLink,guid,90a82c49-4acb-4f89-b442-4628295477ed.aspx</guid>
      <link>http://blogs.breeze.net/mickb/2009/09/10/TechEd2009ExamCramNight70630MCTSMicrosoftOfficeSharePointServer2007.aspx</link>
      <pubDate>Thu, 10 Sep 2009 13:12:42 GMT</pubDate>
      <description>&lt;p&gt;
Last night we had an exam cram, where keen and interested delegates bunkered down
and got their neurons firing.
&lt;/p&gt;
&lt;p&gt;
I went through this exam with them giving them tips and sharing my general SharePoint
knowledge around this.
&lt;/p&gt;
&lt;p&gt;
Today – the good news was that I passed three delegates whom took the exam *today*
and all passed!!! &lt;strong&gt;Well done guys!&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
Here’s the ppt deck that I used – enjoy and well done all!
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://blogs.breezetraining.com.au/mickb/content/2009/TechEd2009ExamCramNight70630MCTSMicrosof_14610/70630MCTSMicrosoftOfficeSharePointServer2007MickBadran.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="70-630 MCTS- Microsoft Office SharePoint Server 2007- Mick Badran" border="0" alt="70-630 MCTS- Microsoft Office SharePoint Server 2007- Mick Badran" src="http://blogs.breezetraining.com.au/mickb/content/2009/TechEd2009ExamCramNight70630MCTSMicrosof_14610/70630MCTSMicrosoftOfficeSharePointServer2007MickBadran_thumb.png" width="244" height="184"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:fb3a1972-4489-4e52-abe7-25a00bb07fdf:93997785-cd27-4080-9dd6-1885bcf685b9" class="wlWriterEditableSmartContent"&gt;
&lt;p&gt;
&lt;a href="http://blogs.breezetraining.com.au/mickb/content/2009/TechEd2009ExamCramNight70630MCTSMicrosof_14610/70630MCTSMicrosoftOfficeSharePointServer2007MickBadran.pptx" target="_blank"&gt;PPTs&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=90a82c49-4acb-4f89-b442-4628295477ed" /&gt;</description>
      <comments>http://blogs.breeze.net/mickb/CommentView,guid,90a82c49-4acb-4f89-b442-4628295477ed.aspx</comments>
      <category>Events</category>
      <category>Events/TechEd</category>
      <category>Events/TechEd/2009</category>
      <category>Training</category>
    </item>
    <item>
      <trackback:ping>http://blogs.breeze.net/mickb/Trackback.aspx?guid=ef7e2a5b-141d-40b2-bba0-e2d28b9b69e5</trackback:ping>
      <pingback:server>http://blogs.breeze.net/mickb/pingback.aspx</pingback:server>
      <pingback:target>http://blogs.breeze.net/mickb/PermaLink,guid,ef7e2a5b-141d-40b2-bba0-e2d28b9b69e5.aspx</pingback:target>
      <dc:creator>Mick Badran</dc:creator>
      <wfw:comment>http://blogs.breeze.net/mickb/CommentView,guid,ef7e2a5b-141d-40b2-bba0-e2d28b9b69e5.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.breeze.net/mickb/SyndicationService.asmx/GetEntryCommentsRss?guid=ef7e2a5b-141d-40b2-bba0-e2d28b9b69e5</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
We’re in the thick of TechEd 2009 here in Australia on the Gold Coast (tough place
to have a conference ;) Sun, sand and a beach that stretches for miles 1 block away)
</p>
        <p>
Big thanks to those of you that attended my session – great turn out and all my demos
worked like a charm…that doesn’t happen every day :)
</p>
        <p>
Here’s the powerpoints and demo files:
</p>
        <p>
          <a href="http://blogs.breezetraining.com.au/mickb/content/2009/TechEd2009SOA314BizTalkGoesMobile_13073/SOA314BizTalkRFIDMobileMickBadran.png">
            <img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="SOA314 BizTalk RFID Mobile - Mick Badran" border="0" alt="SOA314 BizTalk RFID Mobile - Mick Badran" src="http://blogs.breezetraining.com.au/mickb/content/2009/TechEd2009SOA314BizTalkGoesMobile_13073/SOA314BizTalkRFIDMobileMickBadran_thumb.png" width="244" height="184" />
          </a>
          <br />
          <br />
PowerPoints  - 
</p>
        <div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:8eb9d37f-1541-4f29-b6f4-1eea890d4876:bfc1753b-dca2-4575-bbf7-f0e3ef46ebca" class="wlWriterEditableSmartContent">
          <p>
          </p>
          <div>
            <a href="http://blogs.breezetraining.com.au/mickb/content/2009/TechEd2009SOA314BizTalkGoesMobile_13073/SOA314BizTalkRFIDMobileMickBadran.pptx" target="_self">MicksDemoFiles.zip</a>
          </div>
        </div>
        <br />
        <div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:8eb9d37f-1541-4f29-b6f4-1eea890d4876:69b45d3d-f561-42ed-9b96-92b16512daaa" class="wlWriterEditableSmartContent">
          <p>
          </p>
          <div>
            <a href="http://blogs.breezetraining.com.au/mickb/content/2009/TechEd2009SOA314BizTalkGoesMobile_13073/MicksDemoFiles.zip" target="_self">MicksDemoFiles.zip</a>
          </div>
        </div>
        <img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=ef7e2a5b-141d-40b2-bba0-e2d28b9b69e5" />
      </body>
      <title>TechEd 2009 – SOA314 – BizTalk Goes Mobile</title>
      <guid isPermaLink="false">http://blogs.breeze.net/mickb/PermaLink,guid,ef7e2a5b-141d-40b2-bba0-e2d28b9b69e5.aspx</guid>
      <link>http://blogs.breeze.net/mickb/2009/09/10/TechEd2009SOA314BizTalkGoesMobile.aspx</link>
      <pubDate>Thu, 10 Sep 2009 12:50:01 GMT</pubDate>
      <description>&lt;p&gt;
We’re in the thick of TechEd 2009 here in Australia on the Gold Coast (tough place
to have a conference ;) Sun, sand and a beach that stretches for miles 1 block away)
&lt;/p&gt;
&lt;p&gt;
Big thanks to those of you that attended my session – great turn out and all my demos
worked like a charm…that doesn’t happen every day :)
&lt;/p&gt;
&lt;p&gt;
Here’s the powerpoints and demo files:
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://blogs.breezetraining.com.au/mickb/content/2009/TechEd2009SOA314BizTalkGoesMobile_13073/SOA314BizTalkRFIDMobileMickBadran.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="SOA314 BizTalk RFID Mobile - Mick Badran" border="0" alt="SOA314 BizTalk RFID Mobile - Mick Badran" src="http://blogs.breezetraining.com.au/mickb/content/2009/TechEd2009SOA314BizTalkGoesMobile_13073/SOA314BizTalkRFIDMobileMickBadran_thumb.png" width="244" height="184"&gt;&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;
PowerPoints&amp;nbsp; - 
&lt;/p&gt;
&lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:8eb9d37f-1541-4f29-b6f4-1eea890d4876:bfc1753b-dca2-4575-bbf7-f0e3ef46ebca" class="wlWriterEditableSmartContent"&gt;
&lt;p&gt;
&lt;div&gt;&lt;a href="http://blogs.breezetraining.com.au/mickb/content/2009/TechEd2009SOA314BizTalkGoesMobile_13073/SOA314BizTalkRFIDMobileMickBadran.pptx" target="_self"&gt;MicksDemoFiles.zip&lt;/a&gt;
&lt;/div&gt;
&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:8eb9d37f-1541-4f29-b6f4-1eea890d4876:69b45d3d-f561-42ed-9b96-92b16512daaa" class="wlWriterEditableSmartContent"&gt;
&lt;p&gt;
&lt;div&gt;&lt;a href="http://blogs.breezetraining.com.au/mickb/content/2009/TechEd2009SOA314BizTalkGoesMobile_13073/MicksDemoFiles.zip" target="_self"&gt;MicksDemoFiles.zip&lt;/a&gt;
&lt;/div&gt;
&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=ef7e2a5b-141d-40b2-bba0-e2d28b9b69e5" /&gt;</description>
      <comments>http://blogs.breeze.net/mickb/CommentView,guid,ef7e2a5b-141d-40b2-bba0-e2d28b9b69e5.aspx</comments>
      <category>BizTalk/2009</category>
      <category>BizTalk/RFID</category>
      <category>Events</category>
      <category>Events/TechEd</category>
      <category>Events/TechEd/2009</category>
    </item>
    <item>
      <trackback:ping>http://blogs.breeze.net/mickb/Trackback.aspx?guid=cbab3aed-4f11-493c-bc0a-5152ba675030</trackback:ping>
      <pingback:server>http://blogs.breeze.net/mickb/pingback.aspx</pingback:server>
      <pingback:target>http://blogs.breeze.net/mickb/PermaLink,guid,cbab3aed-4f11-493c-bc0a-5152ba675030.aspx</pingback:target>
      <dc:creator>Mick Badran</dc:creator>
      <wfw:comment>http://blogs.breeze.net/mickb/CommentView,guid,cbab3aed-4f11-493c-bc0a-5152ba675030.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.breeze.net/mickb/SyndicationService.asmx/GetEntryCommentsRss?guid=cbab3aed-4f11-493c-bc0a-5152ba675030</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
From another session Breeze jointly did with Kenetics whom supplied the hardware for
the entire TechEd 08.<br /></p>
        <p>
It was a great session Scotty &amp; myself did around demo-ing the bits that were
used to build the system.
</p>
        <p>
          <a href="http://blogs.breezetraining.com.au/mickb/content/TOT334BuildingRFIDSolutionswithBizTalk_A187/TechEd_2008_RFID.png">
            <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="259" alt="Implementing RFID with BizTalk" src="http://blogs.breezetraining.com.au/mickb/content/TOT334BuildingRFIDSolutionswithBizTalk_A187/TechEd_2008_RFID_thumb.png" width="344" border="0" />
          </a>
        </p>
        <div class="wlWriterSmartContent" id="scid:8eb9d37f-1541-4f29-b6f4-1eea890d4876:cd510cb9-1807-4bb4-aba3-ea06893bd972" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">
          <p>
          </p>
          <div>
            <a href="http://blogs.breezetraining.com.au/mickb/content/TOT334BuildingRFIDSolutionswithBizTalk_A187/TechEd_2008_RFID.zip" target="_blank">TechEd_2008_RFID.zip</a>
          </div>
        </div>
        <img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=cbab3aed-4f11-493c-bc0a-5152ba675030" />
      </body>
      <title>TOT 334 - Building RFID Solutions with BizTalk</title>
      <guid isPermaLink="false">http://blogs.breeze.net/mickb/PermaLink,guid,cbab3aed-4f11-493c-bc0a-5152ba675030.aspx</guid>
      <link>http://blogs.breeze.net/mickb/2008/09/08/TOT334BuildingRFIDSolutionsWithBizTalk.aspx</link>
      <pubDate>Mon, 08 Sep 2008 01:31:22 GMT</pubDate>
      <description>&lt;p&gt;
From another session Breeze jointly did with Kenetics whom supplied the hardware for
the entire TechEd 08.&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
It was a great session Scotty &amp;amp; myself did around demo-ing the bits that were
used to build the system.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://blogs.breezetraining.com.au/mickb/content/TOT334BuildingRFIDSolutionswithBizTalk_A187/TechEd_2008_RFID.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="259" alt="Implementing RFID with BizTalk" src="http://blogs.breezetraining.com.au/mickb/content/TOT334BuildingRFIDSolutionswithBizTalk_A187/TechEd_2008_RFID_thumb.png" width="344" border="0"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;div class="wlWriterSmartContent" id="scid:8eb9d37f-1541-4f29-b6f4-1eea890d4876:cd510cb9-1807-4bb4-aba3-ea06893bd972" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;
&lt;p&gt;
&lt;div&gt;&lt;a href="http://blogs.breezetraining.com.au/mickb/content/TOT334BuildingRFIDSolutionswithBizTalk_A187/TechEd_2008_RFID.zip" target="_blank"&gt;TechEd_2008_RFID.zip&lt;/a&gt;
&lt;/div&gt;
&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=cbab3aed-4f11-493c-bc0a-5152ba675030" /&gt;</description>
      <comments>http://blogs.breeze.net/mickb/CommentView,guid,cbab3aed-4f11-493c-bc0a-5152ba675030.aspx</comments>
      <category>BizTalk</category>
      <category>BizTalk/RFID</category>
      <category>Events</category>
      <category>Events/TechEd</category>
    </item>
    <item>
      <trackback:ping>http://blogs.breeze.net/mickb/Trackback.aspx?guid=03da59bf-7727-46ff-9d91-7faa2a251c66</trackback:ping>
      <pingback:server>http://blogs.breeze.net/mickb/pingback.aspx</pingback:server>
      <pingback:target>http://blogs.breeze.net/mickb/PermaLink,guid,03da59bf-7727-46ff-9d91-7faa2a251c66.aspx</pingback:target>
      <dc:creator>Mick Badran</dc:creator>
      <wfw:comment>http://blogs.breeze.net/mickb/CommentView,guid,03da59bf-7727-46ff-9d91-7faa2a251c66.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.breeze.net/mickb/SyndicationService.asmx/GetEntryCommentsRss?guid=03da59bf-7727-46ff-9d91-7faa2a251c66</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
As promised, the chaos of TechEd has subsided and if there's that thing of normality
approaching....we'll I must be close to it.
</p>
        <p>
My Thursday after lunch session went great with a whole series of demos about different
aspects of hosting and running workflows (WCF based, .NET 3.5, Tracking, FilePersistence,
Obtaining Metadata etc):
</p>
        <p>
        </p>
        <div class="wlWriterSmartContent" id="scid:887EC618-8FBE-DEAD-BEEF-2339AF2EC721:f79712bb-6ac0-4708-af5a-9d5e0f909c43" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">
          <img border="0" src="http://blogs.breezetraining.com.au/mickb/content/TechEd2008SOA305GettingWorkflowsRunninga_934A/SOA305TitlePage.png" />
        </div>
        <p>
 
</p>
        <div class="wlWriterSmartContent" id="scid:fb3a1972-4489-4e52-abe7-25a00bb07fdf:5fa7ef5f-cf63-42a7-8185-266ea5588e5b" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">
          <p>
            <a href="http://blogs.breezetraining.com.au/mickb/content/TechEd2008SOA305GettingWorkflowsRunninga_934A/TechEd08_Demos.zip" target="_blank">Powerpoints</a>
            <br />
            <a href="http://blogs.breezetraining.com.au/mickb/content/TechEd2008SOA305GettingWorkflowsRunninga_934A/SOA305MickBadranGettingWorkflowsRunningandTalkinginYourApplications.zip" target="_blank">WF
Demo Solution</a>
          </p>
        </div>
        <img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=03da59bf-7727-46ff-9d91-7faa2a251c66" />
      </body>
      <title>TechEd 2008 -SOA 305 - Getting Workflows Running and Talking in Your Applications</title>
      <guid isPermaLink="false">http://blogs.breeze.net/mickb/PermaLink,guid,03da59bf-7727-46ff-9d91-7faa2a251c66.aspx</guid>
      <link>http://blogs.breeze.net/mickb/2008/09/08/TechEd2008SOA305GettingWorkflowsRunningAndTalkingInYourApplications.aspx</link>
      <pubDate>Mon, 08 Sep 2008 00:47:53 GMT</pubDate>
      <description>&lt;p&gt;
As promised, the chaos of TechEd has subsided and if there's that thing of normality
approaching....we'll I must be close to it.
&lt;/p&gt;
&lt;p&gt;
My Thursday after lunch session went great with a whole series of demos about different
aspects of hosting and running workflows (WCF based, .NET 3.5, Tracking, FilePersistence,
Obtaining Metadata etc):
&lt;/p&gt;
&lt;p&gt;
&lt;div class="wlWriterSmartContent" id="scid:887EC618-8FBE-DEAD-BEEF-2339AF2EC721:f79712bb-6ac0-4708-af5a-9d5e0f909c43" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;&lt;img border="0" src="http://blogs.breezetraining.com.au/mickb/content/TechEd2008SOA305GettingWorkflowsRunninga_934A/SOA305TitlePage.png" /&gt;
&lt;/div&gt;
&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;div class="wlWriterSmartContent" id="scid:fb3a1972-4489-4e52-abe7-25a00bb07fdf:5fa7ef5f-cf63-42a7-8185-266ea5588e5b" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;
&lt;p&gt;
&lt;a href="http://blogs.breezetraining.com.au/mickb/content/TechEd2008SOA305GettingWorkflowsRunninga_934A/TechEd08_Demos.zip" target="_blank"&gt;Powerpoints&lt;/a&gt;
&lt;br /&gt;
&lt;a href="http://blogs.breezetraining.com.au/mickb/content/TechEd2008SOA305GettingWorkflowsRunninga_934A/SOA305MickBadranGettingWorkflowsRunningandTalkinginYourApplications.zip" target="_blank"&gt;WF
Demo Solution&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=03da59bf-7727-46ff-9d91-7faa2a251c66" /&gt;</description>
      <comments>http://blogs.breeze.net/mickb/CommentView,guid,03da59bf-7727-46ff-9d91-7faa2a251c66.aspx</comments>
      <category>BizTalk</category>
      <category>Events/TechEd</category>
      <category>WinWF</category>
    </item>
    <item>
      <trackback:ping>http://blogs.breeze.net/mickb/Trackback.aspx?guid=dbca678a-d79a-4402-8df0-2f5684f72d95</trackback:ping>
      <pingback:server>http://blogs.breeze.net/mickb/pingback.aspx</pingback:server>
      <pingback:target>http://blogs.breeze.net/mickb/PermaLink,guid,dbca678a-d79a-4402-8df0-2f5684f72d95.aspx</pingback:target>
      <dc:creator>Mick Badran</dc:creator>
      <wfw:comment>http://blogs.breeze.net/mickb/CommentView,guid,dbca678a-d79a-4402-8df0-2f5684f72d95.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.breeze.net/mickb/SyndicationService.asmx/GetEntryCommentsRss?guid=dbca678a-d79a-4402-8df0-2f5684f72d95</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <p>
Hi folks - over the last week or so I've had many requests about what's happening
around privacy and what does it mean to get a "Tag" this year.<br /><br /><strong><a href="http://blogs.breezetraining.com.au/mickb/content/RFIDTechEd2008UpdateYourmyPrivacyconcern_1479F/BreezeExhibit2.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="79" alt="Breeze Event System" src="http://blogs.breezetraining.com.au/mickb/content/RFIDTechEd2008UpdateYourmyPrivacyconcern_1479F/BreezeExhibit2_thumb.jpg" width="78" border="0" /></a>Breeze
Event System   </strong></p>
        <p>
          <br />
          <strong>Reasons for Building the System</strong>
          <br />
1. Breeze designed, built and owns the 'Breeze Event' System. I am talking first hand
(and am happy to share details with you). A variant of the idea originated years back
when myself and David McGhee worked on a very cut down alpha variation - together
we cut the code and got about 5 mins of RFID activity from the devices we were using
before our battery died.
</p>
        <p>
Stepping forward to the current system, once we presented MS with the concepts of
what we wanted to do - many folks gave some sensational support (such as Marcy Larsen
&amp; Rahul Garg) in integrating this new piece with 'TechEd proper'. We got there
in the end and for me - it's a real eye opener to see how big TechEd is and how much
planning goes into it.
</p>
        <p>
2. As a speaker/delegate/MVP at many TechEds and other conferences my motivation was
all about giving you the Delegate (&amp; myself as a Speaker) a better TechEd experience.
Taking the pain out of a lot of things. For example:
</p>
        <ul>
          <li>
TechEd to me is about experience technology, not just hearing about it. Here's your
chance to play and experience some cool technology.</li>
          <li>
Being able to see when rooms over capacity before you get there only to be told to
go away</li>
          <li>
Be given online evals just for the sessions you attended (currently we set 'attended'
to be at least 15 mins within the session)</li>
          <li>
I might be a new developer, what sessions do I go to? You could have information such
as 80% of other 'new developers' went to SessionX. Great I might go to that one.<br /><br />
A big one for me is that at the end of the conference Delegate's get a boxed DVD Set
of sessions in other TechEds with thousands of hours of material on it. Wouldn't it
be great to be given such things as '<em>80% of other new developers have these sessions/webcasts
etc as their top 10 list<strong>' </strong></em>- that way I've got targeted viewing.<br /></li>
          <li>
As a speaker - they will know the cross section of interests and technology tracks
in the room. (there's a chart display we've created). So the classic question of '<strong>How
many developers are in the room? How many ITPros?</strong>' no longer needs to be
asked <strong>AND </strong>as a Delegate the speaker will be able to have more information
to tailor their material to the interests of the audience (hopefully reducing the
amount - 'that just went over my head')<br /></li>
          <li>
Planning - future conferences/sessions and material will now have direct influence
by the Delegates. What sessions you valued, and got the most out of.<br /></li>
          <li>
More...</li>
        </ul>
        <p>
As you can see, we've designed the system with <strong>us (delegates &amp; speakers)</strong> in
mind.
</p>
        <p>
I digress.....Ok onto the main items......<br /></p>
        <p>
          <strong>Privacy Concerns - yours and mine</strong>
        </p>
        <p>
I wanted to fill you in as much as possible about the system (this is eating into
my sleeping time :) so there is a clear understanding about the what is going on.<br /></p>
        <p>
          <strong>Some Details on How the System Works</strong>
        </p>
        <p>
          <strong>1. Your tag - </strong>holds a number e.g. 1234 (we printed it on the plastic
surface of your tag) end of story. Nothing else.  These tags are 'EPC Gen II'
UHF Tags and operate between 920-926MHz.
</p>
        <blockquote>
          <p>
Here is the actual Tag itself (it will be stuck onto a card to make it look beautiful
:) 
<br />
                 
</p>
          <div class="wlWriterSmartContent" id="scid:887EC618-8FBE-DEAD-BEEF-2339AF2EC721:ad766a63-e59b-42a4-94c1-cf3018689de5" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">
            <img border="0" src="http://blogs.breezetraining.com.au/mickb/content/RFIDTechEd2008UpdateYourmyPrivacyconcern_1479F/rfidTag.png" />
          </div>
        </blockquote>
        <blockquote>
          <p>
            <strong>Some facts:</strong>
          </p>
          <ol>
            <li>
The tag is known as a <strong>Dog Bone</strong> by the way the metal aerial is shaped.
Just above the barcode, there's the number and above that there is an indent the size
of a 'pin head' in the middle - <strong>this is the chip</strong>. 
<br /></li>
            <li>
The tag is a <strong>passive tag</strong> (as opposed to <strong>active </strong>-
such as your E-Tags in cars) which means radio waves need to be sent to it, to excite
the tag and so the tag can transmit its number. This distance in our case is around
2-3m. If there's no waves, then nothing is transmitted. 
<br /><br />
What this generally means is that you should be able to walk straight through into
sessions, rather than people scanning your individual barcodes as was in previous
years.<br /></li>
            <li>
              <strong>The Barcode</strong> is there so we can integrate with your established Registration
process. We printed the barcode there as a fall back mechanism. 
<br /><br />
The barcode number is the only piece of information written onto your tag. (Printing
the barcode + printing to the Tag at the same time doing around 5000 tags took a bit
of development and H/W)<br /><br />
In other Systems, things like temperature readings are frequently written to the tag,
so that when the fish is delivered to the restaurant, they know the freshness and
quality of it.<br /><br />
Generally speaking in RFID based solutions there will be no sensitive information
written to the tag (if it gets lost, crushed, drowned etc etc)<br /><br /><strong>Tidbit </strong>- the amount of data you can write to these tags is in bytes
(like 96 bits), but other tags can store around 64KB!!!! (that was the total sum size
of my Apple II as a kid!!)<br /></li>
          </ol>
        </blockquote>
        <p>
 
</p>
        <p>
          <strong>2. Readers </strong>- come in many shapes and sizes for different purposes.
Our Readers have a read range of 2m. There will be white pizza shaped 'boxes' mounted
and these are the antennae. The reader is connected to local pcs that drive the system.
</p>
        <blockquote>
          <p>
There will be 56 Readers and 118 antennae mounted around Session/Breakout rooms doorways
and as I mentioned they have a range of 2m. This is designed to reduce the queues
(with reading a barcode) getting into rooms as you should be able to just stroll through.<br />
(there have been some ski resorts in Europe implementing RFID ski passes - ski straight
on/off)
</p>
        </blockquote>
        <p>
                                                                 <a href="http://blogs.breezetraining.com.au/mickb/content/RFIDTechEd2008UpdateYourmyPrivacyconcern_1479F/RFIDAntennas.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="260" alt="RFID Antennae" src="http://blogs.breezetraining.com.au/mickb/content/RFIDTechEd2008UpdateYourmyPrivacyconcern_1479F/RFIDAntennas_thumb.jpg" width="155" border="0" /></a><br />
                                                                   <strong>Shot
of the Antennae</strong><br /></p>
        <p>
          <strong>3. Local PC </strong>- each room with have one a PC where all the Readers
are connected to. We designed our system so that if we have a network meltdown, each
room will (hopefully :-) still be running. In fact each Local PC runs our solution
on top of BizTalk RFID Server to drive the walk-in and chart displays.
</p>
        <p>
          <strong>4. Network </strong>- there will be a dedicated network for the RFID component
@ Teched where these Local PCs and us will be connected to in isolation to the rest
of the network.
</p>
        <p>
          <strong>5. The Information captured </strong>- the information that your tag number
associates with in the back end is essentially the Conference profile information
you entered as part of the Registration process.<br /><br />
This enables things like 60% of people like Jazz in this session.....ideally we're
really interested in aggregates of information to help improve your experience.<br /><br />
(I'm hoping to get MS and MVP information as well - so you as a Delegate may be notified
when a Windows2008 MVP is in the house)
</p>
        <p>
Just quickly - we're using SQL Replication to frequently replicate the information
from each Room back to our servers centrally. 
<br /></p>
        <p>
          <strong>Sneak peak....</strong>
        </p>
        <p>
Cause you read to the bottom of this post....here's a reward.....<br />
Now according to my team - this information is available on <strong>All Rooms</strong>,
or <strong>by Individual Room.<br /></strong>(my current challenge is how to expose these screens to you guys (approx
500-700 concurrent connections) without causing grief to our system.....nothing like
a challenge a week out from TechEd......)<br /><br />
Looking fwd to a very different TechEd....see you there....nighty night.<br /><br /></p>
        <div class="wlWriterSmartContent" id="scid:887EC618-8FBE-DEAD-BEEF-2339AF2EC721:e80f585e-45cb-45f7-be6b-fa1a9cbcb534" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">
          <img border="0" src="http://blogs.breezetraining.com.au/mickb/content/RFIDTechEd2008UpdateYourmyPrivacyconcern_1479F/techavatarsbeta.png" />
        </div>
        <div class="wlWriterSmartContent" id="scid:887EC618-8FBE-DEAD-BEEF-2339AF2EC721:782901f7-0d4a-4e34-9426-1ea67c344afa" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">
          <img border="0" src="http://blogs.breezetraining.com.au/mickb/content/RFIDTechEd2008UpdateYourmyPrivacyconcern_1479F/sessionchartsdisplay.png" />
        </div>
        <img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=dbca678a-d79a-4402-8df0-2f5684f72d95" />
      </body>
      <title>RFID @ TechEd 2008 Update - Your/my Privacy concerns</title>
      <guid isPermaLink="false">http://blogs.breeze.net/mickb/PermaLink,guid,dbca678a-d79a-4402-8df0-2f5684f72d95.aspx</guid>
      <link>http://blogs.breeze.net/mickb/2008/08/26/RFIDTechEd2008UpdateYourmyPrivacyConcerns.aspx</link>
      <pubDate>Tue, 26 Aug 2008 15:11:33 GMT</pubDate>
      <description>&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
Hi folks - over the last week or so I've had many requests about what's happening
around privacy and what does it mean to get a "Tag" this year.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;&lt;a href="http://blogs.breezetraining.com.au/mickb/content/RFIDTechEd2008UpdateYourmyPrivacyconcern_1479F/BreezeExhibit2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="79" alt="Breeze Event System" src="http://blogs.breezetraining.com.au/mickb/content/RFIDTechEd2008UpdateYourmyPrivacyconcern_1479F/BreezeExhibit2_thumb.jpg" width="78" border="0"&gt;&lt;/a&gt;Breeze
Event System&amp;nbsp;&amp;nbsp; &lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
&lt;strong&gt;Reasons for Building the System&lt;/strong&gt;
&lt;br&gt;
1. Breeze designed, built and owns the 'Breeze Event' System. I am talking first hand
(and am happy to share details with you). A variant of the idea originated years back
when myself and David McGhee worked on a very cut down alpha variation - together
we cut the code and got about 5 mins of RFID activity from the devices we were using
before our battery died.
&lt;/p&gt;
&lt;p&gt;
Stepping forward to the current system, once we presented MS with the concepts of
what we wanted to do - many folks gave some sensational support (such as Marcy Larsen
&amp;amp; Rahul Garg) in integrating this new piece with 'TechEd proper'. We got there
in the end and for me - it's a real eye opener to see how big TechEd is and how much
planning goes into it.
&lt;/p&gt;
&lt;p&gt;
2. As a speaker/delegate/MVP at many TechEds and other conferences my motivation was
all about giving you the Delegate (&amp;amp; myself as a Speaker) a better TechEd experience.
Taking the pain out of a lot of things. For example:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
TechEd to me is about experience technology, not just hearing about it. Here's your
chance to play and experience some cool technology.&lt;/li&gt;
&lt;li&gt;
Being able to see when rooms over capacity before you get there only to be told to
go away&lt;/li&gt;
&lt;li&gt;
Be given online evals just for the sessions you attended (currently we set 'attended'
to be at least 15 mins within the session)&lt;/li&gt;
&lt;li&gt;
I might be a new developer, what sessions do I go to? You could have information such
as 80% of other 'new developers' went to SessionX. Great I might go to that one.&lt;br&gt;
&lt;br&gt;
A big one for me is that at the end of the conference Delegate's get a boxed DVD Set
of sessions in other TechEds with thousands of hours of material on it. Wouldn't it
be great to be given such things as '&lt;em&gt;80% of other new developers have these sessions/webcasts
etc as their top 10 list&lt;strong&gt;' &lt;/strong&gt;&lt;/em&gt;- that way I've got targeted viewing.&lt;br&gt;
&lt;/li&gt;
&lt;li&gt;
As a speaker - they will know the cross section of interests and technology tracks
in the room. (there's a chart display we've created). So the classic question of '&lt;strong&gt;How
many developers are in the room? How many ITPros?&lt;/strong&gt;' no longer needs to be
asked &lt;strong&gt;AND &lt;/strong&gt;as a Delegate the speaker will be able to have more information
to tailor their material to the interests of the audience (hopefully reducing the
amount - 'that just went over my head')&lt;br&gt;
&lt;/li&gt;
&lt;li&gt;
Planning - future conferences/sessions and material will now have direct influence
by the Delegates. What sessions you valued, and got the most out of.&lt;br&gt;
&lt;/li&gt;
&lt;li&gt;
More...&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
As you can see, we've designed the system with &lt;strong&gt;us (delegates &amp;amp; speakers)&lt;/strong&gt; in
mind.
&lt;/p&gt;
&lt;p&gt;
I digress.....Ok onto the main items......&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Privacy Concerns - yours and mine&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
I wanted to fill you in as much as possible about the system (this is eating into
my sleeping time :) so there is a clear understanding about the what is going on.&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Some Details on How the System Works&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;1. Your tag - &lt;/strong&gt;holds a number e.g. 1234 (we printed it on the plastic
surface of your tag) end of story. Nothing else.&amp;nbsp; These tags are 'EPC Gen II'
UHF Tags and operate between 920-926MHz.
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
Here is the actual Tag itself (it will be stuck onto a card to make it look beautiful
:) 
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&lt;div class="wlWriterSmartContent" id="scid:887EC618-8FBE-DEAD-BEEF-2339AF2EC721:ad766a63-e59b-42a4-94c1-cf3018689de5" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;&lt;img border="0" src="http://blogs.breezetraining.com.au/mickb/content/RFIDTechEd2008UpdateYourmyPrivacyconcern_1479F/rfidTag.png" /&gt;
&lt;/div&gt;
&gt;
&lt;/blockquote&gt; &lt;blockquote&gt; 
&lt;p&gt;
&lt;strong&gt;Some facts:&lt;/strong&gt;
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
The tag is known as a &lt;strong&gt;Dog Bone&lt;/strong&gt; by the way the metal aerial is shaped.
Just above the barcode, there's the number and above that there is an indent the size
of a 'pin head' in the middle - &lt;strong&gt;this is the chip&lt;/strong&gt;. 
&lt;br&gt;
&lt;/li&gt;
&lt;li&gt;
The tag is a &lt;strong&gt;passive tag&lt;/strong&gt; (as opposed to &lt;strong&gt;active &lt;/strong&gt;-
such as your E-Tags in cars) which means radio waves need to be sent to it, to excite
the tag and so the tag can transmit its number. This distance in our case is around
2-3m. If there's no waves, then nothing is transmitted. 
&lt;br&gt;
&lt;br&gt;
What this generally means is that you should be able to walk straight through into
sessions, rather than people scanning your individual barcodes as was in previous
years.&lt;br&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Barcode&lt;/strong&gt; is there so we can integrate with your established Registration
process. We printed the barcode there as a fall back mechanism. 
&lt;br&gt;
&lt;br&gt;
The barcode number is the only piece of information written onto your tag. (Printing
the barcode + printing to the Tag at the same time doing around 5000 tags took a bit
of development and H/W)&lt;br&gt;
&lt;br&gt;
In other Systems, things like temperature readings are frequently written to the tag,
so that when the fish is delivered to the restaurant, they know the freshness and
quality of it.&lt;br&gt;
&lt;br&gt;
Generally speaking in RFID based solutions there will be no sensitive information
written to the tag (if it gets lost, crushed, drowned etc etc)&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Tidbit &lt;/strong&gt;- the amount of data you can write to these tags is in bytes
(like 96 bits), but other tags can store around 64KB!!!! (that was the total sum size
of my Apple II as a kid!!)&lt;br&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;2. Readers &lt;/strong&gt;- come in many shapes and sizes for different purposes.
Our Readers have a read range of 2m. There will be white pizza shaped 'boxes' mounted
and these are the antennae. The reader is connected to local pcs that drive the system.
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
There will be 56 Readers and 118 antennae mounted around Session/Breakout rooms doorways
and as I mentioned they have a range of 2m. This is designed to reduce the queues
(with reading a barcode) getting into rooms as you should be able to just stroll through.&lt;br&gt;
(there have been some ski resorts in Europe implementing RFID ski passes - ski straight
on/off)
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="http://blogs.breezetraining.com.au/mickb/content/RFIDTechEd2008UpdateYourmyPrivacyconcern_1479F/RFIDAntennas.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="260" alt="RFID Antennae" src="http://blogs.breezetraining.com.au/mickb/content/RFIDTechEd2008UpdateYourmyPrivacyconcern_1479F/RFIDAntennas_thumb.jpg" width="155" border="0"&gt;&lt;/a&gt; 
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;strong&gt;Shot
of the Antennae&lt;/strong&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;3. Local PC &lt;/strong&gt;- each room with have one a PC where all the Readers
are connected to. We designed our system so that if we have a network meltdown, each
room will (hopefully :-) still be running. In fact each Local PC runs our solution
on top of BizTalk RFID Server to drive the walk-in and chart displays.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;4. Network &lt;/strong&gt;- there will be a dedicated network for the RFID component
@ Teched where these Local PCs and us will be connected to in isolation to the rest
of the network.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;5. The Information captured &lt;/strong&gt;- the information that your tag number
associates with in the back end is essentially the Conference profile information
you entered as part of the Registration process.&lt;br&gt;
&lt;br&gt;
This enables things like 60% of people like Jazz in this session.....ideally we're
really interested in aggregates of information to help improve your experience.&lt;br&gt;
&lt;br&gt;
(I'm hoping to get MS and MVP information as well - so you as a Delegate may be notified
when a Windows2008 MVP is in the house)
&lt;/p&gt;
&lt;p&gt;
Just quickly - we're using SQL Replication to frequently replicate the information
from each Room back to our servers centrally. 
&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Sneak peak....&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
Cause you read to the bottom of this post....here's a reward.....&lt;br&gt;
Now according to my team - this information is available on &lt;strong&gt;All Rooms&lt;/strong&gt;,
or &lt;strong&gt;by Individual Room.&lt;br&gt;
&lt;/strong&gt;(my current challenge is how to expose these screens to you guys (approx
500-700 concurrent connections) without causing grief to our system.....nothing like
a challenge a week out from TechEd......)&lt;br&gt;
&lt;br&gt;
Looking fwd to a very different TechEd....see you there....nighty night.&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;div class="wlWriterSmartContent" id="scid:887EC618-8FBE-DEAD-BEEF-2339AF2EC721:e80f585e-45cb-45f7-be6b-fa1a9cbcb534" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;&lt;img border="0" src="http://blogs.breezetraining.com.au/mickb/content/RFIDTechEd2008UpdateYourmyPrivacyconcern_1479F/techavatarsbeta.png" /&gt;
&lt;/div&gt;
&lt;div class="wlWriterSmartContent" id="scid:887EC618-8FBE-DEAD-BEEF-2339AF2EC721:782901f7-0d4a-4e34-9426-1ea67c344afa" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;&lt;img border="0" src="http://blogs.breezetraining.com.au/mickb/content/RFIDTechEd2008UpdateYourmyPrivacyconcern_1479F/sessionchartsdisplay.png" /&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=dbca678a-d79a-4402-8df0-2f5684f72d95" /&gt;</description>
      <comments>http://blogs.breeze.net/mickb/CommentView,guid,dbca678a-d79a-4402-8df0-2f5684f72d95.aspx</comments>
      <category>BizTalk</category>
      <category>BizTalk/RFID</category>
      <category>Events/TechEd</category>
      <category>Silverlight</category>
    </item>
    <item>
      <trackback:ping>http://blogs.breeze.net/mickb/Trackback.aspx?guid=b10b65ca-f9d1-4a47-aab9-59e5dbdd629c</trackback:ping>
      <pingback:server>http://blogs.breeze.net/mickb/pingback.aspx</pingback:server>
      <pingback:target>http://blogs.breeze.net/mickb/PermaLink,guid,b10b65ca-f9d1-4a47-aab9-59e5dbdd629c.aspx</pingback:target>
      <dc:creator>Mick Badran</dc:creator>
      <wfw:comment>http://blogs.breeze.net/mickb/CommentView,guid,b10b65ca-f9d1-4a47-aab9-59e5dbdd629c.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.breeze.net/mickb/SyndicationService.asmx/GetEntryCommentsRss?guid=b10b65ca-f9d1-4a47-aab9-59e5dbdd629c</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Hi folks,
</p>
        <p>
Have I got a deal for you.... no seriously we’ve got a great night planned leading
up into TechEd. I’m really looking forward to it.<br />
(ok let me get my dates right)
</p>
        <p>
On <b>August 27<sup>th</sup> Wednesday night </b>(Wednesday week from now) we’re lucky
enough to get.... 
</p>
        <p>
          <b>Angelo Laris from Decillion</b>(seasoned member of our user group) lined up to
talk to us about <b>A4SWIFT </b>(which is basically what Angelo and Decillion roll
out). Decillion are formally recognised by Microsoft as being experts in this area
and are also a member of the Microsoft BizTalk Virtual Technology Specialist Program.<br />
(I’ve also got a couple of house keeping tasks to mention…..first the great stuff…) 
</p>
        <p>
Angelo sent me through his outline: 
</p>
        <p>
          <b>1. </b>
          <b>Introduction to SWIFT                                                                                                                   
5min</b>
        </p>
        <p>
          <b>2. </b>
          <b>What is a SWIFT Message.                                                                                                          
5min</b>
        </p>
        <p>
          <b>3. </b>
          <b>The Schema Definitions.                                                                                                              
10-20 min</b>
        </p>
        <p>
          <b>4. </b>
          <b>The HTML Form Generator (Young Youn will present or help me out here)          
20min</b>
        </p>
        <p>
          <b>5. </b>
          <b>The Business Rules Engine – HOW to validate a SWIFT Message.                               
30-60min</b>
        </p>
        <p>
6. <b>The Message Repair using Infopath and BAS.30-60min                                                  
30-60min</b></p>
        <p>
Looks fantastic – what you are going to see is how BizTalk can be extended, Angelo
is talking about a mature product base and it’s great to see just how others are using
and extending BizTalk while adhering to industry standards. 
</p>
        <p>
One of the main questions I get is “What can I use the BizTalk Rules Engine for?”…..ask
no further. 
</p>
        <p>
          <b>What is in store for our Aug 27th Session</b>
        </p>
        <p>
          <b>
            <a href="http://sydbiz.org/Lists/Events%20Calendar/DispForm.aspx?ID=17&amp;Source=http%3A%2F%2Fsydbiz%2Eorg%2Fdefault%2Easpx">Where:<br />
Microsoft, North Ryde<br />
1 Epping Road</a>
          </b>
        </p>
        <p>
          <b>
            <a href="http://sydbiz.org/Lists/Events%20Calendar/DispForm.aspx?ID=17&amp;Source=http%3A%2F%2Fsydbiz%2Eorg%2Fdefault%2Easpx">When:<br />
6pm - Beer + Pizza<br />
6.30pm - Kick off</a>
          </b>
        </p>
        <p>
          <b>
            <a href="http://sydbiz.org/Lists/Events%20Calendar/DispForm.aspx?ID=17&amp;Source=http%3A%2F%2Fsydbiz%2Eorg%2Fdefault%2Easpx">Aug
27<sup>th</sup> -</a>
          </b>
          <b>
          </b>
        </p>
        <p>
Feel free to forward this to any of your colleagues/friends I may have missed (tell
them to register on the Sydbiz.org site to be included) 
</p>
        <p>
          <b>Other Business:<br />
* TechEd 2008 – We’ve finally got RFID end-to-end at the conference</b> (See my <a href="http://blogs.breezetraining.com.au/mickb/2008/08/08/TechEd08SeeYouThereRFIDAndWorkflows.aspx">blog
post here</a> – had the media interested and lots of interviews, Breeze got the green
light 40 days out from TechEd......no pressure)<br />
Some quick stats: 
</p>
        <p>
1. Over 70 RFID Readers (fixed + windows mobile based) with 118 Antennas. 
</p>
        <p>
2. Lots of Intelligent information surfacing. 
</p>
        <p>
3. BizTalk Server, BizTalk RFID, BizTalk RFID V1.1, MOSS + good old Silverlight 2
b2 is pretty much running the show. 
</p>
        <p>
4. We’re ‘printing’ (or encoding is the tech term) over 5500 tags – the hardest part
was to actually print a corresponding barcode so other systems can handle the badge. 
</p>
        <p>
5. I’m due for a holiday at the end of this.....(this is why I couldn’t squeeze a
meeting in last month) 
</p>
        <p>
So <b>A BIG THANK YOU for those that helped out with the testing of the system </b>(fingers
crossed on show day) at previous user group meetings. 
</p>
        <p>
          <b>* Call for Speakers/Other People to take Tyre Kicking Sessions</b>
          <br />
If you’ve got any aspect of BizTalk (&amp; related) that you want to share with us....let
me know, love to hear what you’ve got to say. 
<br /><b>* Don’t forget – we’ve launched an email forum group ‘oztalk@groups.yahoo.com’<br /></b>Great to see a lot of you already joined – it’s a *private* group open to BizTalk
User Group members (we currently have Brisbane, Auckland and Sydney on)<br /><b>Invite only – send me an email if you want to join and I’ll send you out an invite. </b>(Thanks
to all the guys on it so far) 
</p>
        <p>
Love to see you there – <b>and reply to this email to let me know for catering.<br /></b>Cheers, 
</p>
        <p>
          <b>Mick Badran </b>(MVP - BizTalk) | Microsoft Readiness Instructor<br />
Collaboration and Integration Specialist 
</p>
        <p>
Breeze Training Pty Ltd | m: +61 404842 833 
</p>
        <p>
          <a href="http://blogs.breezetraining.com.au/mickb">http://blogs.breezetraining.com.au/mickb</a>
        </p>
        <p>
          <a href="http://blogs.breezetraining.com.au/mickb/content/BTSUGAug27thA4SWIFTandBizTalk_9DB/clip_image001.jpg">
            <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="46" alt="clip_image001" src="http://blogs.breezetraining.com.au/mickb/content/BTSUGAug27thA4SWIFTandBizTalk_9DB/clip_image001_thumb.jpg" width="244" border="0" />
          </a>
        </p>
        <img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=b10b65ca-f9d1-4a47-aab9-59e5dbdd629c" />
      </body>
      <title>BTSUG Aug27th - A4SWIFT and BizTalk</title>
      <guid isPermaLink="false">http://blogs.breeze.net/mickb/PermaLink,guid,b10b65ca-f9d1-4a47-aab9-59e5dbdd629c.aspx</guid>
      <link>http://blogs.breeze.net/mickb/2008/08/18/BTSUGAug27thA4SWIFTAndBizTalk.aspx</link>
      <pubDate>Mon, 18 Aug 2008 14:42:17 GMT</pubDate>
      <description>&lt;p&gt;
Hi folks,
&lt;/p&gt;
&lt;p&gt;
Have I got a deal for you.... no seriously we’ve got a great night planned leading
up into TechEd. I’m really looking forward to it.&lt;br&gt;
(ok let me get my dates right)
&lt;/p&gt;
&lt;p&gt;
On &lt;b&gt;August 27&lt;sup&gt;th&lt;/sup&gt; Wednesday night &lt;/b&gt;(Wednesday week from now) we’re lucky
enough to get.... 
&lt;p&gt;
&lt;b&gt;Angelo Laris from Decillion&lt;/b&gt;(seasoned member of our user group) lined up to
talk to us about &lt;b&gt;A4SWIFT &lt;/b&gt;(which is basically what Angelo and Decillion roll
out). Decillion are formally recognised by Microsoft as being experts in this area
and are also a member of the Microsoft BizTalk Virtual Technology Specialist Program.&lt;br&gt;
(I’ve also got a couple of house keeping tasks to mention…..first the great stuff…) 
&lt;p&gt;
Angelo sent me through his outline: 
&lt;p&gt;
&lt;b&gt;1. &lt;/b&gt;&lt;b&gt;Introduction to SWIFT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
5min&lt;/b&gt; 
&lt;p&gt;
&lt;b&gt;2. &lt;/b&gt;&lt;b&gt;What is a SWIFT Message.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
5min&lt;/b&gt; 
&lt;p&gt;
&lt;b&gt;3. &lt;/b&gt;&lt;b&gt;The Schema Definitions.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
10-20 min&lt;/b&gt; 
&lt;p&gt;
&lt;b&gt;4. &lt;/b&gt;&lt;b&gt;The HTML Form Generator (Young Youn will present or help me out here)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
20min&lt;/b&gt; 
&lt;p&gt;
&lt;b&gt;5. &lt;/b&gt;&lt;b&gt;The Business Rules Engine – HOW to validate a SWIFT Message.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
30-60min&lt;/b&gt; 
&lt;p&gt;
6. &lt;b&gt;The Message Repair using Infopath and BAS.30-60min&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
30-60min&lt;/b&gt; 
&lt;p&gt;
Looks fantastic – what you are going to see is how BizTalk can be extended, Angelo
is talking about a mature product base and it’s great to see just how others are using
and extending BizTalk while adhering to industry standards. 
&lt;p&gt;
One of the main questions I get is “What can I use the BizTalk Rules Engine for?”…..ask
no further. 
&lt;p&gt;
&lt;b&gt;What is in store for our Aug 27th Session&lt;/b&gt; 
&lt;p&gt;
&lt;b&gt;&lt;a href="http://sydbiz.org/Lists/Events%20Calendar/DispForm.aspx?ID=17&amp;amp;Source=http%3A%2F%2Fsydbiz%2Eorg%2Fdefault%2Easpx"&gt;Where:&lt;br&gt;
Microsoft, North Ryde&lt;br&gt;
1 Epping Road&lt;/a&gt;&lt;/b&gt; 
&lt;p&gt;
&lt;b&gt;&lt;a href="http://sydbiz.org/Lists/Events%20Calendar/DispForm.aspx?ID=17&amp;amp;Source=http%3A%2F%2Fsydbiz%2Eorg%2Fdefault%2Easpx"&gt;When:&lt;br&gt;
6pm - Beer + Pizza&lt;br&gt;
6.30pm - Kick off&lt;/a&gt;&lt;/b&gt; 
&lt;p&gt;
&lt;b&gt;&lt;a href="http://sydbiz.org/Lists/Events%20Calendar/DispForm.aspx?ID=17&amp;amp;Source=http%3A%2F%2Fsydbiz%2Eorg%2Fdefault%2Easpx"&gt;Aug
27&lt;sup&gt;th&lt;/sup&gt; -&lt;/a&gt;&lt;/b&gt;&lt;b&gt; &lt;/b&gt; 
&lt;p&gt;
Feel free to forward this to any of your colleagues/friends I may have missed (tell
them to register on the Sydbiz.org site to be included) 
&lt;p&gt;
&lt;b&gt;Other Business:&lt;br&gt;
* TechEd 2008 – We’ve finally got RFID end-to-end at the conference&lt;/b&gt; (See my &lt;a href="http://blogs.breezetraining.com.au/mickb/2008/08/08/TechEd08SeeYouThereRFIDAndWorkflows.aspx"&gt;blog
post here&lt;/a&gt; – had the media interested and lots of interviews, Breeze got the green
light 40 days out from TechEd......no pressure)&lt;br&gt;
Some quick stats: 
&lt;p&gt;
1. Over 70 RFID Readers (fixed + windows mobile based) with 118 Antennas. 
&lt;p&gt;
2. Lots of Intelligent information surfacing. 
&lt;p&gt;
3. BizTalk Server, BizTalk RFID, BizTalk RFID V1.1, MOSS + good old Silverlight 2
b2 is pretty much running the show. 
&lt;p&gt;
4. We’re ‘printing’ (or encoding is the tech term) over 5500 tags – the hardest part
was to actually print a corresponding barcode so other systems can handle the badge. 
&lt;p&gt;
5. I’m due for a holiday at the end of this.....(this is why I couldn’t squeeze a
meeting in last month) 
&lt;p&gt;
So &lt;b&gt;A BIG THANK YOU for those that helped out with the testing of the system &lt;/b&gt;(fingers
crossed on show day) at previous user group meetings. 
&lt;p&gt;
&lt;b&gt;* Call for Speakers/Other People to take Tyre Kicking Sessions&lt;/b&gt;
&lt;br&gt;
If you’ve got any aspect of BizTalk (&amp;amp; related) that you want to share with us....let
me know, love to hear what you’ve got to say. 
&lt;br&gt;
&lt;b&gt;* Don’t forget – we’ve launched an email forum group ‘oztalk@groups.yahoo.com’&lt;br&gt;
&lt;/b&gt;Great to see a lot of you already joined – it’s a *private* group open to BizTalk
User Group members (we currently have Brisbane, Auckland and Sydney on)&lt;br&gt;
&lt;b&gt;Invite only – send me an email if you want to join and I’ll send you out an invite. &lt;/b&gt;(Thanks
to all the guys on it so far) 
&lt;p&gt;
Love to see you there – &lt;b&gt;and reply to this email to let me know for catering.&lt;br&gt;
&lt;/b&gt;Cheers, 
&lt;p&gt;
&lt;b&gt;Mick Badran &lt;/b&gt;(MVP - BizTalk) | Microsoft Readiness Instructor&lt;br&gt;
Collaboration and Integration Specialist 
&lt;p&gt;
Breeze Training Pty Ltd | m: +61 404842 833 
&lt;p&gt;
&lt;a href="http://blogs.breezetraining.com.au/mickb"&gt;http://blogs.breezetraining.com.au/mickb&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://blogs.breezetraining.com.au/mickb/content/BTSUGAug27thA4SWIFTandBizTalk_9DB/clip_image001.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="46" alt="clip_image001" src="http://blogs.breezetraining.com.au/mickb/content/BTSUGAug27thA4SWIFTandBizTalk_9DB/clip_image001_thumb.jpg" width="244" border="0"&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=b10b65ca-f9d1-4a47-aab9-59e5dbdd629c" /&gt;</description>
      <comments>http://blogs.breeze.net/mickb/CommentView,guid,b10b65ca-f9d1-4a47-aab9-59e5dbdd629c.aspx</comments>
      <category>BizTalk</category>
      <category>BizTalk/Usergroup</category>
      <category>Events</category>
      <category>Events/TechEd</category>
    </item>
    <item>
      <trackback:ping>http://blogs.breeze.net/mickb/Trackback.aspx?guid=7ef7df40-e554-4f23-80d4-292b76fe2dd8</trackback:ping>
      <pingback:server>http://blogs.breeze.net/mickb/pingback.aspx</pingback:server>
      <pingback:target>http://blogs.breeze.net/mickb/PermaLink,guid,7ef7df40-e554-4f23-80d4-292b76fe2dd8.aspx</pingback:target>
      <dc:creator>Mick Badran</dc:creator>
      <wfw:comment>http://blogs.breeze.net/mickb/CommentView,guid,7ef7df40-e554-4f23-80d4-292b76fe2dd8.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.breeze.net/mickb/SyndicationService.asmx/GetEntryCommentsRss?guid=7ef7df40-e554-4f23-80d4-292b76fe2dd8</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://www.microsoft.com.au/teched/tracks.aspx" target="_blank">
            <img alt="TechEd" src="http://www.microsoft.com.au/teched/images/logo/tech-ed-2008.gif" border="0" />
          </a> <strong><a href="https://www.infosalons.com.au/teched2008/s1p1.asp?j=1" target="_blank">Register
- here</a></strong><br /><br />
Folks I hope you're heading to TechEd this year - it's a brand new breed! Why....????
</p>
        <p>
Because myself and my team are covering the <strong>entire event with RFID tags, we'll
give you tags</strong> - enabling you the delegate to 'live' the technology!!! (seen
Tron lately) we'll set up some great RFID interactive capabilities.<br /></p>
        <p>
          <a href="http://blogs.breezetraining.com.au/mickb/content/TechEd08seeyouthereRFIDandWorkflows_10F80/rfidtag.jpg">
            <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="149" alt="rfidtag" src="http://blogs.breezetraining.com.au/mickb/content/TechEd08seeyouthereRFIDandWorkflows_10F80/rfidtag_thumb.jpg" width="244" border="0" />
          </a>
          <br />
          <strong>Sample card TechEd tag</strong>
        </p>
        <p>
          <br />
It all started when... I went to MS and said..."I've got an idea...." and the teched
committee(s) saw the plan and loved it (there were some sleepless nights there as
well :).
</p>
        <p>
        </p>
        <p>
I've been to over 10+ yrs of TechEd (sometimes 3 a yr, US, Oz + NZ) and I figured
it should be a chance to <strong>play with the technology! Hands on - get dirty. Build,
break, play + learn</strong>...all that stuff.
</p>
        <p>
As a MS Ptr Readiness trainer/Regular teched speaker - I appreciate the value of sessions
but as a delegate I would be looking for the <strong>show me/talk to me/let *me* see
how it's done</strong>.... a bit like plasticine to mould and meld the way that I
(as a delegate) would need it!!!!!
</p>
        <p>
So in light of this - Breeze is providing a (huge) BizTalk RFID based RFID Event System
that <strong>you guys can interact with/we'll walk you through the making of, setup
&amp; how the system is put together.</strong> We're getting some posters made up
and myself as a trainer, would want to share the knowledge around this system.
</p>
        <p>
Let's see what the system does.....(as of 5pm today...nothing like moving targets...
:) 
</p>
        <p>
The vision we have is:
</p>
        <ol>
          <li>
You walk into a room and the welcome screen will say "Hi Paul" (and you'll fade out,
do something special...we've got a couple of ideas here). This component actually
is a 'real-time visual display' of out in the field events. In our case it's people
walking past readers...or it could be boxes, trucks, palettes etc. Built in Silverlight
2 harnessing the WCF Eventing Services in real time. (We've been able to crank our
code up to 150 people walking past *exactly* the same spot) 
<br /><br />
Fellow Breezer.... <a href="http://blogs.breezetraining.com.au/scotts" target="_blank">Scotty</a> (a
member of the BizTalk Virtual TS team) has a blurb on some of the details on the initial
RFID/Silverlight nuts 'n bolts 
<br /><a href="http://blogs.breezetraining.com.au/scotts/2008/06/28/Silverlight2Beta2AndDuplexWCFServices.aspx" target="_blank"><img src="http://www.breezetraining.com.au/blogs/scotts/content/binary/SilverlightBeta2andDuplexWCFServices_E8DE/silverlightdisplayinaction_thumb.jpg" border="0" /></a><br />
(we've also got a webcast on how this is created)<br /></li>
          <li>
So you guys as an interactive experience as you walk in the room with various graphs
(developers in the room, it pros...) and charts - <strong>some DRAFT IDEAs<br />
All done in Silverlight 
<br /></strong><a href="http://blogs.breezetraining.com.au/mickb/content/TechEd08seeyouthereRFIDandWorkflows_10F80/clip_image002.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="154" alt="clip_image002" src="http://blogs.breezetraining.com.au/mickb/content/TechEd08seeyouthereRFIDandWorkflows_10F80/clip_image002_thumb.jpg" width="244" border="0" /></a><a href="http://blogs.breezetraining.com.au/mickb/content/TechEd08seeyouthereRFIDandWorkflows_10F80/clip_image0024.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="154" alt="clip_image002[4]" src="http://blogs.breezetraining.com.au/mickb/content/TechEd08seeyouthereRFIDandWorkflows_10F80/clip_image0024_thumb.jpg" width="244" border="0" /></a><a href="http://blogs.breezetraining.com.au/mickb/content/TechEd08seeyouthereRFIDandWorkflows_10F80/clip_image0026.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="154" alt="clip_image002[6]" src="http://blogs.breezetraining.com.au/mickb/content/TechEd08seeyouthereRFIDandWorkflows_10F80/clip_image0026_thumb.jpg" width="244" border="0" /></a><br /><br /><strong>We've actually got MS Shane Morris on the case here</strong> - he never gives
up a chance to get down and dirty with Silverlight. 
<br />
Check out his <a href="http://blogs.msdn.com/shanemo/archive/2008/08/06/i-m-a-motion-design-newbie-teched-attendee-rfid-visualiser-thingy.aspx" target="_blank">thoughts
at the moment</a> - big thanks Shane :)<br /><br />
So there may be an 'Avatar' thingy that gets displayed up on the screen (as Shane
mentions).....a quiet secret .....<strong>you want to 'pimp your avatar'???? Come
and see the Breeze room and we'll make it happen...</strong>only those who rock up
- I've got a Windows Mobile App that will do it for you.....<br /><br /></li>
          <li>
Some other areas that may/may not make the final show are having things like: 
<ol><li>
'Information Points' - areas that you could simply be standing near, talking to someone
and a screen may show where your collegues are, or what you may have in common with
the person you're talking to. e.g. belong to community User Groups; where the next
sessions of interest are for you.<br />
These may be distributed throughout the conference.<br /></li><li>
As you go to a session - if you stay longer than 15 mins (for e.g.) the system contacts
Commnet and makes a session eval available for you to fill out (could be done while
you're sitting in the session :-)<br /></li><li><strong>Breeze will have a room that will be driving all this - be sure to come and
see us. </strong>Our guys will be more than happy to take you through 'the bunker'<br /></li><li>
No more hold ups at the doors (hopefully :) with people individually reading your
barcodes, you can just walk straight in (imagine if skiing chairlift lines were like
that :)<br /></li></ol></li>
          <li>
The other major component to the system is an <strong>Exhibitor System</strong> which
is run on a PDA equipped with a <a href="http://kenetics-group.com/products/productsinfo-cfcards.html#vcfuhf" target="_blank">Kenetics
RFID Reader</a> built on BizTalk RFID 1.1 Mobile (still in beta - nervous who me?).
The Kenetics crew have been very helpful and when I embarked on this application I
was given the H/W and a C++ DLL....."What..you don't know C++?" - not since uni folks....developed
the RFID component in 4 days!!! 
<ol><li>
The application is for when exhibitors on the floor, they scan your RFID Tag and you
can continue the conversation. The scan range is around 2-10cms. 
</li><li>
There is also local SqlCe storage, with store/fwd capabilities. I'm using SqlCe merge
replication to keep the data safe centrally - which proved to be interesting. 
</li><li>
Currently - the <strong>MS Stand and the HP stand will have the devices, the RFID
Reader + this mobile App </strong>(the other exhibitors are still reading barcodes)<br /></li></ol></li>
          <li>
TechEd Event information is to be made available through Analysis Cubes so you guys
can pull up a pivot table (looks impressive to your boss) and play with the event
data. Things like attendance in sessions, audience breakdown by interest or by technology
etc. - it would be great to do something like an 'Amazon' - such as if you're a .NET
developer having.... <strong>"Other people who are also .NET developers went to these
other sessions...."<br /><br /></strong>So as a delegate I can get a 'group feel' for what sessions I should be seeing
next - sometimes there's a time where non of the sessions are on my immediate agenda,
it would be great to have this information available to help me make my decision on
what session I should see in that time slot.<br />
(e.g. 85% of SQL developers chose this session....)<br /></li>
          <li>
There's a whole bunch of H/W coming from Kenetics which we'll be giving a session
at TechEd on how we built it all!!!<br /></li>
          <li>
Lastly I thought I'd just mention a quick blurb on the RFID info.<br />
- there *may* be some apprehension about a delegate getting a 'tag' and the whole
"<strong>big brother is watching</strong>" thing. Let me dispel a couple of rumours 
<ol><li>
tags are similar to barcodes - they simply contain a number. read differently but
from that respect the same (imagine if you could go into your favourite sporting store,
and say "I'll have a new shoes" and they knew your size, your brand, and whether it's
in stock instantly - now you could even have a self-serve kiosk around that as well!!!)<br /></li><li><strong>Your tag can't be read from satellites</strong> - lots of physics comes into
play here...namely a big one of power. If you think about when TV stations need to
broadcast to space, they have a large dish somewhere, 50 guys peddling bikes to generate
the power and then they transmit bursts.<br /><br />
So...no. - simply cover the tag with your hand and you can't be read. (water and radio
waves don't go that well)<br /></li><li>
My vision is to make this *your* teched - as you can see we're being transparent and
open about the system and how it works. Any time drop in and we'll show you through.<br /></li></ol></li>
        </ol>
        <p>
 
</p>
        <p>
          <strong>ON ANOTHER NOTE ENTIRELY DIFFERENT - my workflow session I'm delivering </strong>-
you've got <strong>rare </strong>oppty....
</p>
        <font size="2">
          <font color="#0000ff">
            <b>SOA305 <a href="https://aunz.msteched.com/WS/VCal.aspx?SessionID=54fc8724-3916-4c1a-9007-514b899ba4e2"><img src="https://aunz.msteched.com/resources/images/addcal.gif" border="0" /></a></b>
            <br />
            <b>Getting Workflows Running and Talking in Your Applications</b>
            <br />
04/09/2008 2:00PM-3:15PM 
<br /></font>
        </font>
        <p>
          <i>
            <font color="#0000ff" size="2">Once you understand the basics of Windows Workflow
Foundation (WF) and can put together a workflow using the built-in activities, you
will need to know how to get that workflow running in a variety of hosting environments
and communicate between the workflow and the host application or the outside world.
This session gives you a solid foundation to get started with these techniques. Gain
a better understanding of how workflows exist in a hosting process and how to control
the hosting services. Learn about the various forms of communication that can exist
between a running workflow and the hosting application as well as with outside Web
and WCF Services. Also, learn about the persistence and tracking features of WF.</font>
          </i>
        </p>
        <p>
- I've got a technical session on Workflow Foundation.<br />
- Of course you're planning on seeing my session :) - <strong><font color="#ff0000">WHAT
DO YOU WANT ME TO COVER? WHAT DO *YOU* WANT TO KNOW ABOUT?</font></strong></p>
        <p>
(You've got the opportunity to provide feedback and while I'm still 'building' the
session - hopefully I can incorporate your needs!)<br /><br /></p>
        <p>
More later and I'd love to hear your thoughts on above with a comment or two.....be
great to see you at TechEd!!!!<br /><br />
Over and out
</p>
        <p>
 
</p>
        <p>
Mick.
</p>
        <img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=7ef7df40-e554-4f23-80d4-292b76fe2dd8" />
      </body>
      <title>TechEd 08 - see you there - RFID and Workflows....</title>
      <guid isPermaLink="false">http://blogs.breeze.net/mickb/PermaLink,guid,7ef7df40-e554-4f23-80d4-292b76fe2dd8.aspx</guid>
      <link>http://blogs.breeze.net/mickb/2008/08/08/TechEd08SeeYouThereRFIDAndWorkflows.aspx</link>
      <pubDate>Fri, 08 Aug 2008 09:36:10 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://www.microsoft.com.au/teched/tracks.aspx" target="_blank"&gt;&lt;img alt="TechEd" src="http://www.microsoft.com.au/teched/images/logo/tech-ed-2008.gif" border="0"&gt;&lt;/a&gt;&amp;nbsp;&lt;strong&gt;&lt;a href="https://www.infosalons.com.au/teched2008/s1p1.asp?j=1" target="_blank"&gt;Register
- here&lt;/a&gt;&lt;/strong&gt;
&lt;br&gt;
&lt;br&gt;
Folks I hope you're heading to TechEd this year - it's a brand new breed! Why....????
&lt;/p&gt;
&lt;p&gt;
Because myself and my team are covering the &lt;strong&gt;entire event with RFID tags, we'll
give you tags&lt;/strong&gt; - enabling you the delegate to 'live' the technology!!! (seen
Tron lately) we'll set up some great RFID interactive capabilities.&lt;br&gt;
&lt;p&gt;
&lt;a href="http://blogs.breezetraining.com.au/mickb/content/TechEd08seeyouthereRFIDandWorkflows_10F80/rfidtag.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="149" alt="rfidtag" src="http://blogs.breezetraining.com.au/mickb/content/TechEd08seeyouthereRFIDandWorkflows_10F80/rfidtag_thumb.jpg" width="244" border="0"&gt;&lt;/a&gt; 
&lt;br&gt;
&lt;strong&gt;Sample card TechEd tag&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
It all started when... I went to MS and said..."I've got an idea...." and the teched
committee(s) saw the plan and loved it (there were some sleepless nights there as
well :).
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
I've been to over 10+ yrs of TechEd (sometimes 3 a yr, US, Oz + NZ) and I figured
it should be a chance to &lt;strong&gt;play with the technology! Hands on - get dirty. Build,
break, play + learn&lt;/strong&gt;...all that stuff.
&lt;/p&gt;
&lt;p&gt;
As a MS Ptr Readiness trainer/Regular teched speaker - I appreciate the value of sessions
but as a delegate I would be looking for the &lt;strong&gt;show me/talk to me/let *me* see
how it's done&lt;/strong&gt;.... a bit like plasticine to mould and meld the way that I
(as a delegate) would need it!!!!!
&lt;/p&gt;
&lt;p&gt;
So in light of this - Breeze is providing a (huge) BizTalk RFID based RFID Event System
that &lt;strong&gt;you guys can interact with/we'll walk you through the making of, setup
&amp;amp; how the system is put together.&lt;/strong&gt; We're getting some posters made up
and myself as a trainer, would want to share the knowledge around this system.
&lt;/p&gt;
&lt;p&gt;
Let's see what the system does.....(as of 5pm today...nothing like moving targets...
:) 
&lt;/p&gt;
&lt;p&gt;
The vision we have is:
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
You walk into a room and the welcome screen will say "Hi Paul" (and you'll fade out,
do something special...we've got a couple of ideas here). This component actually
is a 'real-time visual display' of out in the field events. In our case it's people
walking past readers...or it could be boxes, trucks, palettes etc. Built in Silverlight
2 harnessing the WCF Eventing Services in real time. (We've been able to crank our
code up to 150 people walking past *exactly* the same spot) 
&lt;br&gt;
&lt;br&gt;
Fellow Breezer.... &lt;a href="http://blogs.breezetraining.com.au/scotts" target="_blank"&gt;Scotty&lt;/a&gt; (a
member of the BizTalk Virtual TS team) has a blurb on some of the details on the initial
RFID/Silverlight nuts 'n bolts 
&lt;br&gt;
&lt;a href="http://blogs.breezetraining.com.au/scotts/2008/06/28/Silverlight2Beta2AndDuplexWCFServices.aspx" target="_blank"&gt;&lt;img src="http://www.breezetraining.com.au/blogs/scotts/content/binary/SilverlightBeta2andDuplexWCFServices_E8DE/silverlightdisplayinaction_thumb.jpg" border="0"&gt;&lt;/a&gt; 
&lt;br&gt;
(we've also got a webcast on how this is created)&lt;br&gt;
&lt;li&gt;
So you guys as an interactive experience as you walk in the room with various graphs
(developers in the room, it pros...) and charts - &lt;strong&gt;some DRAFT IDEAs&lt;br&gt;
All done in Silverlight 
&lt;br&gt;
&lt;/strong&gt;&lt;a href="http://blogs.breezetraining.com.au/mickb/content/TechEd08seeyouthereRFIDandWorkflows_10F80/clip_image002.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="154" alt="clip_image002" src="http://blogs.breezetraining.com.au/mickb/content/TechEd08seeyouthereRFIDandWorkflows_10F80/clip_image002_thumb.jpg" width="244" border="0"&gt;&lt;/a&gt;&lt;a href="http://blogs.breezetraining.com.au/mickb/content/TechEd08seeyouthereRFIDandWorkflows_10F80/clip_image0024.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="154" alt="clip_image002[4]" src="http://blogs.breezetraining.com.au/mickb/content/TechEd08seeyouthereRFIDandWorkflows_10F80/clip_image0024_thumb.jpg" width="244" border="0"&gt;&lt;/a&gt;&lt;a href="http://blogs.breezetraining.com.au/mickb/content/TechEd08seeyouthereRFIDandWorkflows_10F80/clip_image0026.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="154" alt="clip_image002[6]" src="http://blogs.breezetraining.com.au/mickb/content/TechEd08seeyouthereRFIDandWorkflows_10F80/clip_image0026_thumb.jpg" width="244" border="0"&gt;&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;We've actually got MS Shane Morris on the case here&lt;/strong&gt; - he never gives
up a chance to get down and dirty with Silverlight. 
&lt;br&gt;
Check out his &lt;a href="http://blogs.msdn.com/shanemo/archive/2008/08/06/i-m-a-motion-design-newbie-teched-attendee-rfid-visualiser-thingy.aspx" target="_blank"&gt;thoughts
at the moment&lt;/a&gt; - big thanks Shane :)&lt;br&gt;
&lt;br&gt;
So there may be an 'Avatar' thingy that gets displayed up on the screen (as Shane
mentions).....a quiet secret .....&lt;strong&gt;you want to 'pimp your avatar'???? Come
and see the Breeze room and we'll make it happen...&lt;/strong&gt;only those who rock up
- I've got a Windows Mobile App that will do it for you.....&lt;br&gt;
&lt;br&gt;
&lt;li&gt;
Some other areas that may/may not make the final show are having things like: 
&lt;ol&gt;
&lt;li&gt;
'Information Points' - areas that you could simply be standing near, talking to someone
and a screen may show where your collegues are, or what you may have in common with
the person you're talking to. e.g. belong to community User Groups; where the next
sessions of interest are for you.&lt;br&gt;
These may be distributed throughout the conference.&lt;br&gt;
&lt;li&gt;
As you go to a session - if you stay longer than 15 mins (for e.g.) the system contacts
Commnet and makes a session eval available for you to fill out (could be done while
you're sitting in the session :-)&lt;br&gt;
&lt;li&gt;
&lt;strong&gt;Breeze will have a room that will be driving all this - be sure to come and
see us. &lt;/strong&gt;Our guys will be more than happy to take you through 'the bunker'&lt;br&gt;
&lt;li&gt;
No more hold ups at the doors (hopefully :) with people individually reading your
barcodes, you can just walk straight in (imagine if skiing chairlift lines were like
that :)&lt;br&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;
The other major component to the system is an &lt;strong&gt;Exhibitor System&lt;/strong&gt; which
is run on a PDA equipped with a &lt;a href="http://kenetics-group.com/products/productsinfo-cfcards.html#vcfuhf" target="_blank"&gt;Kenetics
RFID Reader&lt;/a&gt; built on BizTalk RFID 1.1 Mobile (still in beta - nervous who me?).
The Kenetics crew have been very helpful and when I embarked on this application I
was given the H/W and a C++ DLL....."What..you don't know C++?" - not since uni folks....developed
the RFID component in 4 days!!! 
&lt;ol&gt;
&lt;li&gt;
The application is for when exhibitors on the floor, they scan your RFID Tag and you
can continue the conversation. The scan range is around 2-10cms. 
&lt;li&gt;
There is also local SqlCe storage, with store/fwd capabilities. I'm using SqlCe merge
replication to keep the data safe centrally - which proved to be interesting. 
&lt;li&gt;
Currently - the &lt;strong&gt;MS Stand and the HP stand will have the devices, the RFID
Reader + this mobile App &lt;/strong&gt;(the other exhibitors are still reading barcodes)&lt;br&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;
TechEd Event information is to be made available through Analysis Cubes so you guys
can pull up a pivot table (looks impressive to your boss) and play with the event
data. Things like attendance in sessions, audience breakdown by interest or by technology
etc. - it would be great to do something like an 'Amazon' - such as if you're a .NET
developer having.... &lt;strong&gt;"Other people who are also .NET developers went to these
other sessions...."&lt;br&gt;
&lt;br&gt;
&lt;/strong&gt;So as a delegate I can get a 'group feel' for what sessions I should be seeing
next - sometimes there's a time where non of the sessions are on my immediate agenda,
it would be great to have this information available to help me make my decision on
what session I should see in that time slot.&lt;br&gt;
(e.g. 85% of SQL developers chose this session....)&lt;br&gt;
&lt;li&gt;
There's a whole bunch of H/W coming from Kenetics which we'll be giving a session
at TechEd on how we built it all!!!&lt;br&gt;
&lt;li&gt;
Lastly I thought I'd just mention a quick blurb on the RFID info.&lt;br&gt;
- there *may* be some apprehension about a delegate getting a 'tag' and the whole
"&lt;strong&gt;big brother is watching&lt;/strong&gt;" thing. Let me dispel a couple of rumours 
&lt;ol&gt;
&lt;li&gt;
tags are similar to barcodes - they simply contain a number. read differently but
from that respect the same (imagine if you could go into your favourite sporting store,
and say "I'll have a new shoes" and they knew your size, your brand, and whether it's
in stock instantly - now you could even have a self-serve kiosk around that as well!!!)&lt;br&gt;
&lt;li&gt;
&lt;strong&gt;Your tag can't be read from satellites&lt;/strong&gt; - lots of physics comes into
play here...namely a big one of power. If you think about when TV stations need to
broadcast to space, they have a large dish somewhere, 50 guys peddling bikes to generate
the power and then they transmit bursts.&lt;br&gt;
&lt;br&gt;
So...no. - simply cover the tag with your hand and you can't be read. (water and radio
waves don't go that well)&lt;br&gt;
&lt;li&gt;
My vision is to make this *your* teched - as you can see we're being transparent and
open about the system and how it works. Any time drop in and we'll show you through.&lt;br&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;ON ANOTHER NOTE ENTIRELY DIFFERENT - my workflow session I'm delivering &lt;/strong&gt;-
you've got &lt;strong&gt;rare &lt;/strong&gt;oppty....
&lt;/p&gt;
&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&lt;b&gt;SOA305 &lt;a href="https://aunz.msteched.com/WS/VCal.aspx?SessionID=54fc8724-3916-4c1a-9007-514b899ba4e2"&gt;&lt;img src="https://aunz.msteched.com/resources/images/addcal.gif" border="0"&gt;&lt;/a&gt;&lt;/b&gt;
&lt;br&gt;
&lt;b&gt;Getting Workflows Running and Talking in Your Applications&lt;/b&gt;
&lt;br&gt;
04/09/2008 2:00PM-3:15PM 
&lt;br&gt;
&lt;/font&gt;&lt;/font&gt; 
&lt;p&gt;
&lt;i&gt;&lt;font color="#0000ff" size="2"&gt;Once you understand the basics of Windows Workflow
Foundation (WF) and can put together a workflow using the built-in activities, you
will need to know how to get that workflow running in a variety of hosting environments
and communicate between the workflow and the host application or the outside world.
This session gives you a solid foundation to get started with these techniques. Gain
a better understanding of how workflows exist in a hosting process and how to control
the hosting services. Learn about the various forms of communication that can exist
between a running workflow and the hosting application as well as with outside Web
and WCF Services. Also, learn about the persistence and tracking features of WF.&lt;/font&gt;&lt;/i&gt;
&lt;/p&gt;
&lt;p&gt;
- I've got a technical session on Workflow Foundation.&lt;br&gt;
- Of course you're planning on seeing my session :) - &lt;strong&gt;&lt;font color="#ff0000"&gt;WHAT
DO YOU WANT ME TO COVER? WHAT DO *YOU* WANT TO KNOW ABOUT?&lt;/font&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
(You've got the opportunity to provide feedback and while I'm still 'building' the
session - hopefully I can incorporate your needs!)&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
More later and I'd love to hear your thoughts on above with a comment or two.....be
great to see you at TechEd!!!!&lt;br&gt;
&lt;br&gt;
Over and out
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Mick.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=7ef7df40-e554-4f23-80d4-292b76fe2dd8" /&gt;</description>
      <comments>http://blogs.breeze.net/mickb/CommentView,guid,7ef7df40-e554-4f23-80d4-292b76fe2dd8.aspx</comments>
      <category>BizTalk</category>
      <category>BizTalk/RFID</category>
      <category>Events</category>
      <category>Events/TechEd</category>
      <category>Silverlight</category>
    </item>
    <item>
      <trackback:ping>http://blogs.breeze.net/mickb/Trackback.aspx?guid=0d841fa8-3bc2-4446-963e-dfa037412e09</trackback:ping>
      <pingback:server>http://blogs.breeze.net/mickb/pingback.aspx</pingback:server>
      <pingback:target>http://blogs.breeze.net/mickb/PermaLink,guid,0d841fa8-3bc2-4446-963e-dfa037412e09.aspx</pingback:target>
      <dc:creator>Mick Badran</dc:creator>
      <wfw:comment>http://blogs.breeze.net/mickb/CommentView,guid,0d841fa8-3bc2-4446-963e-dfa037412e09.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.breeze.net/mickb/SyndicationService.asmx/GetEntryCommentsRss?guid=0d841fa8-3bc2-4446-963e-dfa037412e09</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://blogs.breezetraining.com.au/mickb/content/binary/OFC409WorkflowinMicrosoftSharePointProdu_141D4/OFC409_Mick_Badran_Workflow_Deep_Dive.v1.2.jpg" atomicselection="true">
            <img style="border: 0px none ;" alt="OFC409_Mick_Badran_Workflow_Deep_Dive.v1.2" src="http://blogs.breezetraining.com.au/mickb/content/binary/OFC409WorkflowinMicrosoftSharePointProdu_141D4/OFC409_Mick_Badran_Workflow_Deep_Dive.v1.2_thumb.jpg" border="0" height="594" width="792" />
          </a>
          <br />
          <br />
Wow what a session!! Being a <strong>Level 400</strong> session my expectation (from
those who make teched) was to go reasonably deep. I had a fantastic crowd with standing
room only in the theatre room - my last session of the day (being my 3rd) I was knackered
and ready to go out with a bang.
</p>
        <p>
So I decided to jump into the Workflow Foundation and discuss *what is actually done
behind the scenes* with Sharepoint's WF management. This was well received (and I'm
sure a few people in the audience were saying 'So I just want to know how to approve
something'....we got onto that later) and opened up a few concepts explaining <strong>why
we do the things we do within our Sharepoint Workflows.</strong> e.g. Task Correlation
Tokens and new Task IDs, why we need to generate new ones if we handle a task changed
event.<br /><br />
I then got onto some of the Sharepoint Workflow Implementations and wanted to highlight
the use of a State based workflow as opposed to the usual <strong>SequentialWorkflow.</strong></p>
        <p>
          <strong>*** DEMO CODE WILL BE POSTED SOON FOLKS *** </strong>(don't have my vpc with
my to extract out my projects for you right now)<br />
Slide Deck:<a href="http://blogs.breezetraining.com.au/mickb/content/binary/OFC409_Mick_Badran_Workflow_Deep_Dive.v1.2.pdf">OFC409_Mick_Badran_Workflow_Deep_Dive.v1.2.pdf
(977.98 KB)</a></p>
        <img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=0d841fa8-3bc2-4446-963e-dfa037412e09" />
      </body>
      <title>OFC409 - Workflow in Microsoft SharePoint Products and Technologies 2007: Deep Dive for Developers - Session Wrap up</title>
      <guid isPermaLink="false">http://blogs.breeze.net/mickb/PermaLink,guid,0d841fa8-3bc2-4446-963e-dfa037412e09.aspx</guid>
      <link>http://blogs.breeze.net/mickb/2007/08/14/OFC409WorkflowInMicrosoftSharePointProductsAndTechnologies2007DeepDiveForDevelopersSessionWrapUp.aspx</link>
      <pubDate>Tue, 14 Aug 2007 13:01:42 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://blogs.breezetraining.com.au/mickb/content/binary/OFC409WorkflowinMicrosoftSharePointProdu_141D4/OFC409_Mick_Badran_Workflow_Deep_Dive.v1.2.jpg" atomicselection="true"&gt;&lt;img style="border: 0px none ;" alt="OFC409_Mick_Badran_Workflow_Deep_Dive.v1.2" src="http://blogs.breezetraining.com.au/mickb/content/binary/OFC409WorkflowinMicrosoftSharePointProdu_141D4/OFC409_Mick_Badran_Workflow_Deep_Dive.v1.2_thumb.jpg" border="0" height="594" width="792"&gt;&lt;/a&gt; 
&lt;br&gt;
&lt;br&gt;
Wow what a session!! Being a &lt;strong&gt;Level 400&lt;/strong&gt; session my expectation (from
those who make teched) was to go reasonably deep. I had a fantastic crowd with standing
room only in the theatre room - my last session of the day (being my 3rd) I was knackered
and ready to go out with a bang.
&lt;/p&gt;
&lt;p&gt;
So I decided to jump into the Workflow Foundation and discuss *what is actually done
behind the scenes* with Sharepoint's WF management. This was well received (and I'm
sure a few people in the audience were saying 'So I just want to know how to approve
something'....we got onto that later) and opened up a few concepts explaining &lt;strong&gt;why
we do the things we do within our Sharepoint Workflows.&lt;/strong&gt; e.g. Task Correlation
Tokens and new Task IDs, why we need to generate new ones if we handle a task changed
event.&lt;br&gt;
&lt;br&gt;
I then got onto some of the Sharepoint Workflow Implementations and wanted to highlight
the use of a State based workflow as opposed to the usual &lt;strong&gt;SequentialWorkflow.&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;*** DEMO CODE WILL BE POSTED SOON FOLKS *** &lt;/strong&gt;(don't have my vpc with
my to extract out my projects for you right now)&lt;br&gt;
Slide Deck:&lt;a href="http://blogs.breezetraining.com.au/mickb/content/binary/OFC409_Mick_Badran_Workflow_Deep_Dive.v1.2.pdf"&gt;OFC409_Mick_Badran_Workflow_Deep_Dive.v1.2.pdf
(977.98 KB)&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=0d841fa8-3bc2-4446-963e-dfa037412e09" /&gt;</description>
      <comments>http://blogs.breeze.net/mickb/CommentView,guid,0d841fa8-3bc2-4446-963e-dfa037412e09.aspx</comments>
      <category>.NET Developer</category>
      <category>Events</category>
      <category>Events/TechEd</category>
      <category>MOSS</category>
    </item>
    <item>
      <trackback:ping>http://blogs.breeze.net/mickb/Trackback.aspx?guid=c87b395c-b804-4890-a49e-df0b60daccdd</trackback:ping>
      <pingback:server>http://blogs.breeze.net/mickb/pingback.aspx</pingback:server>
      <pingback:target>http://blogs.breeze.net/mickb/PermaLink,guid,c87b395c-b804-4890-a49e-df0b60daccdd.aspx</pingback:target>
      <dc:creator>Mick Badran</dc:creator>
      <wfw:comment>http://blogs.breeze.net/mickb/CommentView,guid,c87b395c-b804-4890-a49e-df0b60daccdd.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.breeze.net/mickb/SyndicationService.asmx/GetEntryCommentsRss?guid=c87b395c-b804-4890-a49e-df0b60daccdd</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Having 3 sessions in 1 day at the conference, this was session number 2.<br /><a href="http://blogs.breezetraining.com.au/mickb/content/binary/CON309AdvancedBizTalkR2ConceptsmyTechEd2_1F5D/CON309Mick_Badran_AdvancedBizTalkR2Concepts.jpg" atomicselection="true"><img style="border: 0px none ;" alt="CON309 - Mick_Badran_Advanced BizTalk R2 Concepts" src="http://blogs.breezetraining.com.au/mickb/content/binary/CON309AdvancedBizTalkR2ConceptsmyTechEd2_1F5D/CON309Mick_Badran_AdvancedBizTalkR2Concepts_thumb.jpg" border="0" height="480" width="640" /></a> <br /><br />
We had a great session here and all my demos came off again!!! Except for the screen
size and the projector this particular 'room' used.<br />
I was presenting at <strong>800x600 - talk about feeling techno chlostrophobic</strong>.
I feel like I was in quick sand, trying to gasp for air...but we use what we have.
</p>
        <p>
I was hoping to do an RFID demo but 'last minute technical difficulties' forced that
one on the back burner - I had more than enough demos for this session.
</p>
        <p>
          <strong>Thanks to all the folks that attended this - I had fun as I hope you did.
This session made the top ten sessions at TechEd! Whooo hooo</strong>
          <br />
          <br />
The demos went something like:
</p>
        <ol>
          <li>
            <strong>Publishing and Consuming WCF Services from R2</strong> - published a couple
of Orchestrations and consumed the published WCF WS Service from a basic client app.<br />
I then moved the published IIS WCF WS Service into the BTS Instance host by using
a custom WCF Adapter and configuring it accordingly.<br />
Next I exposed the same service as a <strong>Socket Address</strong> - all called
from the same client with no code recompile. Which is what we want to highlight using
WCF Services.<br /><br />
I then fired up a WCF WF Webservice and consumed it from BizTalk - all pretty simple,
but good to highlight.<br /></li>
          <li>
For the second major demo I created a WF workflow and using the BizTalk Extensions
for Workflow, hosted this within BizTalk.</li>
        </ol>
        <p>
Slide Deck: <a href="content/binary/CON309%20-%20Mick_Badran_Advanced%20BizTalk%20R2%20Concepts.pdf">CON309
- Mick_Badran_Advanced BizTalk R2 Concepts.pdf (595.48 KB)</a><br />
Demos: <a href="http://blogs.breezetraining.com.au/mickb/content/binary/BizTalk%20TechEd2007.zip">BizTalk
TechEd2007 demos.zip</a></p>
        <a href="http://blogs.breezetraining.com.au/mickb/content/binary/CON309%20-%20Mick_Badran_Advanced%20BizTalk%20R2%20Concepts.pdf">
          <br />
        </a>
        <img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=c87b395c-b804-4890-a49e-df0b60daccdd" />
      </body>
      <title>CON309 - Advanced BizTalk R2 Concepts - my TechEd 2007 Session Wrap Up</title>
      <guid isPermaLink="false">http://blogs.breeze.net/mickb/PermaLink,guid,c87b395c-b804-4890-a49e-df0b60daccdd.aspx</guid>
      <link>http://blogs.breeze.net/mickb/2007/08/12/CON309AdvancedBizTalkR2ConceptsMyTechEd2007SessionWrapUp.aspx</link>
      <pubDate>Sun, 12 Aug 2007 16:26:34 GMT</pubDate>
      <description>&lt;p&gt;
Having 3 sessions in 1 day at the conference, this was session number 2.&lt;br&gt;
&lt;a href="http://blogs.breezetraining.com.au/mickb/content/binary/CON309AdvancedBizTalkR2ConceptsmyTechEd2_1F5D/CON309Mick_Badran_AdvancedBizTalkR2Concepts.jpg" atomicselection="true"&gt;&lt;img style="border: 0px none ;" alt="CON309 - Mick_Badran_Advanced BizTalk R2 Concepts" src="http://blogs.breezetraining.com.au/mickb/content/binary/CON309AdvancedBizTalkR2ConceptsmyTechEd2_1F5D/CON309Mick_Badran_AdvancedBizTalkR2Concepts_thumb.jpg" border="0" height="480" width="640"&gt;&lt;/a&gt;&amp;nbsp;&lt;br&gt;
&lt;br&gt;
We had a great session here and all my demos came off again!!! Except for the screen
size and the projector this particular 'room' used.&lt;br&gt;
I was presenting at &lt;strong&gt;800x600 - talk about feeling techno chlostrophobic&lt;/strong&gt;.
I feel like I was in quick sand, trying to gasp for air...but we use what we have.
&lt;/p&gt;
&lt;p&gt;
I was hoping to do an RFID demo but 'last minute technical difficulties' forced that
one on the back burner - I had more than enough demos for this session.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Thanks to all the folks that attended this - I had fun as I hope you did.
This session made the top ten sessions at TechEd! Whooo hooo&lt;/strong&gt;
&lt;br&gt;
&lt;br&gt;
The demos went something like:
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Publishing and Consuming WCF Services from R2&lt;/strong&gt; - published a couple
of Orchestrations and consumed the published WCF WS Service from a basic client app.&lt;br&gt;
I then moved the published IIS WCF WS Service into the BTS Instance host by using
a custom WCF Adapter and configuring it accordingly.&lt;br&gt;
Next I exposed the same service as a &lt;strong&gt;Socket Address&lt;/strong&gt; - all called
from the same client with no code recompile. Which is what we want to highlight using
WCF Services.&lt;br&gt;
&lt;br&gt;
I then fired up a WCF WF Webservice and consumed it from BizTalk - all pretty simple,
but good to highlight.&lt;br&gt;
&lt;/li&gt;
&lt;li&gt;
For the second major demo I created a WF workflow and using the BizTalk Extensions
for Workflow, hosted this within BizTalk.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
Slide Deck: &lt;a href="content/binary/CON309%20-%20Mick_Badran_Advanced%20BizTalk%20R2%20Concepts.pdf"&gt;CON309
- Mick_Badran_Advanced BizTalk R2 Concepts.pdf (595.48 KB)&lt;/a&gt;
&lt;br&gt;
Demos: &lt;a href="http://blogs.breezetraining.com.au/mickb/content/binary/BizTalk%20TechEd2007.zip"&gt;BizTalk
TechEd2007 demos.zip&lt;/a&gt;
&lt;/p&gt;
&lt;a href="http://blogs.breezetraining.com.au/mickb/content/binary/CON309%20-%20Mick_Badran_Advanced%20BizTalk%20R2%20Concepts.pdf"&gt;
&lt;br&gt;
&lt;/a&gt;&lt;img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=c87b395c-b804-4890-a49e-df0b60daccdd" /&gt;</description>
      <comments>http://blogs.breeze.net/mickb/CommentView,guid,c87b395c-b804-4890-a49e-df0b60daccdd.aspx</comments>
      <category>.NET Developer</category>
      <category>BizTalk</category>
      <category>BizTalk/RFID</category>
      <category>Events</category>
      <category>Events/TechEd</category>
    </item>
    <item>
      <trackback:ping>http://blogs.breeze.net/mickb/Trackback.aspx?guid=3c9158d0-da09-43d0-be15-4b16b704d88e</trackback:ping>
      <pingback:server>http://blogs.breeze.net/mickb/pingback.aspx</pingback:server>
      <pingback:target>http://blogs.breeze.net/mickb/PermaLink,guid,3c9158d0-da09-43d0-be15-4b16b704d88e.aspx</pingback:target>
      <dc:creator>Mick Badran</dc:creator>
      <wfw:comment>http://blogs.breeze.net/mickb/CommentView,guid,3c9158d0-da09-43d0-be15-4b16b704d88e.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.breeze.net/mickb/SyndicationService.asmx/GetEntryCommentsRss?guid=3c9158d0-da09-43d0-be15-4b16b704d88e</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Well firstly what a fantastic TechEd and all my 3 sessions went very well (with respect
to all the demos - 15 in ONE day! :)<br /><img style="width: 668px; height: 457px" height="593" src="http://blogs.breezetraining.com.au/mickb/content/binary/CON308_MickRahul_BAM.v1.1.jpg" width="840" border="0" /><br /><br /><br />
For this session - <strong>CON308 Building an Enterprise-Wide Instrumentation Solution
Using the Microsoft BizTalk BAM Infrastructure</strong> <br />
I had the pleasure of <a href="http://blogs.msdn.com/rgarg/default.aspx">Rahul Garg </a>our
great local Microsoft BTS TS.<strong></strong>I had the pleasure of being his first
ever Microsoft presentation (virgin presenter).<br /><br />
So to set the scene - we discussed earlier that during the session we would both be
up on stage together and he would do a bit (20 slides) and I would do a bit (15 sldies)
then a demo. He was driving my slides (i.e. moving next through them while I was talking) 
<br /><br />
To add a small amount of spice to the session I decided to *hide* a BSOD slide I made
in the middle of my part of the deck. This came up when Rahul was driving up on stage
- worked a <strong>treat! Very funny </strong><a href="http://blogs.breezetraining.com.au/mickb/content/binary/BSOD Slide.pptx">BSOD
Slide.pptx (361.73 KB)</a></p>
        <p>
          <img src="http://blogs.breezetraining.com.au/mickb/content/binary/BSOD Infamous Slide.jpg" border="0" />
          <br />
          <br />
Rahul took it like a pro and the folks in the room loved it - this came up when Rahul
was hiting next through my slides.<br />
Slide deck: <a href="http://blogs.breezetraining.com.au/mickb/content/binary/CON308_MickRahul_BAM.v1.1.pdf">CON308_MickRahul_BAM.v1.1.pdf
(1.54 MB)</a><br /><br /><strong>The Demo:  </strong>(all <a href="http://blogs.breezetraining.com.au/mickb/content/binary/TechEd2007_Demos.zip">TechEd2007_Demos.zip
(7.25MB)</a>)<br /><strong>Essentially the whole running system reported back to the following Vista
Desktop Gadget - green light, orange light, or red</strong>.<br /><a href="http://blogs.breezetraining.com.au/mickb/content/binary/CON308MyBAMTechEd2007SessionWrapUpDemoCo_FE2/image.png" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" alt="image" src="http://blogs.breezetraining.com.au/mickb/content/binary/CON308MyBAMTechEd2007SessionWrapUpDemoCo_FE2/image_thumb.png" border="0" /></a><br /><br />
We did an <strong>End to End Demo of BAM + a WF exposed via a WCF Service</strong> which
highlighted the following technologies:
</p>
        <ol>
          <li>
Simple BRE call 
</li>
          <li>
Dynamic Party Resolution with Role Link Shapes 
</li>
          <li>
Dynamic Send Ports + Correlation. 
</li>
          <li>
Publishing Orchestrations as an Isolated WCF Service (+ also a one-way WCF WebService) 
</li>
          <li>
BAM - Activities, Views + the BAM Portal 
</li>
          <li>
Publishing BAM data from Windows Workflow 
</li>
          <li>
Intermixing BAM Tracking Profile Editor (TPE) and BAM APIs within an Orchestration. 
</li>
          <li>
Creating Alerts, Subscribing to Alerts and using a Vista Gadget to reflect the state
of the System. 
</li>
          <li>
WF BAM Interceptor Configuration file<br /></li>
        </ol>
        <p>
Here's the Orchestration that drives it all - takes an OrderProcess Request in, then
sends it to the resolove Supplier through a Role Link shape and waits for the return
call via the one way WCF WS. 
<br /><br />
In the interim the Supplier calls a WF Workflow to help their process and returns
the results back to BizTalk.
</p>
        <p>
          <img height="480" alt="BizTalk" src="http://blogs.breezetraining.com.au/mickb/content/binary/Orch.jpg" width="640" border="0" />
          <br />
          <br />
The Client application (that is the first to iniate the whole process)<br /><a href="http://blogs.breezetraining.com.au/mickb/content/binary/CON308MyBAMTechEd2007SessionWrapUpDemoCo_FE2/Client_3.jpg" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="426" alt="Client" src="http://blogs.breezetraining.com.au/mickb/content/binary/CON308MyBAMTechEd2007SessionWrapUpDemoCo_FE2/Client_thumb_3.jpg" width="640" border="0" /></a><br /><br />
The supplier fulfills the request via a WF and returns the results back to the client
(in the received section above)<br /><a href="http://blogs.breezetraining.com.au/mickb/content/binary/CON308MyBAMTechEd2007SessionWrapUpDemoCo_FE2/Supplier.jpg" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="346" alt="Supplier" src="http://blogs.breezetraining.com.au/mickb/content/binary/CON308MyBAMTechEd2007SessionWrapUpDemoCo_FE2/Supplier_thumb.jpg" width="640" border="0" /></a> <br /><br />
The supplier's Workflow that basically assigns the <strong>FulFilled and Comments
elements</strong> depending on the Total of the Order.<br />
It's all pretty simple stuff here, just illustrating a concept - this workflow is
hosted within the Supplier WinForm application.<br /><a href="http://blogs.breezetraining.com.au/mickb/content/binary/CON308MyBAMTechEd2007SessionWrapUpDemoCo_FE2/WF.jpg" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="480" alt="Workflow" src="http://blogs.breezetraining.com.au/mickb/content/binary/CON308MyBAMTechEd2007SessionWrapUpDemoCo_FE2/WF_thumb.jpg" width="509" border="0" /></a><br /><br /><a href="http://blogs.breezetraining.com.au/mickb/content/binary/CON308MyBAMTechEd2007SessionWrapUpDemoCo_FE2/image_3.png" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="307" alt="image" src="http://blogs.breezetraining.com.au/mickb/content/binary/CON308MyBAMTechEd2007SessionWrapUpDemoCo_FE2/image_thumb_3.png" width="640" border="0" /></a></p>
        <img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=3c9158d0-da09-43d0-be15-4b16b704d88e" />
      </body>
      <title>CON308 - My BAM TechEd 2007 Session Wrap Up + Demo Code</title>
      <guid isPermaLink="false">http://blogs.breeze.net/mickb/PermaLink,guid,3c9158d0-da09-43d0-be15-4b16b704d88e.aspx</guid>
      <link>http://blogs.breeze.net/mickb/2007/08/12/CON308MyBAMTechEd2007SessionWrapUpDemoCode.aspx</link>
      <pubDate>Sun, 12 Aug 2007 12:43:45 GMT</pubDate>
      <description>&lt;p&gt;
Well firstly what a fantastic TechEd and all my 3 sessions went very well (with respect
to all the demos - 15 in ONE day! :)&lt;br&gt;
&lt;img style="width: 668px; height: 457px" height="593" src="http://blogs.breezetraining.com.au/mickb/content/binary/CON308_MickRahul_BAM.v1.1.jpg" width="840" border="0"&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
For this session - &lt;strong&gt;CON308 Building an Enterprise-Wide Instrumentation Solution
Using the Microsoft BizTalk BAM Infrastructure&lt;/strong&gt;&amp;nbsp;&lt;br&gt;
I had the pleasure of &lt;a href="http://blogs.msdn.com/rgarg/default.aspx"&gt;Rahul Garg &lt;/a&gt;our
great local Microsoft BTS TS.&lt;strong&gt; &lt;/strong&gt;I had the pleasure of being his first
ever Microsoft presentation (virgin presenter).&lt;br&gt;
&lt;br&gt;
So to set the scene - we discussed earlier that during the session we would both be
up on stage together and he would do a bit (20 slides) and I would do a bit (15 sldies)
then a demo. He was driving my slides (i.e. moving next through them while I was talking) 
&lt;br&gt;
&lt;br&gt;
To add a small amount of spice to the session I decided to *hide* a BSOD slide I made
in the middle of my part of the deck. This came up when Rahul was driving up on stage
- worked a &lt;strong&gt;treat! Very funny &lt;/strong&gt;&lt;a href="http://blogs.breezetraining.com.au/mickb/content/binary/BSOD Slide.pptx"&gt;BSOD
Slide.pptx (361.73 KB)&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://blogs.breezetraining.com.au/mickb/content/binary/BSOD Infamous Slide.jpg" border="0"&gt;
&lt;br&gt;
&lt;br&gt;
Rahul took it like a pro and the folks in the room loved it - this came up when Rahul
was hiting next through my slides.&lt;br&gt;
Slide deck: &lt;a href="http://blogs.breezetraining.com.au/mickb/content/binary/CON308_MickRahul_BAM.v1.1.pdf"&gt;CON308_MickRahul_BAM.v1.1.pdf
(1.54 MB)&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;The Demo:&amp;nbsp; &lt;/strong&gt;(all &lt;a href="http://blogs.breezetraining.com.au/mickb/content/binary/TechEd2007_Demos.zip"&gt;TechEd2007_Demos.zip
(7.25MB)&lt;/a&gt;)&lt;br&gt;
&lt;strong&gt;Essentially the whole running system reported back to the following Vista
Desktop Gadget - green light, orange light, or red&lt;/strong&gt;.&lt;br&gt;
&lt;a href="http://blogs.breezetraining.com.au/mickb/content/binary/CON308MyBAMTechEd2007SessionWrapUpDemoCo_FE2/image.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" alt="image" src="http://blogs.breezetraining.com.au/mickb/content/binary/CON308MyBAMTechEd2007SessionWrapUpDemoCo_FE2/image_thumb.png" border="0"&gt;&lt;/a&gt; 
&lt;br&gt;
&lt;br&gt;
We did an &lt;strong&gt;End to End Demo of BAM + a WF exposed via a WCF Service&lt;/strong&gt; which
highlighted the following technologies:
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Simple BRE call 
&lt;li&gt;
Dynamic Party Resolution with Role Link Shapes 
&lt;li&gt;
Dynamic Send Ports + Correlation. 
&lt;li&gt;
Publishing Orchestrations as an Isolated WCF Service (+ also a one-way WCF WebService) 
&lt;li&gt;
BAM - Activities, Views + the BAM Portal 
&lt;li&gt;
Publishing BAM data from Windows Workflow 
&lt;li&gt;
Intermixing BAM Tracking Profile Editor (TPE) and BAM APIs within an Orchestration. 
&lt;li&gt;
Creating Alerts, Subscribing to Alerts and using a Vista Gadget to reflect the state
of the System. 
&lt;li&gt;
WF BAM Interceptor Configuration file&lt;br&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
Here's the Orchestration that drives it all - takes an OrderProcess Request in, then
sends it to the resolove Supplier through a Role Link shape and waits for the return
call via the one way WCF WS. 
&lt;br&gt;
&lt;br&gt;
In the interim the Supplier calls a WF Workflow to help their process and returns
the results back to BizTalk.
&lt;/p&gt;
&lt;p&gt;
&lt;img height="480" alt="BizTalk" src="http://blogs.breezetraining.com.au/mickb/content/binary/Orch.jpg" width="640" border="0"&gt;
&lt;br&gt;
&lt;br&gt;
The Client application (that is the first to iniate the whole process)&lt;br&gt;
&lt;a href="http://blogs.breezetraining.com.au/mickb/content/binary/CON308MyBAMTechEd2007SessionWrapUpDemoCo_FE2/Client_3.jpg" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="426" alt="Client" src="http://blogs.breezetraining.com.au/mickb/content/binary/CON308MyBAMTechEd2007SessionWrapUpDemoCo_FE2/Client_thumb_3.jpg" width="640" border="0"&gt;&lt;/a&gt; 
&lt;br&gt;
&lt;br&gt;
The supplier fulfills the request via a WF and returns the results back to the client
(in the received section above)&lt;br&gt;
&lt;a href="http://blogs.breezetraining.com.au/mickb/content/binary/CON308MyBAMTechEd2007SessionWrapUpDemoCo_FE2/Supplier.jpg" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="346" alt="Supplier" src="http://blogs.breezetraining.com.au/mickb/content/binary/CON308MyBAMTechEd2007SessionWrapUpDemoCo_FE2/Supplier_thumb.jpg" width="640" border="0"&gt;&lt;/a&gt;&amp;nbsp;&lt;br&gt;
&lt;br&gt;
The supplier's Workflow that basically assigns the &lt;strong&gt;FulFilled and Comments
elements&lt;/strong&gt; depending on the Total of the Order.&lt;br&gt;
It's all pretty simple stuff here, just illustrating a concept - this workflow is
hosted within the Supplier WinForm application.&lt;br&gt;
&lt;a href="http://blogs.breezetraining.com.au/mickb/content/binary/CON308MyBAMTechEd2007SessionWrapUpDemoCo_FE2/WF.jpg" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="480" alt="Workflow" src="http://blogs.breezetraining.com.au/mickb/content/binary/CON308MyBAMTechEd2007SessionWrapUpDemoCo_FE2/WF_thumb.jpg" width="509" border="0"&gt;&lt;/a&gt; 
&lt;br&gt;
&lt;br&gt;
&lt;a href="http://blogs.breezetraining.com.au/mickb/content/binary/CON308MyBAMTechEd2007SessionWrapUpDemoCo_FE2/image_3.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="307" alt="image" src="http://blogs.breezetraining.com.au/mickb/content/binary/CON308MyBAMTechEd2007SessionWrapUpDemoCo_FE2/image_thumb_3.png" width="640" border="0"&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=3c9158d0-da09-43d0-be15-4b16b704d88e" /&gt;</description>
      <comments>http://blogs.breeze.net/mickb/CommentView,guid,3c9158d0-da09-43d0-be15-4b16b704d88e.aspx</comments>
      <category>BizTalk</category>
      <category>Events/TechEd</category>
    </item>
    <item>
      <trackback:ping>http://blogs.breeze.net/mickb/Trackback.aspx?guid=ae38220b-3d4a-489b-949f-858e2fdea2f4</trackback:ping>
      <pingback:server>http://blogs.breeze.net/mickb/pingback.aspx</pingback:server>
      <pingback:target>http://blogs.breeze.net/mickb/PermaLink,guid,ae38220b-3d4a-489b-949f-858e2fdea2f4.aspx</pingback:target>
      <dc:creator>Mick Badran</dc:creator>
      <wfw:comment>http://blogs.breeze.net/mickb/CommentView,guid,ae38220b-3d4a-489b-949f-858e2fdea2f4.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.breeze.net/mickb/SyndicationService.asmx/GetEntryCommentsRss?guid=ae38220b-3d4a-489b-949f-858e2fdea2f4</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Hi folks, I'm busily preparing for TechEd2007 and one of my session is <strong>developer
focused</strong>  about <strong>Workflow in Microsoft Sharepoint.</strong><br /><br /><strong>This will be where all my slides and sample code will be shortly :)</strong></p>
        <p>
          <strong>See you soon.....</strong>
        </p>
        <img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=ae38220b-3d4a-489b-949f-858e2fdea2f4" />
      </body>
      <title>TechEd2007 MOSS Workflow Session</title>
      <guid isPermaLink="false">http://blogs.breeze.net/mickb/PermaLink,guid,ae38220b-3d4a-489b-949f-858e2fdea2f4.aspx</guid>
      <link>http://blogs.breeze.net/mickb/2007/07/30/TechEd2007MOSSWorkflowSession.aspx</link>
      <pubDate>Mon, 30 Jul 2007 16:47:04 GMT</pubDate>
      <description>&lt;p&gt;
Hi folks, I'm busily preparing for TechEd2007 and one of my session is &lt;strong&gt;developer
focused&lt;/strong&gt;&amp;nbsp; about &lt;strong&gt;Workflow in Microsoft Sharepoint.&lt;/strong&gt;
&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;This will be where all my slides and sample code will be shortly :)&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;See you soon.....&lt;/strong&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=ae38220b-3d4a-489b-949f-858e2fdea2f4" /&gt;</description>
      <comments>http://blogs.breeze.net/mickb/CommentView,guid,ae38220b-3d4a-489b-949f-858e2fdea2f4.aspx</comments>
      <category>Events</category>
      <category>Events/TechEd</category>
      <category>MOSS</category>
      <category>Office</category>
    </item>
    <item>
      <trackback:ping>http://blogs.breeze.net/mickb/Trackback.aspx?guid=4b9add4a-9fe2-4d00-b08f-73b83995acaa</trackback:ping>
      <pingback:server>http://blogs.breeze.net/mickb/pingback.aspx</pingback:server>
      <pingback:target>http://blogs.breeze.net/mickb/PermaLink,guid,4b9add4a-9fe2-4d00-b08f-73b83995acaa.aspx</pingback:target>
      <dc:creator>Mick Badran</dc:creator>
      <wfw:comment>http://blogs.breeze.net/mickb/CommentView,guid,4b9add4a-9fe2-4d00-b08f-73b83995acaa.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.breeze.net/mickb/SyndicationService.asmx/GetEntryCommentsRss?guid=4b9add4a-9fe2-4d00-b08f-73b83995acaa</wfw:commentRss>
      <title>May 2nd - Next Sydney BTS User Group Session On - Building a custom R2 Adapter</title>
      <guid isPermaLink="false">http://blogs.breeze.net/mickb/PermaLink,guid,4b9add4a-9fe2-4d00-b08f-73b83995acaa.aspx</guid>
      <link>http://blogs.breeze.net/mickb/2007/04/22/May2ndNextSydneyBTSUserGroupSessionOnBuildingACustomR2Adapter.aspx</link>
      <pubDate>Sun, 22 Apr 2007 13:58:38 GMT</pubDate>
      <description>&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt; vertical-align: top; line-height: normal; text-align: center;" align="center"&gt;
&lt;b&gt;&lt;font color="blue" face="Tahoma" size="4"&gt;&lt;span style="font-weight: bold; font-size: 15pt; color: blue; font-family: 'Tahoma','sans-serif';"&gt;Examining
and Building an R2 Adapter using the New R2 Adapter Framework&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font color="#666644" face="Tahoma" size="1"&gt;&lt;span style="font-size: 9pt; color: rgb(102, 102, 68); font-family: 'Tahoma','sans-serif';"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt; vertical-align: top; line-height: normal; text-align: center;" align="center"&gt;
&lt;b&gt;&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-weight: bold; font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;Wednesday,&amp;nbsp;2nd
May&amp;nbsp;2007&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;b&gt;&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-weight: bold; font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;
&lt;br&gt;
&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;b&gt;&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-weight: bold; font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;6:00&amp;nbsp;PM
Food&amp;nbsp;and&amp;nbsp;Drinks, 6:30 PM Kick Off&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;b&gt;&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-weight: bold; font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;
&lt;br&gt;
&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;b&gt;&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-weight: bold; font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;1
Epping Road, Microsoft&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;b&gt;&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-weight: bold; font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;
&lt;br&gt;
&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;b&gt;&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-weight: bold; font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;North
Ryde, Sydney&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt; vertical-align: top; line-height: normal;"&gt;
&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;Hi
all on our Post Anzac Day Wednesday meeting and I hope two-up was (will be) kind to
you. This month we’re at Microsoft North Ryde with a presentation on Adapters, Adapters
and more Adapters. The new BizTalk Adapter Framework is called &lt;b style=""&gt;&lt;span style="font-weight: bold;"&gt;The
Line Of Business Adapter Framework SDK &lt;/span&gt;&lt;/b&gt;(LOB Adapter SDK between friends)
and is based on &lt;b style=""&gt;&lt;span style="font-weight: bold;"&gt;Windows Communication
Foundation(WCF)&lt;/span&gt;&lt;/b&gt;. As you can imagine, WCF adds a ton of functionality around
the way we do messaging.&lt;br&gt;
&lt;br&gt;
With BizTalk 2006 R2 comes many new features and improvements we examine R2 .NET Adapters
(WCF Based) and also look at new WCF and WF BizTalk BAM Interceptors, allowing you
to post to BAM directly from WCF or WF.&lt;br&gt;
&lt;br&gt;
I've provided a calendar appointment for your calendars so join me.&lt;br&gt;
&lt;br&gt;
&lt;/span&gt;&lt;/font&gt;&lt;b&gt;&lt;font color="blue" face="Tahoma" size="4"&gt;&lt;span style="font-weight: bold; font-size: 15pt; color: blue; font-family: 'Tahoma','sans-serif';"&gt;Presenter:&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;b&gt;&lt;font color="#666644" face="Tahoma" size="1"&gt;&lt;span style="font-weight: bold; font-size: 9pt; color: rgb(102, 102, 68); font-family: 'Tahoma','sans-serif';"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt; vertical-align: top; line-height: normal;"&gt;
&lt;b&gt;&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-weight: bold; font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;Mick
Badran, BizTalk MVP &lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;who
specialises in Microsoft Technologies as a Solutions Architect/Developer. With over
15 years consulting experience and 12 years as a Microsoft Certified Trainer provides
in depth real world knowledge. 
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt; vertical-align: top; line-height: normal;"&gt;
&lt;b&gt;&lt;font color="blue" face="Tahoma" size="4"&gt;&lt;span style="font-weight: bold; font-size: 15pt; color: blue; font-family: 'Tahoma','sans-serif';"&gt;Session
Details&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font color="#666644" face="Tahoma" size="1"&gt;&lt;span style="font-size: 9pt; color: rgb(102, 102, 68); font-family: 'Tahoma','sans-serif';"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt; vertical-align: top; line-height: normal;"&gt;
&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;So
what is the story with Integration and Adapters in BizTalk 2006 R2? This session covers
the roadmap going forward in building BizTalk .NET Adapters (those based on WCF) in
the new Framework. It will discuss all the benefits of the new framework and explain
options on where to host these adapters.&lt;br&gt;
&lt;br&gt;
We will also examine the relationship between BizTalk and the WCF based adapters with
respect to Message Contexts, and multipart messages.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt; vertical-align: top; line-height: normal;"&gt;
&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;The
Session details are as follows:&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt 36pt; vertical-align: top; text-indent: -18pt; line-height: normal;"&gt;
&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;1.&lt;/span&gt;&lt;/font&gt;&lt;font color="black" face="Times New Roman" size="1"&gt;&lt;span style="font-size: 7pt; color: black; font-family: 'Times New Roman','serif';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;b&gt;&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-weight: bold; font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;R2
WCF Adapters Explained – including the new BAM Interceptors for WCF and WF&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt 36pt; vertical-align: top; text-indent: -18pt; line-height: normal;"&gt;
&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;2.&lt;/span&gt;&lt;/font&gt;&lt;font color="black" face="Times New Roman" size="1"&gt;&lt;span style="font-size: 7pt; color: black; font-family: 'Times New Roman','serif';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;b&gt;&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-weight: bold; font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;LOB
Adapter SDK framework explained&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt; 
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt 36pt; vertical-align: top; text-indent: -18pt; line-height: normal;"&gt;
&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;3.&lt;/span&gt;&lt;/font&gt;&lt;font color="black" face="Times New Roman" size="1"&gt;&lt;span style="font-size: 7pt; color: black; font-family: 'Times New Roman','serif';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;b&gt;&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-weight: bold; font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;Building
a new Custom Adapter using the LOB Adapter SDK&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt; vertical-align: top; line-height: normal;"&gt;
&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;As
always love to hear from you and what's been getting you excited at work.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt; vertical-align: top; line-height: normal;"&gt;
&lt;b&gt;&lt;font color="blue" face="Tahoma" size="4"&gt;&lt;span style="font-weight: bold; font-size: 15pt; color: blue; font-family: 'Tahoma','sans-serif';"&gt;Who
Should&amp;nbsp;Attend? &lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;b&gt;&lt;font color="blue" face="Tahoma" size="4"&gt;&lt;span style="font-weight: bold; font-size: 15pt; color: blue; font-family: 'Tahoma','sans-serif';"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt; vertical-align: top; line-height: normal;"&gt;
&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;If
you're looking to get additional business related information out of your Biztalk
processes then this session is for you.&lt;br&gt;
This session is technically focused for Biztalk developers and System Architects.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;&lt;span style="font-weight: bold;"&gt;Please be sure that you RSVP&lt;/span&gt;&lt;/b&gt; so we
know how many to expect. Reply with a yea or ney to &lt;span style="font-family: 'Times New Roman','serif'; text-decoration: none;"&gt;mickb@NOSPAMbreezetraining.com.au&lt;/span&gt;
&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;
Looking forward to seeing you&amp;nbsp;there &gt;&gt;&lt;b&gt;&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-weight: bold; font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;at
Microsoft Premises - North Ryde&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font color="black" face="Verdana" size="1"&gt;&lt;span style="font-size: 8.5pt; color: black; font-family: 'Verdana','sans-serif';"&gt;
&lt;br&gt;
Mick and Mark&amp;nbsp; 
&lt;br&gt;
Ph: 0404 842 833 (Mick's mobile)&lt;br&gt;
&lt;a href="http://sydbiz.org/blogs/group/ct.ashx?id=be5926e4-40de-4a34-bf01-6342b12f78d1&amp;amp;url=http%3a%2f%2fsydbiz.org%2f"&gt;&lt;font color="#003366" face="Times New Roman"&gt;&lt;span style="color: rgb(0, 51, 102); text-decoration: none;"&gt;SydBiz.Org&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=4b9add4a-9fe2-4d00-b08f-73b83995acaa" /&gt;</description>
      <comments>http://blogs.breeze.net/mickb/CommentView,guid,4b9add4a-9fe2-4d00-b08f-73b83995acaa.aspx</comments>
      <category>BizTalk</category>
      <category>Events/TechEd</category>
    </item>
    <item>
      <trackback:ping>http://blogs.breeze.net/mickb/Trackback.aspx?guid=0e648242-f815-489b-8f11-07169891cf20</trackback:ping>
      <pingback:server>http://blogs.breeze.net/mickb/pingback.aspx</pingback:server>
      <pingback:target>http://blogs.breeze.net/mickb/PermaLink,guid,0e648242-f815-489b-8f11-07169891cf20.aspx</pingback:target>
      <dc:creator>Mick Badran</dc:creator>
      <wfw:comment>http://blogs.breeze.net/mickb/CommentView,guid,0e648242-f815-489b-8f11-07169891cf20.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.breeze.net/mickb/SyndicationService.asmx/GetEntryCommentsRss?guid=0e648242-f815-489b-8f11-07169891cf20</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">Here's my session from TechEd. The Old
workflows running within the Office 2007 environment is an exciting and interesting
prospect.<br /><br />
A couple of thoughts come to mind:<br /><br />
What does <b>Office 2007 Platform do well with respect to Workflows:<br /></b>1. The whole User Interface thing interfacing to the workflow. This could be using
Infopath forms (also web based with Forms Server).<br />
2. Using Tasks/History lists for tracking and interaction with a running workflow<br />
3. No need to worry about the WorkflowRuntime<br /><br />
Some other points to consider:<br />
1. WorkflowRuntime is hidden from the developer<br />
2. Office Activity classes are mostly sealed at the moment.<br /><br />
Since workflows are Document Centric (usually involving one document) we have to use
metadata with the document to incorporate workflows that involve a series of documents.
e.g. a series of document links to the other related documents within Sharepoint.<br /><br /><b>Design Thoughts:<br /></b>When designing workflows within the Office 2007 platform, you have to consider
where the metadata is going to go that typically drives the workflow.<br />
i.e. If there is a document involving Course development, you'll want various properties
that guide the document through states in a workflow. DueDate, Course Code and Cost
Centre for an example.<br /><br />
Within a BizTalk environment we can use structures like:<br />
&lt;CourseRequest&gt;<br />
&lt;Header&gt;DueDate....Course Code....Cost Centre&lt;/Header&gt;<br />
&lt;Body&gt;<br />
......anything.....(document)<br />
&lt;/Body&gt;<br /><br />
So the (at the moment as far as I can see) the Office 2007 story is that we extend
a document library and add a series of custom columns (which is pretty normal in the
grand scheme of things)<br /><br />
Now, when the workflow kicks off (behind the document) it usually modifies a series
of task entries within the associated Task List.<br /><br />
While you can always get back to the source document within the Workflow using the
APIs (as the document), typically the Task Item who's before and after properties
are sent to the workflow. Usually a workflow will wait for the user to make changes
to the Task Item through a custom form or the standard form, and then react. 
<br /><br />
These Task Item properties would need to be connected to the original document of
Cost Centre, Due Date etc..... 
<br />
A suggestion here is to use <b>lookup fields </b>to the original document library.<br /><br />
Here's my slide deck anyway - one day I'll get in to writing this up.<br /><br /><p></p><img src="http://blogs.breezetraining.com.au/mickb/content/binary/ofc306.png" border="0" /><br /><br /><br /><br /><a href="http://blogs.breezetraining.com.au/mickb/content/binary/Developing%20Workflows%20for%20the%202007%20Microsoft%20Office%20System%20and%20Windows%20SharePoint%20Services%20%28version%203%29%20OFC306.zip">Developing
Workflows for the 2007 Microsoft Office System and Windows SharePoint Services (version
3) OFC306.zip (1.87 MB)</a><br /><br />
And the results (out of 9 for some strange reason)<br /><br /><b>Overall Results</b><table id="rptGroups__ctl0_dgOverall" border="1" bordercolor="LightGrey" cellspacing="0" rules="all"><tbody><tr class="header"><td><font size="2">Evals Submitted</font></td><td><font size="2">Q1</font></td><td><font size="2">Q2</font></td><td><font size="2">Q3</font></td><td><font size="2">Q4</font></td><td><font size="2">Q5</font></td><td><font size="2">Q9</font></td><td><font size="2">QAvg</font></td></tr><tr><td><font size="2">21</font></td><td><font size="2">6.95</font></td><td><font size="2">7.00</font></td><td><font size="2">7.65</font></td><td><font size="2">7.30</font></td><td><font size="2">6.90</font></td><td><font size="2">7.17</font></td><td><font size="2">7.16</font></td></tr></tbody></table><br /><br /><img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=0e648242-f815-489b-8f11-07169891cf20" /></body>
      <title>Ozzie TechEd 2006 - My Session on Developing Workflows for Office 2007</title>
      <guid isPermaLink="false">http://blogs.breeze.net/mickb/PermaLink,guid,0e648242-f815-489b-8f11-07169891cf20.aspx</guid>
      <link>http://blogs.breeze.net/mickb/2006/08/28/OzzieTechEd2006MySessionOnDevelopingWorkflowsForOffice2007.aspx</link>
      <pubDate>Mon, 28 Aug 2006 13:26:17 GMT</pubDate>
      <description>Here's my session from TechEd. The Old workflows running within the Office 2007 environment is an exciting and interesting prospect.&lt;br&gt;
&lt;br&gt;
A couple of thoughts come to mind:&lt;br&gt;
&lt;br&gt;
What does &lt;b&gt;Office 2007 Platform do well with respect to Workflows:&lt;br&gt;
&lt;/b&gt;1. The whole User Interface thing interfacing to the workflow. This could be using
Infopath forms (also web based with Forms Server).&lt;br&gt;
2. Using Tasks/History lists for tracking and interaction with a running workflow&lt;br&gt;
3. No need to worry about the WorkflowRuntime&lt;br&gt;
&lt;br&gt;
Some other points to consider:&lt;br&gt;
1. WorkflowRuntime is hidden from the developer&lt;br&gt;
2. Office Activity classes are mostly sealed at the moment.&lt;br&gt;
&lt;br&gt;
Since workflows are Document Centric (usually involving one document) we have to use
metadata with the document to incorporate workflows that involve a series of documents.
e.g. a series of document links to the other related documents within Sharepoint.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Design Thoughts:&lt;br&gt;
&lt;/b&gt;When designing workflows within the Office 2007 platform, you have to consider
where the metadata is going to go that typically drives the workflow.&lt;br&gt;
i.e. If there is a document involving Course development, you'll want various properties
that guide the document through states in a workflow. DueDate, Course Code and Cost
Centre for an example.&lt;br&gt;
&lt;br&gt;
Within a BizTalk environment we can use structures like:&lt;br&gt;
&amp;lt;CourseRequest&amp;gt;&lt;br&gt;
&amp;lt;Header&amp;gt;DueDate....Course Code....Cost Centre&amp;lt;/Header&amp;gt;&lt;br&gt;
&amp;lt;Body&amp;gt;&lt;br&gt;
......anything.....(document)&lt;br&gt;
&amp;lt;/Body&amp;gt;&lt;br&gt;
&lt;br&gt;
So the (at the moment as far as I can see) the Office 2007 story is that we extend
a document library and add a series of custom columns (which is pretty normal in the
grand scheme of things)&lt;br&gt;
&lt;br&gt;
Now, when the workflow kicks off (behind the document) it usually modifies a series
of task entries within the associated Task List.&lt;br&gt;
&lt;br&gt;
While you can always get back to the source document within the Workflow using the
APIs (as the document), typically the Task Item who's before and after properties
are sent to the workflow. Usually a workflow will wait for the user to make changes
to the Task Item through a custom form or the standard form, and then react. 
&lt;br&gt;
&lt;br&gt;
These Task Item properties would need to be connected to the original document of
Cost Centre, Due Date etc..... 
&lt;br&gt;
A suggestion here is to use &lt;b&gt;lookup fields &lt;/b&gt;to the original document library.&lt;br&gt;
&lt;br&gt;
Here's my slide deck anyway - one day I'll get in to writing this up.&lt;br&gt;
&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img src="http://blogs.breezetraining.com.au/mickb/content/binary/ofc306.png" border="0"&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;a href="http://blogs.breezetraining.com.au/mickb/content/binary/Developing%20Workflows%20for%20the%202007%20Microsoft%20Office%20System%20and%20Windows%20SharePoint%20Services%20%28version%203%29%20OFC306.zip"&gt;Developing
Workflows for the 2007 Microsoft Office System and Windows SharePoint Services (version
3) OFC306.zip (1.87 MB)&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;
And the results (out of 9 for some strange reason)&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Overall Results&lt;/b&gt; 
&lt;table id="rptGroups__ctl0_dgOverall" border="1" bordercolor="LightGrey" cellspacing="0" rules="all"&gt;
&lt;tbody&gt;
&lt;tr class="header"&gt;
&lt;td&gt;
&lt;font size="2"&gt;Evals Submitted&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;Q1&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;Q2&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;Q3&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;Q4&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;Q5&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;Q9&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;QAvg&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;font size="2"&gt;21&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;6.95&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;7.00&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;7.65&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;7.30&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;6.90&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;7.17&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;7.16&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br&gt;
&lt;br&gt;
&lt;img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=0e648242-f815-489b-8f11-07169891cf20" /&gt;</description>
      <comments>http://blogs.breeze.net/mickb/CommentView,guid,0e648242-f815-489b-8f11-07169891cf20.aspx</comments>
      <category>Events</category>
      <category>Events/TechEd</category>
      <category>Office</category>
    </item>
    <item>
      <trackback:ping>http://blogs.breeze.net/mickb/Trackback.aspx?guid=36e7db97-4abd-4f18-9053-5f9ae7b134a9</trackback:ping>
      <pingback:server>http://blogs.breeze.net/mickb/pingback.aspx</pingback:server>
      <pingback:target>http://blogs.breeze.net/mickb/PermaLink,guid,36e7db97-4abd-4f18-9053-5f9ae7b134a9.aspx</pingback:target>
      <dc:creator>Mick Badran</dc:creator>
      <wfw:comment>http://blogs.breeze.net/mickb/CommentView,guid,36e7db97-4abd-4f18-9053-5f9ae7b134a9.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.breeze.net/mickb/SyndicationService.asmx/GetEntryCommentsRss?guid=36e7db97-4abd-4f18-9053-5f9ae7b134a9</wfw:commentRss>
      <slash:comments>3</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">I've been working on a solution now for
almost 14 months that is basically BizTalk 2006 and Windows Workflow Foundation (we
started on Windows Workflow in alpha), and I've come up with a solid framework where
BizTalk and Windows Workflow complement each other very well.<br /><br />
Unlike the standard Workflow Message of "For 'Enterprise' solutions, SAP integration
etc. use BTS, for everything else use Workflow..."<br /><br />
My session was on using BizTalk as a Framework and Workflow providing 'pluggable'
pieces of the solutions.<br />
(One day I'll get to writing this up in full)<br /><ul><li>
BizTalk provides the <b>Solution/Message Flow</b></li><li>
Workflow provides the <b>State Flow and Transition Logic</b></li></ul>
Here's the 
<br /><p></p><img src="http://blogs.breezetraining.com.au/mickb/content/binary/con316.png" border="0" /><br /><br /><br /><br /><a href="http://blogs.breezetraining.com.au/mickb/content/binary/BTS%20WWF%20Integration.zip">BTS
WWF Integration.zip (686.1 KB)</a><br /><br />
Thought I'd wack in the eval results - thanks for feedback, it will be taken onboard
and digested!!<br />
(a room full of 200 people and 7 posted evals......this was a problem through out
the conference, as the attendees couldnt put 
<br />
put their eval in there and then)<br /><br /><b>Overall Results</b><table id="rptGroups__ctl0_dgOverall" border="1" bordercolor="LightGrey" cellspacing="0" rules="all"><tbody><tr class="header"><td><font size="2">Evals Submitted</font></td><td><font size="2">Q1</font></td><td><font size="2">Q2</font></td><td><font size="2">Q3</font></td><td><font size="2">Q4</font></td><td><font size="2">Q5</font></td><td><font size="2">Q9</font></td><td><font size="2">QAvg</font></td></tr><tr><td><font size="2">7</font></td><td><font size="2">7.43</font></td><td><font size="2">7.43</font></td><td><font size="2">8.29</font></td><td><font size="2">8.43</font></td><td><font size="2">7.43</font></td><td><font size="2">7.57</font></td><td><font size="2">7.80</font></td></tr></tbody></table><br /><br /><img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=36e7db97-4abd-4f18-9053-5f9ae7b134a9" /></body>
      <title>Ozzie TechEd 2006 - My Session on Integrating BizTalk 2006 and Windows Workflow Foundation</title>
      <guid isPermaLink="false">http://blogs.breeze.net/mickb/PermaLink,guid,36e7db97-4abd-4f18-9053-5f9ae7b134a9.aspx</guid>
      <link>http://blogs.breeze.net/mickb/2006/08/28/OzzieTechEd2006MySessionOnIntegratingBizTalk2006AndWindowsWorkflowFoundation.aspx</link>
      <pubDate>Mon, 28 Aug 2006 12:37:49 GMT</pubDate>
      <description>I've been working on a solution now for almost 14 months that is basically BizTalk 2006 and Windows Workflow Foundation (we started on Windows Workflow in alpha), and I've come up with a solid framework where BizTalk and Windows Workflow complement each other very well.&lt;br&gt;
&lt;br&gt;
Unlike the standard Workflow Message of "For 'Enterprise' solutions, SAP integration
etc. use BTS, for everything else use Workflow..."&lt;br&gt;
&lt;br&gt;
My session was on using BizTalk as a Framework and Workflow providing 'pluggable'
pieces of the solutions.&lt;br&gt;
(One day I'll get to writing this up in full)&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;
BizTalk provides the &lt;b&gt;Solution/Message Flow&lt;/b&gt;
&lt;/li&gt;
&lt;li&gt;
Workflow provides the &lt;b&gt;State Flow and Transition Logic&lt;/b&gt;
&lt;/li&gt;
&lt;/ul&gt;
Here's the 
&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img src="http://blogs.breezetraining.com.au/mickb/content/binary/con316.png" border="0"&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;a href="http://blogs.breezetraining.com.au/mickb/content/binary/BTS%20WWF%20Integration.zip"&gt;BTS
WWF Integration.zip (686.1 KB)&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;
Thought I'd wack in the eval results - thanks for feedback, it will be taken onboard
and digested!!&lt;br&gt;
(a room full of 200 people and 7 posted evals......this was a problem through out
the conference, as the attendees couldnt put 
&lt;br&gt;
put their eval in there and then)&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Overall Results&lt;/b&gt; 
&lt;table id="rptGroups__ctl0_dgOverall" border="1" bordercolor="LightGrey" cellspacing="0" rules="all"&gt;
&lt;tbody&gt;
&lt;tr class="header"&gt;
&lt;td&gt;
&lt;font size="2"&gt;Evals Submitted&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;Q1&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;Q2&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;Q3&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;Q4&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;Q5&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;Q9&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;QAvg&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;font size="2"&gt;7&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;7.43&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;7.43&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;8.29&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;8.43&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;7.43&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;7.57&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font size="2"&gt;7.80&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br&gt;
&lt;br&gt;
&lt;img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=36e7db97-4abd-4f18-9053-5f9ae7b134a9" /&gt;</description>
      <comments>http://blogs.breeze.net/mickb/CommentView,guid,36e7db97-4abd-4f18-9053-5f9ae7b134a9.aspx</comments>
      <category>BizTalk</category>
      <category>Events/TechEd</category>
    </item>
  </channel>
</rss>