Browse by Tags

Tagged Content List
  • Wiki Page: Explicit Interface Implementation in Visual Basic

    To create an explicit interface implementation in Visual Basic (VB) you simply have to change the implementation method declaration to Private . The following code demonstrates how to create an explicit implementation: Shared Sub Main() ' Declare a class instance "myBox"...
  • Wiki Page: Hyper-V Scripts: Validate a Virtual Switch

    Feel free to add to this (unsupported, as-is) script, it is the wiki way. For example, what is the right way to format code in the TN WIKI? Can you help make it look right? Do you need a script to validate that a virtual switch is configured correctly? Using WMI you can get the virtual switches...
  • Wiki Page: BizTalk And RabbitMQ

    Table of Contents Introduction Installation and preparation Installing RabbitMQ Service Creating RabbitMQ Client Base Assemblies Set up the RabbitMQ binding extension Testing Creating the BizTalk test Using the RabbitMQ Binding Element Conclusion Next steps See Also Introduction If you are working...
  • Wiki Page: CEWSPT_Phonetics

    Phonetics Encoding The phonetics Cologne (Cologne method also) is a phonetic algorithm that assigns words to her voice sound a string, the phonetic code. The aim of this procedure is the same sounding words assign the same code to implement a similarity search with search capabilities. This makes...
  • Wiki Page: Using FOR XML Queries With the WCF-SQL Adapter

    Table of Contents Introduction Why use FOR XML? Generating schemas? Tying it all together See Also Introduction The WCF -SQL adapter is the official replacement for the old SQL Adapter in BizTalk and is available across three versions of the product (2006 R2, 2009 and 2010). This adapter greatly...
  • Wiki Page: CEWS Pipeline Toolkit - FirstChooser

    This stage looks at a list of fields and places the value of the first populated field into the output field. History 1.x: Introduced Configuration Simple example where we choose between several candidate fields: < documentProcessor dllFile = "StandardDocumentProcessors...
  • Wiki Page: SharePoint: Querying Active Directory from a Farm Based Solution using C#.Net

    Table of Contents Introduction Simple Example Webpart Example One Webpart Example Two Other Examples Get the PrincipalContext Get a Group Get a User Check if a User is a Member of a Group Get a List of all the Users in a Group Add or Remove a User from a Group Introduction If you are developing...
  • Wiki Page: How To Programmatically Configure AppFabric Monitoring Levels

    The IIS Manager modules added by AppFabric provide a graphical interface for you to enable monitoring, configure the monitoring level, choose a tracking profile, and configure message logging and tracing features . After you obtain this monitoring data, you can view it and work with it within the AppFabric...
  • Wiki Page: How To Create A Sync Service

    In this walk-through you will create a simple Sync service. Pre-requisites You must have the following products installed on your computer to complete this walk-through. Visual Studio 2008 SP1 or Visual Studio 2010 with C# language components If you are using x86 Windows computer, install...
  • Wiki Page: How To Boost Performance Of The ESB Routing And Transform Services – Part 2

    Paolo Salvatori Introduction For the first part of this three part article, we discussed the advantages and disadvantages of Dynamic Send Ports and we introduced two custom components that allow, respectively, to use Static Send Ports instead of Dynamic Send Port with an ESB Itinerary and ...
  • Wiki Page: SSRS: Multi Font Color / Multi Font Size within a Single Field / Textbox

    This article explains how to format the characters within a single Field or Textbox with varying font size and font color in SSRS. Consider the below code sample as the requisite dataset query: DECLARE @UnitsOfMeasurement TABLE (Measurement VARCHAR (50),Units VARCHAR (20)) ...
  • Wiki Page: BizTalk Server: Application Configuration options

    Table of Contents Introduction BTSNTSvc.exe.config file Blogs Custom Config File Blogs Registry Business Rule Engine Blogs SSO Database Blogs Custom Database Samples See Also Introduction There are a couple of options a developer can have when comes to using application configurable values. These...
  • Wiki Page: Passing Comma Separated Values (SSRS - Multi-valued Parameter) as Input to Stored Procedure

    In this post let us see how we can easily handle passing comma separated values as input to the stored procedure. This kind of situation generally happens when we design report with multi-valued input parameter which will be passed as input to the stored procedure. This code block has the sample...
  • Wiki Page: SharePoint Promoted Links - Wrap tiles

    When you use the " Promoted Links " web part on one of your pages, there is the possibility that the web part uses a lot of horizontal space, because you need to display a large number of tiles; for example, 12 tiles. For an aesthetically-pleasing display of the tiles, without cumbersome...
  • Wiki Page: Dynamics CRM 2011 Quick Optimization Guide

    Table of Contents Authentication IIS CRM Registry Keys Database Outlook Client Internet Explorer Email Router Monitoring Resources I've put together a high-level list of optimizations for dynamics CRM to centralise information for myself, and thought sharing would be helpful for someone, I'll...
  • Wiki Page: SharePoint 2013 : Liens promus - Réorganiser les tuiles (fr-FR)

    Note : Cet article est une traduction de l'article SharePoint Promoted Links - Wrap tiles . Lorsque vous utilisez le composant WebPart de " Liens promus " sur une de vos pages, il est possible que le composant WebPart utilise beaucoup d'espace horizontal du fait que vous pouvez...
  • Wiki Page: CEWS Pipeline Toolkit - AttributeAssigner

    Assign string value to a managed property. You can overwrite the values of existing managed properties and you can create new properties for a document. Just make sure SharePoint expects the property in return. See AlignWithContentEnrichmentXML (for SharePoint 2013) and AlignWithPipelineExtensibility...
  • Wiki Page: Small Basic Tutorial: Creating Your First Program

    Table of Contents Step 1: Set Up Small Basic Step 2: Familiarize yourself with Small Basic Step 3: Create your first program Small Basic is a .NET language created by Microsoft. It allows the beginner programmer to get started creating programs right away, and does not confuse the beginner with the...
  • Wiki Page: How to Generate Index Creation Scripts for all Tables in a Database using T-SQL

    The need often arises to create or recreate the indexes for all tables in a database, especially in development and testing scenarios. This article presents a script to generate Index Creation Scripts for all tables in a database using Transact-SQL (T-SQL). The code block below will generate Index...
  • Wiki Page: Custom Sort in Acyclic Digraph

    Table of Contents Problem definition Vocabulary Digraph (Directed Graph) Acyclic Graph Acyclic Digraph Topological Ordering Solution See Also Problem definition This article is derived from this MSDN forum post. This article addresses the task of how to present a Tree in a custom order ...
  • Wiki Page: T-SQL Script to update string NULL with default NULL

    Problem : It is common to have nullable columns in the table,but if we populate those nullable columns with string NULL instead of default NULL,there araises the problem. Effects of Problem : If we populate nullable columns with string column ,we cannot make use of NULL functions available...
  • Wiki Page: T-SQL: Remove Leading and Trailing Zeros

    In this post I have consolidated few of the methods to remove leading and trailing zeros in a string . Here is an example : DECLARE @BankAccount TABLE (AccNo VARCHAR (15)) INSERT @BankAccount SELECT '01010' INSERT @BankAccount SELECT '0010200' ...
  • Wiki Page: Generate XML with Same Node Names using FOR XML PATH

    In this post we are going to see how we can generate XML in the below mentioned format from the relational data. < row > < column >1</ column > < column >1</ column > </ row > < row > < column >2</ column > <...
  • Wiki Page: T-SQL Script to Get Detailed Information about Index Settings

    This article is about the script which I wrote to get detailed information about Index settings. The script in this article does not show any information about missing indexes or index usage details, the script will show only the information about settings made on an Index using CREATE /ALTER INDEX...
  • Wiki Page: SSRS - RDL Compare

    This article shares the information on how to compare two versions of the same report . Sometimes we might be in a need to compare the changes in two versions of the same report. We can observe the changes easily on the report if it is a color modification or something like this, What if...
Page 9 of 45 (1,105 items) «7891011»
Can't find it? Write it!