BizTalk 2006 R3 details released

Steven Martin posted on his blog that the next version of BizTalk Server will be BizTalk 2006 R3. You can get more info from his blog. But it doesn’t seem like the BizTalk vNext that people talk about with integration of Windows Workflow Foundation. That could just maybe happen in Oslo timeframe?

http://blogs.msdn.com/stevemar/default.aspx

Will be released in calendar year 2009 and since it will support .NET Framework 3.5 I guess development will be done on Visual Studio 2008.

Those keen to check out how latest version of BizTalk helps to realize the SOA vision can apply for beta testing at http://connect.microsoft.com

VSTO Reloaded

Today the MSE team did a Tech Preview to fellow developers on Visual Studio 2008 which actually available for MSDN subscribers late last year and is available for sales now.

My session is about Visual Studio Tools for Office (VSTO) 2008 and a lot of productivity enhancements have been put inside the package in this current version. They include but not limited to:

  1. Better UI Development on Office UI
    • Form Regions in Outlook
    • Custom Task Pane
    • Custom Ribbon for Excel, Word and PowerPoint.
    • No relearn, leverage on Windows Form Development skill
    • Windows Form able to host WPF app and extends this capability via Custom Task Pane
  2. SharePoint Workflow development
    • No more manual writing of workflow.xml, feature.xml (both are SharePoint feature config files) and deployment script
    • Streamline development process from 15 steps to 3 steps in VSTO 2008
  3. Word Content Control data binding with VSTO addin
    • Bringing unstructured data from Word documents to a structured world
    • Able to attach custom XML such as RosettaNet or UNeDoc which as industry based XML schema to Word data.
  4. Easy deployment of VSTO – Office Addin via Click Once
    • No more reliant on CASPOL
    • Transparent to end users

vstodemo

I demo a cool VSTO addin for Word 2007 hosting a WPF user control with colossal effect and acting as a client to a WCF services at the back end. The data access is done using LINQ for XML. After that I will publish

It is based on an article in MSDN Dec 2007 issue but the source codes there is not working for RTM version of VS 2008. Many thanks for fellow MS staff Andrew Whitechapel for making it work for VS2008 RTM.

You can download the slides and working version of the source code here. They are hosted on Windows Live Skiydrive/ Folders.

Slides in PDF

Slides in XPS

Source Code in C#

I will come out with a tutorial for the SharePoint Workflow later and also a VB9 version of the source code. So stay tuned. :)

WF Act and App Samples

The WF team in Redmond has released a zip file of sample workflow applications and activities. Some of them incl:

  1. OutlookWorkflow App
  2. Speech Workflow App
  3. Active Directory Roles
  4. User Track Points
  5. Email sending Activity
  6. File Monitor Activity

You can get it here.