melaniec

Stories submitted 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

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

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

Listing all Computer in Active Directory(c-sharpcorner.com)

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

This application does one simple task. On any network where Microsoft Active Directory is used it will list all computers on the network. I faced this problem when I wanted to document all of the computers on the network using WMI . read more...

add a comment |category: |Views: 4

tags: another

LDAP, IIS and WinNT Directory Services(c-sharpcorner.com)

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

Directory Services have gained a lot of traction over the last few years. Directories are repositories of information and can be utilized in many different ways. read more...

add a comment |category: |Views: 1

tags: another

Active Directory and .NET(c-sharpcorner.com)

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

Microsoft Technet offers a script repository to work with AD User Accounts; however, I needed to work with .NET and I could not find samples for all the tasks I needed to program. I promised to myself that one day I would publish the code samples I found and created to help other developers who are working with Directory Services. read more...

add a comment |category: |Views: 16

tags: another

Adding new Windows User Account using Active Directory(c-sharpcorner.com)

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

This article uses Active Directory to add new user account. The Active Directory will be accessed using windows native protocol (not LDAP). read more...

add a comment |category: |Views: 3

tags: another

Active Directory and Microsoft .NET(c-sharpcorner.com)

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

This article will emphasize in the benefits of using the namespace System.DirectoryServices. read more...

add a comment |category: |Views: 10

tags: another