<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by melaniec</title>
    <description>Stories kicked by melaniec</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Developing a custom functoid in BizTalk Server</title>
      <description>In this article, I will show how to create a custom functoid in BizTalk. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjohn_charles%2fCustomfunctoidinBizTalkServer11242009120413PM%2fCustomfunctoidinBizTalkServer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjohn_charles%2fCustomfunctoidinBizTalkServer11242009120413PM%2fCustomfunctoidinBizTalkServer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Developing_a_custom_functoid_in_BizTalk_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Developing_a_custom_functoid_in_BizTalk_Server</guid>
      <pubDate>Wed, 10 Feb 2010 09:46:21 GMT</pubDate>
    </item>
    <item>
      <title>Using C# inline on maps in BizTalk</title>
      <description>In this article, I will cover how to implement custom business logic (a simple string concatenation) using C# inline on maps in BizTalk.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjohn_charles%2fchsarpinlineonmaps12032009223652PM%2fchsarpinlineonmaps.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjohn_charles%2fchsarpinlineonmaps12032009223652PM%2fchsarpinlineonmaps.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Using_C_inline_on_maps_in_BizTalk</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Using_C_inline_on_maps_in_BizTalk</guid>
      <pubDate>Wed, 10 Feb 2010 09:43:16 GMT</pubDate>
    </item>
    <item>
      <title>Pipeline in BizTalk Server</title>
      <description>In this article, I will cover the principles of pipeline architecture in BizTalk Server. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjohncharles%2f89%2fDefault.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjohncharles%2f89%2fDefault.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Pipeline_in_BizTalk_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Pipeline_in_BizTalk_Server</guid>
      <pubDate>Wed, 10 Feb 2010 09:42:07 GMT</pubDate>
    </item>
    <item>
      <title>Validating Messages using Pipelines in BizTalk Server</title>
      <description>In this article, I will cover how to validate messages using pipelines in BizTalk Server. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjohncharles%2f98%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjohncharles%2f98%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Validating_Messages_using_Pipelines_in_BizTalk_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Validating_Messages_using_Pipelines_in_BizTalk_Server</guid>
      <pubDate>Wed, 10 Feb 2010 09:41:21 GMT</pubDate>
    </item>
    <item>
      <title>C# Friendly Assemblies: Looking at building Truly Reusable Components</title>
      <description>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".  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2frmcochran%2freuse10312006141427PM%2freuse.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2frmcochran%2freuse10312006141427PM%2freuse.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/C_Friendly_Assemblies_Looking_at_building_Truly_Reusable_Components</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/C_Friendly_Assemblies_Looking_at_building_Truly_Reusable_Components</guid>
      <pubDate>Mon, 14 Dec 2009 07:38:59 GMT</pubDate>
    </item>
    <item>
      <title>Intoduction to Biztalk Server 2006</title>
      <description>This article describes What is Biztalk server and explains a little about Message Engine and message lifecycle inside the Biztalk server.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fpragati2478%2fIntrotoBTS10312008032015AM%2fIntrotoBTS.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fpragati2478%2fIntrotoBTS10312008032015AM%2fIntrotoBTS.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Intoduction_to_Biztalk_Server_2006</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Intoduction_to_Biztalk_Server_2006</guid>
      <pubDate>Fri, 13 Nov 2009 07:22:00 GMT</pubDate>
    </item>
    <item>
      <title>BizTalk Orchestrations</title>
      <description>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.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjohn_charles%2fBizTalkOrchestrations02062009152446PM%2fBizTalkOrchestrations.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjohn_charles%2fBizTalkOrchestrations02062009152446PM%2fBizTalkOrchestrations.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/BizTalk_Orchestrations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/BizTalk_Orchestrations</guid>
      <pubDate>Fri, 13 Nov 2009 07:21:04 GMT</pubDate>
    </item>
    <item>
      <title>Promoting Schemas Properties in BizTalk Server</title>
      <description>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.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjohn_charles%2fPromotingSchemasPropertiesinBizTalkServer03182009101551AM%2fPromotingSchemasPropertiesinBizTalkServer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjohn_charles%2fPromotingSchemasPropertiesinBizTalkServer03182009101551AM%2fPromotingSchemasPropertiesinBizTalkServer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Promoting_Schemas_Properties_in_BizTalk_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Promoting_Schemas_Properties_in_BizTalk_Server</guid>
      <pubDate>Fri, 13 Nov 2009 07:20:07 GMT</pubDate>
    </item>
    <item>
      <title>BizTalk Mapping. Using the Database Lookup Functoid</title>
      <description>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.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjohn_charles%2fBizTalkMappingUsingtheDatabaseLookupFunctoid04032009093932AM%2fBizTalkMappingUsingtheDatabaseLookupFunctoid.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjohn_charles%2fBizTalkMappingUsingtheDatabaseLookupFunctoid04032009093932AM%2fBizTalkMappingUsingtheDatabaseLookupFunctoid.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/BizTalk_Mapping_Using_the_Database_Lookup_Functoid</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/BizTalk_Mapping_Using_the_Database_Lookup_Functoid</guid>
      <pubDate>Fri, 13 Nov 2009 07:19:21 GMT</pubDate>
    </item>
    <item>
      <title>The Basics of .NET Framework Interoperability</title>
      <description>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. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fTheButler%2fCLR02272008220209PM%2fCLR.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fTheButler%2fCLR02272008220209PM%2fCLR.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_Basics_of_NET_Framework_Interoperability</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_Basics_of_NET_Framework_Interoperability</guid>
      <pubDate>Thu, 12 Nov 2009 08:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to the interoperation between .Net and COM: Part I </title>
      <description>This is a brief introduction to the COM component object model.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fyougerthen%2f510262008060749AM%2f5.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fyougerthen%2f510262008060749AM%2f5.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Introduction_to_the_interoperation_between_Net_and_COM_Part_I</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Introduction_to_the_interoperation_between_Net_and_COM_Part_I</guid>
      <pubDate>Fri, 06 Nov 2009 06:45:00 GMT</pubDate>
    </item>
    <item>
      <title>How to create a COM application and consume it from within VC++6.0 - .</title>
      <description>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. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fyougerthen%2f1010262008061953AM%2f10.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fyougerthen%2f1010262008061953AM%2f10.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/How_to_create_a_COM_application_and_consume_it_from_within_VC_6_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/How_to_create_a_COM_application_and_consume_it_from_within_VC_6_0</guid>
      <pubDate>Fri, 06 Nov 2009 08:15:03 GMT</pubDate>
    </item>
    <item>
      <title>How to create a COM object using VS 2008 and consume it from VB 6.0 cl</title>
      <description>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.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fyougerthen%2f910262008061425AM%2f9.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fyougerthen%2f910262008061425AM%2f9.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/How_to_create_a_COM_object_using_VS_2008_and_consume_it_from_VB_6_0_cl</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/How_to_create_a_COM_object_using_VS_2008_and_consume_it_from_VB_6_0_cl</guid>
      <pubDate>Mon, 09 Nov 2009 05:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Directory Services Vs RDBMS</title>
      <description>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. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fanandnarayanswamy%2fDSvsRDBMS08232005071026AM%2fDSvsRDBMS.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fanandnarayanswamy%2fDSvsRDBMS08232005071026AM%2fDSvsRDBMS.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Directory_Services_Vs_RDBMS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Directory_Services_Vs_RDBMS</guid>
      <pubDate>Tue, 03 Nov 2009 09:37:19 GMT</pubDate>
    </item>
    <item>
      <title>Forms Authentication with Active Directory</title>
      <description>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. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2frohit_kshirsagar%2fFormsAuthenticationActiveDirectory11262005074248AM%2fFormsAuthenticationActiveDirectory.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2frohit_kshirsagar%2fFormsAuthenticationActiveDirectory11262005074248AM%2fFormsAuthenticationActiveDirectory.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Forms_Authentication_with_Active_Directory</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Forms_Authentication_with_Active_Directory</guid>
      <pubDate>Wed, 04 Nov 2009 06:00:01 GMT</pubDate>
    </item>
    <item>
      <title>Listing Active Directory Users</title>
      <description>The attached source code shows you how to list an active directory users in .NET using C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjodonnell%2fListingADUsers07022005005138AM%2fListingADUsers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjodonnell%2fListingADUsers07022005005138AM%2fListingADUsers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Listing_Active_Directory_Users</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Listing_Active_Directory_Users</guid>
      <pubDate>Tue, 03 Nov 2009 09:15:25 GMT</pubDate>
    </item>
    <item>
      <title>Listing all Computer in Active Directory</title>
      <description>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 . &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjodonnell%2fListAllComps07022005005654AM%2fListAllComps.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjodonnell%2fListAllComps07022005005654AM%2fListAllComps.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Listing_all_Computer_in_Active_Directory</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Listing_all_Computer_in_Active_Directory</guid>
      <pubDate>Tue, 03 Nov 2009 09:03:52 GMT</pubDate>
    </item>
    <item>
      <title>Remote Desktop using C#.Net</title>
      <description>Remote Desktop Services is one of Microsoft Windows components to access a remote computer through network. Only the user interface of the application is presented at the client. Any input is redirected over to the remote computer over the network. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fthiagu304%2fremotedesktop10262009033113AM%2fremotedesktop.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fthiagu304%2fremotedesktop10262009033113AM%2fremotedesktop.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/compactframework/Remote_Desktop_using_C_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/compactframework/Remote_Desktop_using_C_Net</guid>
      <pubDate>Tue, 03 Nov 2009 03:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Formula Generator - A Regular Expression Generator Class in C# and .NE</title>
      <description>The attached source code is a class - FormulaGenerator, which is a component that interprets and evaluate a string expression. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2ftionescu%2fRegExpGenerator08302005003959AM%2fRegExpGenerator.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2ftionescu%2fRegExpGenerator08302005003959AM%2fRegExpGenerator.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Formula_Generator_A_Regular_Expression_Generator_Class_in_C_and_NE</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Formula_Generator_A_Regular_Expression_Generator_Class_in_C_and_NE</guid>
      <pubDate>Fri, 30 Oct 2009 14:45:03 GMT</pubDate>
    </item>
    <item>
      <title>LDAP, IIS and WinNT Directory Services</title>
      <description>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. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fklaus_salchner%40hotmail.com%2fLDAPIISWinNTDirectoryServices08242005032318AM%2fLDAPIISWinNTDirectoryServices.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fklaus_salchner%40hotmail.com%2fLDAPIISWinNTDirectoryServices08242005032318AM%2fLDAPIISWinNTDirectoryServices.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/LDAP_IIS_and_WinNT_Directory_Services</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/LDAP_IIS_and_WinNT_Directory_Services</guid>
      <pubDate>Tue, 27 Oct 2009 06:54:59 GMT</pubDate>
    </item>
    <item>
      <title>Active Directory and .NET</title>
      <description>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. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fecabral%2fADand.NET08242005065451AM%2fADand.NET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fecabral%2fADand.NET08242005065451AM%2fADand.NET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Active_Directory_and_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Active_Directory_and_NET</guid>
      <pubDate>Tue, 27 Oct 2009 06:54:16 GMT</pubDate>
    </item>
    <item>
      <title>Adding new Windows User Account using Active Directory</title>
      <description>This article uses Active Directory to add new user account. The Active Directory will be accessed using windows native protocol (not LDAP). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2ftionescu%2fAddingnewwindowsuser06032005045637AM%2fAddingnewwindowsuser.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2ftionescu%2fAddingnewwindowsuser06032005045637AM%2fAddingnewwindowsuser.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Adding_new_Windows_User_Account_using_Active_Directory</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Adding_new_Windows_User_Account_using_Active_Directory</guid>
      <pubDate>Tue, 27 Oct 2009 06:51:04 GMT</pubDate>
    </item>
    <item>
      <title>Active Directory and Microsoft .NET</title>
      <description>This article will emphasize in the benefits of using the namespace System.DirectoryServices. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fJohn%2520Charles%2fActiveDirectoryAndMicrosoft08242005055036AM%2fActiveDirectoryAndMicrosoft.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fJohn%2520Charles%2fActiveDirectoryAndMicrosoft08242005055036AM%2fActiveDirectoryAndMicrosoft.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Active_Directory_and_Microsoft_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Active_Directory_and_Microsoft_NET</guid>
      <pubDate>Tue, 27 Oct 2009 06:50:31 GMT</pubDate>
    </item>
    <item>
      <title>Math Equation Editor in C#</title>
      <description>The Equation Editor I created in C# allows you to create a few simple equations using the keyboard. With the editor you can open and save files of your equations. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fmgold%2fMathEquationEditor08292005104727AM%2fMathEquationEditor.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fmgold%2fMathEquationEditor08292005104727AM%2fMathEquationEditor.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Math_Equation_Editor_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Math_Equation_Editor_in_C</guid>
      <pubDate>Mon, 26 Oct 2009 03:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Authenticate a user against the Active Directory</title>
      <description>This article serves as a guide to using System.DirectoryServices (SDS) ADSI to access user and group in the Windows Active Directory. Authenticate a user against the Active Directory using the user ID and password. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fankithakur%2fLogin_Using_Active_Directory04052006061801AM%2fLogin_Using_Active_Directory.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fankithakur%2fLogin_Using_Active_Directory04052006061801AM%2fLogin_Using_Active_Directory.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Authenticate_a_user_against_the_Active_Directory</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Authenticate_a_user_against_the_Active_Directory</guid>
      <pubDate>Thu, 22 Oct 2009 16:15:00 GMT</pubDate>
    </item>
  </channel>
</rss>
