Samples
The following list contains the names and descriptions of the samples that are posted on the BizTalk Server R2 Code Samples Web site.
| Name | Sample directory name in the package | Description |
|---|---|---|
Beep Event Handler | BeepEH | The Beep Event Handler sample shows you how to create a custom event handler and add it to an RFID process pipeline. |
|
BRE Event Handler |
BRESample |
The BRE Event Handler sample demonstrates how to invoke a Business Rule Engine (BRE) policy by using the RuleEnginePolicyExecutor event handler in an RFID process. |
|
Provider Template |
ProviderTemplate |
The Provider Template sample ships with a Visual Studio template that can be used to write DSPI device providers. |
|
Consume WCF Service |
WCFEH |
The Consume WCF Service sample posts a TagReadEvent as a message to a TagMonitor Windows Communication Foundation (WCF) service. |
|
Duplicate Elimination |
DupElim |
The Duplicate Elimination sample eliminates duplicates from TagReadEvents and TagListEvents. |
|
Event Handler Template |
EHTemplate |
The Event Handler Template sample ships with a Visual Studio template that can be used to write event handlers. |
|
Event Cycle Event Handler |
EventCycle |
The Event Cycle Event Handler sample has an RFID process with an event handler that collects a set of TagReadEvents in an event cycle. Within the event cycle, duplicates are automatically filtered. |
|
Import Export Rule Store |
ImportExportRuleStore |
The Import Export Rule Store sample allows you to import Business Rule Engine (BRE) policies and vocabularies from an XML file into the Rule Engine database, and to export policies and vocabularies from the Rule Engine database to an XML file. |
|
Synchronous Commands |
SynchronousCommands |
The Synchronous Commands sample issues a set of commands to BizTalk RFID from a Windows Forms application by using the object model (OM) exposed by BizTalk RFID. |
|
Using SQL Adapter in receive-only scenario |
SimpleReceive |
The BizTalk orchestration in this sample receives tag data from the RFIDsink database by executing the GetAndDeleteEventsForBizTalk stored procedure. |
|
Using SQL Adapter in request-response scenario |
RequestResponseSqlAdapter |
The BizTalk orchestration in this sample sends a request to execute the GetTagReadEventsWithTimeFilter stored procedure. |
|
Using Web service proxies exposed by BizTalk RFID |
ConsumeRfidWS |
The ConsumeRfidWS sample demonstrates how to use the Web service proxies exposed by the Microsoft.Rfid.ManagementWebServiceProxies assembly that ships with BizTalk RFID. |
|
Using WCF service exposed by a BizTalk orchestration |
BizTalkWCFEH |
The BizTalkWCFEH sample demonstrates how to expose a BizTalk orchestration as a WCF service, and how to consume the WCF service from a BizTalk RFID process. |
|
LLRP Extended Provider |
LlrpExtendedProvider |
The LLRP extension provider sample demonstrates how to write a provider that supports LLRP vendor extensions. The extended LLRP provider is written on top of the standard LLRP provider (Microsoft.Rfid.Llrp.dll). |
|
Tag Data Translation (TDT) |
TDTSample |
The Tag Data Translation sample demonstrates the usage of the Encode, Decode and Translate operations (based on the EPCglobal ratified standard). |
|
WS-Discovery Provider |
WSDiscoveryProvider WSDiscoverySimulator |
The WS-Discovery Provider sample shows you how to develop a device provider by using the discovery library. This sample also ships with a device simulator that simulates a device supporting WS-Discovery protocol. |
The following list contains the names and descriptions of the samples that are shipped with BizTalk RFID Mobile.
| Name | Sample directory name in the package | Description |
|---|---|---|
CE Provider Template |
CEProviderTemplate |
This sample ships with a Visual Studio template that can be used to write DSPI device providers for devices running Windows CE 5.0, Windows Mobile 5.0, or Windows Pocket PC. |
|
MyFirstCEProvider |
MyFirstCEProvider |
The MyFirstCEProvider sample shows how to create a provider for a Windows CE device using the BizTalk RFID Mobile object model. |
|
Read Tags Application |
ReadTagsApp |
The ReadTags sample describes how to receive an event from an RFID Mobile provider and either store the event in a local sink or else forward the event to an RFID server. |
The following list contains the names and descriptions of the samples that are shipped with BizTalk RFID EPCIS.
| Name | Sample directory name in the package | Description |
|---|---|---|
Transformation Event Handler | TransformEH | Uses the Transformation APIs to convert BizTalk RFID events into EPCIS events, and fills the value to fields with values specified by the user. |