LATEST POSTS
-
ArchiMate 3.0 Simplified
Introduction ArchiMate is a modeling language that provides a uniform representation for diagrams that describe Enterprise Architectures. An Enterprise Architecture describes stakeholders concerns, motivation and strategy. When modeling an enterprise architecture there are three main layers you want to describe: Business Layer: Describes the processes the business uses to meet its goals Application layer: Describes…
-
Implementing Singleton pattern with BizTalk Orchestrations
With BizTalk Orchestrations, a new instance of the orchestration is created every time a new message arrives at the Receive Port. In a Singleton pattern only one instance should exist to handle all the messages (or events) in the system. You can implement the singleton pattern using a simple correlation on the Receive Port name,…
-
Simplified BizTalk Content Based Routing for a Passthrough data
I had simple task, I had image files that need to be routed (“copied”) to another location based on some field being set inside the image metadata. I devised a simple solution that consists of a simple pipeline component that promotes the filed into the Message Context, create a dummy schema with promoted field. Use…
-
Secure Messaging Solution
We are sending end receiving sensitive information over the internet. We want to secure all the messages we are exchanging with our partners. Technical Background Microsoft® BizTalk® Server relies heavily on the security provided by certificates. By using certificates for encryption and digital signatures, BizTalk Server can send and receive data that can be trusted.…
-
Create a SQL Database Programmatically
In this article I will explain how to use MS SQL Management Objects (SMO) to create a MS SQL database from C# code. In this sample will Enumerate all the SQL servers in the network and fill a list box where the user can select one of the servers. The user will enter the Database…
-
Design Patterns Review
I was surprised by the fact that many developers are still not familiar with Design Patterns though they have been here for more than 10 years. That is why I wrote this simple review. A design pattern describes a problem which occurs over and over again in our environment, and then describes the core of…
Have a project in mind?
I’d love to work with you.
FOLLOW
DIGITAL TRANSFORMATIONS TIPS NEWSLETTER
Sign up for free and be the first to get notified about updates.

