TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
FIM Resources
FIM-HELP
forefront
forums
fr-FR
Gokan Ozcifci
has code
has comment
has comments
has image
has Images
has Other Languages
has See Also
Has Table
Has TOC
Horizon_Net
How To
Hyper-V
id-ID
IIS
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Lync Server 2010
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Pirated Content
Portal
Português Brasil
PowerShell
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint Pirate
Small Basic
solucionando problemas
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Guru
TechNet Wiki
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
XML
Tagged Content List
Wiki Page:
.Net Compact Framework App. Configuration Settings. HOW-TO: XML File Read & Write like appSettings
Maheshkumar S Tiwari
Originally write by myself and published in codeproject. Reproduced adaptation here to allow the community provide enhancements. How to Load and Save Settings (or other kind of data) for Compact Framework Devices Development Introduction The code provided is to use XML files as a storage...
on
22 Sep 2013
Wiki Page:
Using XML File as Data Source for Visual Studio Data Driven Testing
Richard Mueller
Scenario : Using XML file as data source for Data driven testing in Visual studio 2010 Ultimate Error Observed: The unit test adapter failed to connect to the data source or to read the data. For more information on troubleshooting this error, see "Troubleshooting Data-Driven Unit Tests"...
on
20 Sep 2013
Wiki Page:
Hyper-V 2008 R2: How to Find VM Files
Ed Price - MSFT
Note: This article is based on Hyper-V 2.0 and might not apply to Hyper-V 3.0 (Server 2012) This information is sourced from this Virtual PC Guy blog post , and is a work-in-progress . Please add other troubleshooting tips and best practices. The files that comprise a virtual machine include...
on
16 Sep 2013
Wiki Page:
XML
Maheshkumar S Tiwari
XML stands for eXtensible Markup L anguage. XML is designed to transport and store data. XML is important to know, and very easy to learn. NOTE: This is a stub page. Add to it. The eXtensible Markup Language (XML) is a simple flexible text format (not tied to any programming language,...
on
13 Sep 2013
Wiki Page:
Generate XML - Column Names with their Values as text() Enclosed within their Column Name Tag
Naomi N
The most commonly used XML format is the following: (column names with their values as text() enclosed within their column name tag) Lets find out how to generate the following XML for table provided below: < Employees > < field Name = "ID" >1</ field >...
on
8 Sep 2013
Wiki Page:
Avoid T (space) while generating XML using FOR XML clause
SathyanarrayananS
The following code shows an example on how to avoid T (space) while generating XML using FOR XML clause Sample Data: DECLARE @Employee TABLE (ID INT , Name VARCHAR (100), DOJ DATETIME) INSERT @Employee SELECT 1, 'Sathya' , '2013-06-08 08:50...
on
8 Sep 2013
Wiki Page:
Generate XML with Same Node Names using FOR XML PATH
SathyanarrayananS
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 > <...
on
8 Sep 2013
Wiki Page:
Tips on modifying the MED-V ClientSettings.XML file
Maheshkumar S Tiwari
With Microsoft Enterprise Desktop Virtualization (MED-V) , there may be situations where the ClientSettings.XML file may need to be modified directly to adjust features and timeout values that are not available through the standard interface for modifying workspace policies. These values, including...
on
4 Sep 2013
Wiki Page:
The importance of the MED-V XML configuration files
Maheshkumar S Tiwari
Do you work in multi-server MED-V environments? Do you currently have a MED-V development environment as well as a production environment? Will you be preparing images in a lab and then pre-staging images in production? If so then chances are you probably ran into the following error: Failed to...
on
30 Aug 2013
Wiki Page:
How to Use AdRotator in ASP.NET
Richard Mueller
AdRotator is a control in ASP.Net which is concerned with advertisements; it basically displays a sequence of ad images. This control uses an XML file to store the ad information. The XML file must begin and end with an <Advertisements> tag. Inside the <Advertisements> tag there may be...
on
11 Jun 2013
Wiki Page:
Management Pack Composition Exercise #1 - Creating a Monitor Based on a Custom Module
jskiba
This document is part of the Operations Manager Management Pack Authoring Guide . Table of Contents Overview Product Versions Prerequisites Revisions Sample Code Details Authoring Console Procedure Create Probe Action Module to Run a Script Create Data Source Module to Run Probe Action...
on
13 May 2013
Wiki Page:
Management Pack Composition Exercise #2 - Creating a Monitor Based on a Windows PowerShell Script
Richard Mueller
This document is part of the Operations Manager Management Pack Authoring Guide . Table of Contents Overview Product Versions Prerequisites Revisions Sample Code Details Authoring Console Procedure Create Probe Action Module to Run Windows PowerShell Script Create Data Source Module to Run...
on
2 May 2013
Wiki Page:
System Center Configuration Manager 2012 RTM vs SP1 - Task Sequences XML File Fundamental Difference
Carsten Siemens
Hi there This is my first post on Microsoft's TechNet Wiki, so please be kind if this article's structure is not perfect. Plus English is not my native language. Anyway, let's get to the core of the matter. Lately, I ran into quite an inconvenient problem while performing tests...
on
29 Apr 2013
Wiki Page:
FIM: Full Import on a SAP Web Services Management Agent Fails
Richard Mueller
I worked a case recently that was a very easy fix if I knew what I were looking for. The customer was using the Web Services Connector Application to connect to an SAP server. We determined over a period of time that while the imports were running, they were not completing. Further troubleshooting...
on
4 Apr 2013
Wiki Page:
Visual Studio Authoring Extensions - Example Management Pack
Richard Mueller
Table of Contents Creating the Management Pack References Class Custom Modules Discovery Monitors Rules Presentation Deployment Additional Resources The purpose of this demo is to create a quick and simple management pack with some custom elements, so you can get an idea of how to use the simple and...
on
2 Apr 2013
Wiki Page:
XML and XM Schemas in BizTalk Server Concepts
Richard Mueller
When you start a career in the systems integration area using BizTalk there are many concepts that you probably never saw. However, and because I believe that is more difficult to memorize the names than what they mean , I decided to provide a short glossary to facilitate your start into the world...
on
12 Feb 2013
Wiki Page:
Gerando XML na mão de forma completa e dinâmica (pt-br)
Fernando Lugão Veltem
Caro(a) Leitor(a) hoje eu vou falar e mostrar a solução de gerar XML na mão. Existem várias soluções para gerar XML, mas elas não serviam pra mim ou era muito complicado de se fazer. Preciso gerar um XML de forma simples, com dados dinâmicos e criando...
on
12 Jul 2012
Wiki Page:
Arquitetura de software, você precisa disso?
Mauricio Junior - MCP, MCAD, MVP Microsoft
Bom, gostaria de comentar hoje a minha experiência com arquitetura de software. Será que precisamos disso mesmo? Na empresa onde trabalho não existe uma figura responsável pela arquitetura de software, geralmente o desenvolvedor tem que fazer as duas coisas. Nas várias...
on
12 Jul 2012
Wiki Page:
Gerar XML puro usando CSharp
Mauricio Junior - MCP, MCAD, MVP Microsoft
Caro(a) Leitor(a), hoje eu vou mostrar como gerar XML de forma simples e ao mesmo tempo diferente. O que acontece hoje é que todo mundo pega o seu DataSet ou DataTable e transforma em um XML. O problema é que, se você tem alguma demanda de cliente e esse cliente possui o seu próprio...
on
28 Jun 2012
Wiki Page:
Windows Identity Foundation (WIF): A Potentially Dangerous Request.Form Value Was Detected from the Client (wresult="<t:RequestSecurityTo...")
Quenby Mitchell
Symptoms While processing an RSTR (Request for Security Token Response), System.Web throws the following exception: System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client (wresult="<t:RequestSecurityTo..."). at System...
on
29 Feb 2012
Wiki Page:
Exportando e Importando configurações do IIS para o XML (pt-BR)
Fernando Lugão Veltem
Table of Contents Testado em: Introdução Prática Resumo Testado em: Windows 2008 Windows 2008 R2 Introdução Exportar configurações do IIS (Sites, Host header, diretórios virtuais e etc) Prática ...
on
25 Oct 2011
Page 1 of 1 (21 items)
Can't find it? Write it!
Post an Article