Browse by Tags

Tagged Content List
  • Wiki Page: VB NET Eseguire una ricerca su foglio Excel da Vb Net.(it-IT)

    A volte vi e la necessità di interagire attraverso la nostra applicazione con dei File Excel , lo scopo di questo esempio e dimostrare in che modo questo e possibile. Utilizzeremo AdoNet e precisamente il namespace OleDb utilizzato anche per la gestione di File MicrosoftAccess. Questo namespace...
  • Wiki Page: Using Two Persistence Databases in AppFabric

    Yesterday someone contacted me in regards to adding a secondary persistence store to their AppFabric installation – they were trying to configure the environment so that workflow service A persists its instances to Store A, while workflow service B persists to Store B. Simple enough, right? Well, I...
  • Wiki Page: How to Configure Detailed Error Pages for the FIM Portal

    The goal of this article is to explain the steps to enable detailed error pages on the FIM Portal. These are more descriptive from an administrator point of view. Table of Contents Without Custom Error Pages Enable Detailed Error Pages Disable Detailed Error Pages Related FIM Forum Posts See also...
  • Wiki Page: Estrutura de repetição - foreach (pt-BR)

    A instrução foreach repete um grupo de comandos incorporados para cada elemento em uma matriz ou uma coleção de objetos que implementa a interface de System.Collections.IEnumerable ou System.Collections.Generic.IEnumerable <T> . A instrução foreach é usado para percorrer a coleção para obter...
  • Wiki Page: How to Use PowerShell to Display the Export State of a Management Agent

    FIM ScriptBox Item Summary The script code below displays the pending exports for a management agent. You can use this script to troubleshoot export related issues. Script Code 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 ...
  • Wiki Page: TFS API: How to get latest test result for a test case

    We can retrieve test results for particular test case using TFS API. That's straight forward and there are in build methods. I find people asking for how they can retrieve latest test result for particular test case and I got it solved so thought of sharing here. below code snippet will illustrate...
  • Wiki Page: Hands-On-Lab: Introduction to Workflow Services using .NET Framework 4

    Hands-On Labs I ntroduction to Workflow Services using .NET Framework 4 Contents Overview .. Setup Task 1 – Installing the Web Platform, Visual Studio and Windows Server AppFabric Task 2 – Creating the Databases Task 3 – Installing and Configuring...
  • Wiki Page: SharePoint 2010 : Use PowerShell to Provision a Central Admin Site

    Recently I was working on a SharePoint 2010 farm where I accidentally removed the last server that hosted Central Admin. Whoops! Now I had a farm with no Central Admin UI. Now the Central Admin SharePoint Service is installed on every WFE by default, but is only enabled on the machines that you identify...
  • Wiki Page: Write a Custom Web Service for SharePoint in Supported Mode

    Table of Contents Introduction How SharePoint process web services Create Custom Web Service for SharePoint More Information Source code Demo Introduction If you have read my comments on the Writing Custom Web Service for SharePoint, Is it supported? ( http://blog.libinuko.com/2011/02/16/sharepoint...
  • Wiki Page: Using SharePoint Picture Library Data and Showing it on Simple HTML Site

    If you want to fetch data from SharePoint Picture library through Rest Service and show it in good manner, then follow this article. By using rest service you can fetch SharePoint Picture library data and show it on simple HTML site Sometime back my client wanted to show project photos from...
  • Wiki Page: FAST ESP Crawler Plugin - Dealing with office content types

    This article applies to the use of the FAST Enterprise Crawler in a large scale web crawl setting. When crawling documents on the web, the mime-type returned is often not reliable for many document formats. If you use the FAST Enterprise Crawler's document type detection, you may experience...
  • Wiki Page: PowerPivot Installation Error: Could Not Load File or Assembly

    PowerPivot Installation error-"Could not load file or assembly 'Microsoft.AnalysisServices'" Cause of the Error: In SQL Server 2008 R2, the msmdsrv.exe process (which is the SSAS engine) includes a reference to the PowerPivot SharePoint integration dll (as do other components...
  • Wiki Page: How to Generate Customized FIM 2010 CM Reports Automatically

    Though FIM CM has rich built capabilities I missed two features related to Certificate Lifecycle Management reporting in my recent ILM2007 and FIM2010 deployments: Generate FIM CM reports automatically without requiring any Certificate Manager or Administrator actions. The capability to specify...
  • Wiki Page: AD FS 2.0: How to Utilize a Single Relying Party Trust for Multiple Web Applications that Share the Same Identifier

    A common request we receive from customers is: "I have multiple environments for the same web application. For example, development (DEV), staging (STAGE), and production (PROD). I want to create one Relying Party (RP) Trust in AD FS 2.0 which utilizes a single set of issuance claim rules,...
  • Wiki Page: How to Create a Localized Control in C#

    Table of Contents Introduction The Basics Resources Sample Code Introduction Increasingly more and more applications require localization and globalization. In order to accommodate these requirements a programmer will often have to customize a control in order to meet those requirements. The...
  • Wiki Page: How to audit computer users from login on and login off of the computer

    I believe most of the Geeks who are working in either SBS or MNC does have certain concerns in auditing users. With the below scripts it will assist you to do. Such ideas can be implement via Group policy. Kindly follow below steps: 1) Enable auditing on the Domain controller. 2...
  • Wiki Page: CEWSPT_DateStamp

    <Name of docproc> afadfa Usage adfadf Configuration adfadf 1. < documentProcessor dllFile = "StandardDocumentProcessors.dll" className = "StandardDocumentProcessors.AlignWithPipelineExtensibilityXML" > 2. < parameter name...
  • Wiki Page: Delete VM from VMware cause “Invalid datastore path”

    System Center 2012 – Virtual Machine Manager (VMM) enables you to deploy and manage virtual machines and services across multiple hypervisor platforms, including VMware ESX and ESXi hosts. In VMM, support for ESX is optimized for virtual machine and service management. VMM enables you to manage and...
  • Wiki Page: Serializing WCF Contract with Object Property

    Table of Contents Introduction WCF Service The issue stems with how to handle contracts with object type properties: WCF Client Initial observations Adding a new class ​ Introduction This sample project is posted in reply to the forum post: http://social.msdn.microsoft.com/Forums/en-US/554a7c1c...
  • Wiki Page: PowerShell script to download the Belgian eID root and intermediate certificates

    When you want to allow your AD users to logon with their (Belgian) eID card, you must prep your PKI to recognize the root and intermediate CA of the Belgian Government. So you need to download the certs and add them to the trusted root and intermediate certificate authorities of your PKI. Of course...
  • Wiki Page: SharePoint 2010: Update a Permission Level using PowerShell

    Table of Contents Introduction The Problem The PowerShell Introduction I have a collaboration web application that is used within my Company, within this web application we have several hundred Site Collections. All site collections are using a customized set of Permission Levels which...
  • Wiki Page: How to Implement Joins and Data Matching in FIM

    The tedious truth is that most IdM projects must begin with a phase of data matching and cleaning. Before you can start to automate management of identities, you need a predictable data set around which to base your rules. Table of Contents Joins Your eventual aim is a simple Join Rule Breadcrumbing...
  • Wiki Page: Using Scaffolding on an Amoeba

    Have you ever tried to create scaffolding around a building? Or better yet, how about putting some scaffolding up around a hungry Amoeba? This code is a link to a closed solution on codeplex so you don't have to use Areas. But the scaffolding is broken and needs to be fixed. First off...
  • Wiki Page: Regex Notes

    PWORD Post October 2006. I created a program for tracking passwords which is still open source. Its at www.sourceforge.net/projects/pword . This project is perfect for keeping track of passwords b/c you can drag and drop the username and password from a treeview control. Last I updated it was...
  • Wiki Page: The famous System.ServiceModel.FaultException`1 was unhandled by user code

    Table of Contents Introduction The FaultContract Server side code: Client side code: Disabling the error Introduction Years ago, I personally met the famous error "System.ServiceModel.FaultException'1 was not handle by user code" in one of my WCF project. Since that tile I get a...
Page 194 of 209 (5,220 items) «192193194195196»
Can't find it? Write it!