melaniec

Stories kicked by melaniec

Developing a custom functoid in BizTalk Server(www.c-sharpcorner.com)

submitted by melaniecmelaniec(660) 2 years, 3 months ago

In this article, I will show how to create a custom functoid in BizTalk. read more...

add a comment |category: |Views: 5

tags: another

Using C# inline on maps in BizTalk(www.c-sharpcorner.com)

submitted by melaniecmelaniec(660) 2 years, 3 months ago

In this article, I will cover how to implement custom business logic (a simple string concatenation) using C# inline on maps in BizTalk. read more...

add a comment |category: |Views: 7

tags: another

Pipeline in BizTalk Server(www.c-sharpcorner.com)

submitted by melaniecmelaniec(660) 2 years, 3 months ago

In this article, I will cover the principles of pipeline architecture in BizTalk Server. read more...

add a comment |category: |Views: 4

tags: another

Validating Messages using Pipelines in BizTalk Server(www.c-sharpcorner.com)

submitted by melaniecmelaniec(660) 2 years, 3 months ago

In this article, I will cover how to validate messages using pipelines in BizTalk Server. read more...

add a comment |category: |Views: 3

tags: another

C# Friendly Assemblies: Looking at building Truly Reusable Components(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 5 months ago

This article discusses how we can hide our base class implementation and require referencing of our objects through their interfaces. This keeps our own projects loosely coupled and also allows us to publish our assemblies as truly reusable components because they are 100% “Black box”. read more...

add a comment |category: |Views: 9

tags: another

Intoduction to Biztalk Server 2006(c-sharpcorner.com)

submitted by melaniecmelaniec(660) 2 years, 6 months ago

This article describes What is Biztalk server and explains a little about Message Engine and message lifecycle inside the Biztalk server. read more...

add a comment |category: |Views: 5

tags: another

BizTalk Orchestrations(c-sharpcorner.com)

submitted by melaniecmelaniec(660) 2 years, 6 months ago

In this article, I will cover one important component of Microsoft BizTalk Server, the orchestrations. Basically an orchestration is the executable code to run a workflow supporting a business process. Orchestration interacts with outside entities by using the ports. All these things together are a powerful tool to perform process automation. read more...

add a comment |category: |Views: 4

tags: another

Promoting Schemas Properties in BizTalk Server(c-sharpcorner.com)

submitted by melaniecmelaniec(660) 2 years, 6 months ago

A common scenario in a BizTalk solution is to subscribe to a message based on its content or context and make decisions based on the underlying values. This is known as content-based routing. In this article, I will cover the principles and techniques to expose this sort of metadata in BizTalk Server. read more...

add a comment |category: |Views: 1

tags: another

BizTalk Mapping. Using the Database Lookup Functoid(c-sharpcorner.com)

submitted by melaniecmelaniec(660) 2 years, 6 months ago

In this article, I will show how to use the Database Lookup functoid to map incoming XML node to a database table column whose result value is set to a target XML node. read more...

add a comment |category: |Views: 12

tags: another

The Basics of .NET Framework Interoperability(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

The System.Runtime.InteropServices namespace defines classes where some of which define methods that enable managed code to call native code. This is accomplished via an internal call and is called the Platform Invoke service. read more...

add a comment |category: |Views: 243

tags: another

Introduction to the interoperation between .Net and COM: Part I (c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

This is a brief introduction to the COM component object model. read more...

add a comment |category: |Views: 120

tags: another

How to create a COM application and consume it from within VC++6.0 - .(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

In this article, we will see how to create a simple COM application in Visual Studio 2008 and how to consume it from a VB6 client application. read more...

add a comment |category: |Views: 73

tags: another

How to create a COM object using VS 2008 and consume it from VB 6.0 cl(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

In this article, we will see how to create a simple COM application in Visual Studio 2008 and how to consume it from a VB6 client application. read more...

add a comment |category: |Views: 106

tags: another

Directory Services Vs RDBMS(c-sharpcorner.com)

submitted by melaniecmelaniec(660) 2 years, 6 months ago

When storing user information, developers can have two choices to choose from - Active directory and a relational database. This article sheds lights on usefulness of each of these and when to use one over the other and vice versa. read more...

add a comment |category: |Views: 4

tags: another

Forms Authentication with Active Directory(c-sharpcorner.com)

submitted by melaniecmelaniec(660) 2 years, 6 months ago

This article and sample code explains how you can take advantage of Active Directory in Web applications for authenticate and authorize the Web site users. read more...

add a comment |category: |Views: 328

tags: another

Listing Active Directory Users(c-sharpcorner.com)

submitted by melaniecmelaniec(660) 2 years, 6 months ago

The attached source code shows you how to list an active directory users in .NET using C#. read more...

add a comment |category: |Views: 26

tags: another