- Microsoft BizTalk Server 2010 Patterns
- Dan Rosanova
- 381字
- 2021-04-02 18:21:55
Developing BizTalk solutions
The developer experience in BizTalk largely revolves around Microsoft Visual Studio, the premier integrated development environment for the Windows platform. Visual Studio has set the benchmark for IDEs for a decade regardless of the platform. Many developers who work in the Microsoft space will be very comfortable with Visual Studio already, but even those who do not will quickly feel at home in it. Microsoft expends a great deal of effort to make this the case.
The general steps involved in creating a BizTalk solution are typically:
- Creating schemas
- Creating maps
- Creating orchestrations
- Deploying locally
- Binding the solution
- Creating visibility and monitoring
- Testing the solution
Steps one through four are done in Visual Studio and are often aided by wizards and simple UIs. Step five is performed via the BizTalk Administration Console that we were first introduced to in Step seven can be performed in a variety of ways, but implies a running solution; ideally this is through automated unit testing.
The primary components of the development process are outlined as follows in no particular order:

Let's discuss what all of these pieces actually are. Schemas represent our internal and external data types. File formats that we receive or send would be external data types; XML messages that we use inside our solution would be internal. Maps are the translation used to bridge internal and external formats. Recall these play a vital role in preserving our loosely coupled goal. Orchestrations represent message flows that are used to model more advanced scenarios. Bindings connect orchestrations, endpoints (ports), maps, and schemas together. The monitoring components (BAM) provide us with visibility and monitoring.
The artifacts we create in Visual Studio are compiled into .NET assemblies that the BizTalk runtime loads in a host instance to execute our application. This fully leverages the capabilities of the .NET framework for making extensible solutions and is the best implementation of these extensibility features I have ever seen. To make deployment and management easier, the assemblies and other artifacts of a BizTalk solution are then bundled into an MSI Installer package for deployment onto other BizTalk servers.
Before we begin to create BizTalk solutions, it is useful to know how we can partition and structure our solution to get the most out of the platform.
- 穿越Photoshop CC
- 鍵盤錄入技術(第2版)
- Creo Parametric 5.0中文版從入門到精通
- 中文版Premiere Pro CC實用教程
- 3ds Max 2015中文版從入門到精通
- Flash CC動畫制作與應用(第3版)
- Cinema 4D基礎培訓教材
- 零基礎學Photoshop CS6(全視頻教學版)
- Expert Python Programming
- Excel數據分析與可視化
- Building Websites with ExpressionEngine 2
- UG NX 7.5工程建模與裝配
- 讓你的PPT更精美:美化PPT必備100招
- Webpack+Babel入門與實例詳解
- Software Testing with Visual Studio Team System 2008