ObjectSharp Blogs

You are currently viewing

Matt Meleski's .Net Blog - The ABC's of .NET

ASP.NET/ADO.NET/Biztalk 2004/C#


Browse by Tags

Robust Error Handling for BizTalk Solutions Presentation

I presented at the Microsoft SOA and Business Process Conference last week in Redmond. The title of the presentation was: Robust Error Handling for BizTalk Solutions. I did the presentation once on Thurs Nov 1 and again on Friday Nov 2. A number of people Read More...

BizTalk -> Custom Pipeline Component for Processing DBF, Excel and other ODBC types

I deleted the original post by mistake (woops!), so below is to replace the deleted one. Last year a customer had a requirement to process DBF files in BizTalk. I created a custom pipeline component that saved the incoming binary stream to a physical Read More...

BizTalk R2 RFID and working with a real Reader Device (Phidget)

This entry discusses using a real RFID reader (Phidget) with BizTalk 2006 R2 RFID Beta 2. There are a couple of RFID samples provided with the RFID install, but they involve simulators for RFID devices. If you want to try a real RFID reader sample with Read More...

BizTalk Message Helper Methods

This entry describes two helper methods to interact with messages in a BizTalk orchestration. The first helper methods will return the string representation of a BizTalk message. The methods are as below: /// <summary> /// Pass in a BizTalk Message Read More...

Turning an Immutable Message in BizTalk into a Mutable message

One thing that you learn pretty fast in BizTalk is that messages in an orchestration are immutable/read only. If you need to modify a message in a BizTalk orchestration, you are pretty well restricted to using a Construct shape with encapsulated Transform Read More...

Dynamically Configuring Pipeline Component Properties in a BizTalk Orchestration

This entry discusses the use of the following to programmatically alter a receive or send pipeline component(s) properties: BTS.SendPipelineConfig BTS.SendPipelineResponseConfig BTS.ReceivePipelineConfig BTS.ReceivePipelineResponseConfig There is a link Read More...

Extending BizTalk Mapping/Transformation operations into Sql Server

A staple in BizTalk 2004/2006 is to design and implement mapping/transformation operations using the BizTalk mapper. Mapping in BizTalk can be extended and improved by: a) Using a rich set of Functoids that ship with BizTalk. b) Using custom XSLT in a Read More...

Presentation -> Using BizTalk 2006

Short notice, but I am doing a presentation tomorrow (Thurs. Feb 9) at the Metro Toronto .Net Users Group. You can read more about it here: http://www.metrotorontoug.com/User+Group+Events/231.aspx Demos will include dealing with binary documents (Word Read More...

BizTalk 2006 -> Example using the new POP3 and Sharepoint Adapters

Below is an example using the new POP3 and Sharepoint Adapters (Sharepoint Adapter now out of the box) for BizTalk 2006. This example demonstrates the following: 1) Processing binary documents in BizTalk. 2) A method to process multiple attachments in Read More...

BizTalk 2006 and the Sql Server 2005 Service Broker Adapter (Beta 2)

Jesús Rodríguez has finished a Beta 2 version of Service Broker Enhancements Adapter for BizTalk Server 2006. They are looking for beta testers, so please go HERE if interested. Service Broker is an exciting new feature for Microsoft SQL Server Read More...
More Posts Next page »