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
>
sample
Tagged Content List
Wiki Page:
Small Basic Sample: Turtle Plus Flickr
Ed Price - MSFT
Code GraphicsWindow.Show() pic = Flickr.GetRandomPicture("lightning") gw = GraphicsWindow.Width gh = GraphicsWindow.Height GraphicsWindow.DrawResizedImage(pic, 0, 0, gw, gh) distance = 50 Turtle.Speed = 9 For sides = 3 To 20 DrawPolygon() EndFor Sub DrawPolygon...
on
17 Sep 2013
Wiki Page:
How To Create A Sync Service
Maheshkumar S Tiwari
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...
on
9 Sep 2013
Wiki Page:
AD FS 2.0: How to Bulk Add Trust Relationships and Claim Rules for Testing
Richard Mueller
Overview Included in this article is a Powershell script sample which allows bulk additions and deletions of test Claims Provider Trusts, Relying Party Trusts, and Claim Rules. These test trust relationships and claim rules may be useful for web testing in a lab environment. Usage Be...
on
13 Aug 2013
Wiki Page:
Retry Logic for Transient Failures in Windows Azure SQL Database
Steef-Jan Wiggers
This tutorial shows how to handle transient connection failures in Windows Azure SQL Database. Note If you wish to contribute to this page, use the Edit tab at the top (sign-in required). If you wish to provide feedback for this documentation please either send e-mail to ...
on
7 Aug 2013
Wiki Page:
Trust Services Encrypt Files Powershell Sample
Richard Mueller
Table of Contents Introduction Prerequisites Download Steps to run the script Quick Links Introduction Sample PowerShell script FileEncrypt.ps1 shows the very basic usage of Trust Services to encrypt and decrypt data from the files. The sample uses a single certificate for Policy Administrator...
on
7 May 2013
Wiki Page:
SQL Server Spatial Application
Carsten Siemens
Table of Contents Introduction Initial Brainstorming Constraints and Assumptions Media Simplicity Availablilty of Data App Examples Path foto Viewer Real Estate House Finder Initial Research Software Prerequisites Features to investigate SQL Features Non-SQL features Feasibility Study SQL Features Lines...
on
27 Apr 2013
Wiki Page:
SQL Server 2012 Samples
Ed Price - MSFT
This wiki is a great place to go if you are looking for a great SQL Server 2012 sample that you can use to show off cool new improvements. We'll add links to new samples as they become available. Sample Link MySemanticSearch The My Semantic Search Sample is a content...
on
23 Feb 2013
Wiki Page:
StockQuote Sample: How to Avoid Error 80072ee5 (Windows Embedded Compact 7)
Yagmoth555
When you run the Web Services on Devices (WSD) StockQuote sample provided by the Windows Embedded Compact 7 SYSGEN_WSDAPI_SAMPLES catalog item, StockQuoteClient.exe may report error 0x80072ee5 (ERROR_INTERNET_INVALID_URL). In this article: Cause Resolution Cause To work...
on
7 Feb 2013
Wiki Page:
Changing the speed of a wave file In Visual Basic.Net
Paul Ishak
How to change the speed at which you play your wavefile I have seen this question posted multiple times in the forums and figured I would share here as well. Please note that this is not perfect, not all wave files can be modified without first modifying other fileformatsubchunk fields. ...
on
1 Dec 2012
Wiki Page:
Microsoft Codename “Trust Services” Samples
Suma Adabala
Table of Contents C# Copy SQL Database Encrypt Windows Azure Blob Store School Report Encrypt Files SSIS Sample ASP.NET Sample Config Encryption Sample Search and Retrieve Encrypted Files PowerShell Encrypt Files Generate Policy Template Quick Links Learn how to use "Trust Services" by...
on
13 Jul 2012
Wiki Page:
Trust Services Generate Policy Template PowerShell Sample
Suma Adabala
This document describes the sample usage of the Trust Services PowerShell for a scenario where a Trust Services Policy Administrator needs to add policies for all columns in a SQL Server database. Visit Trust Services Samples Download page to download samples. Pre-Requisites Self-Signed Certificate...
on
3 Jul 2012
Wiki Page:
Trust Services ASP.NET Trust Sample
Suma Adabala
Table of Contents Introduction Prerequisites Trust Server Trust Services SDK Asp.NET MVC 3 Windows Azure SDK 1.6 (Optional) Sample Usage Introduction This document describes the sample usage of the Trust Services in the context of a multi-role ASP.Net application. Sample follows the scenario of...
on
3 Jul 2012
Wiki Page:
Trust Services SSIS Sample
Suma Adabala
Table of Contents Overview Installation Preparation for Running SSIS Workflows Running SSIS Workflows Overview SSISSample shows how to integrate Trust Services into SSIS workflows. Please visit Trust Services Samples page to download this sample. This sample consists of a custom SSIS dataflow...
on
3 Jul 2012
Wiki Page:
Trust Services Azure Blob Console Application Sample
Suma Adabala
This document describes a sample usage of the Trust Services for a Data Hub scenario where the Publisher publishes a blob of data to Azure to be accessed by another party, the Data Consumer. The Publisher & Consumer are in their trusted environments and the Azure blob is untrusted for storing the...
on
3 Jul 2012
Wiki Page:
Trust Services Copy SQL Database Sample
Suma Adabala
This document describes the sample usage of the Trust Services with SQL Server. Visit Trust Services Samples Download page to download samples. The sample is designed with the following scenarios in mind: Database Backup DBA has an on-premise database that contains sensitive data in clear text...
on
3 Jul 2012
Wiki Page:
Comparison of Exchange ActiveSync Clients
Trace Young
From Wikipedia, the free encyclopedia Comparison Table of Exchange ActiveSync Clients 14 Company Microsoft Microsoft Apple Nokia Google Notify Corp. Palm Product Windows Mobile [ 1 ] Windows Phone [ 2 ] iPhone / iPod ( iOS ) [ 3 ] Mail for Exchange...
on
13 Jul 2010
Page 1 of 1 (16 items)
Can't find it? Write it!
Post an Article