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
>
has References
Tagged Content List
Wiki Page:
SQL Server: No Fragmentation in HEAP from INSERT / UPDATE
Carsten Siemens
A HEAP won't be "fragmented" in two cases: - only INSERTS may occur - UPDATES will occur in the attributes with fixed data length (e.g. char ) The following example demonstrates the above mentioned situations: First a simple HEAP will be created: 01. USE tempdb; ...
on
27 Jul 2013
Wiki Page:
Wiki Ninja Belt Rankings
Ed Price - MSFT
NOTES : This award system was officially launched on 7/4/13 in this blog post: Launching the New Wiki Ninja Belts Award System!!! - Respond here to get your Ninja Belt Rank added first! All rewards are subject to get lamer at any time. Table of Contents General Concepts NOVICE WIKI NINJAS...
on
22 Jul 2013
Wiki Page:
SharePoint 2013: What's New for Developers in Word Automation Services 2013
Gokan Ozcifci
Table of Contents Stream Support Sample Code On Demand References Word Automation Services was provided by Microsoft in SharePoint 2010 and Office 2010. To Automate MSWord Base Bulk file Operations on Server. Operations which include Converting Documents from two different formats...
on
20 Jul 2013
Wiki Page:
Wiki: Troubleshooting Color Issues in Your Wiki Articles
Peter Geelen - MSFT
Credit: Markus Vilcinskas Table of Contents Introduction Formatting test HTML code Edit Mode Published view Solution to set proper formatting Color scheme See also Reference Introduction Source: Forums Home > Feedback and Discussions Forums > TechNet Wiki Discussion > Code...
on
11 Jul 2013
Wiki Page:
SharePoint 2010: "Session state has been disabled for ASP.NET. The Report Viewer control requires that session state be enabled in local mode"
Gokan Ozcifci
I had to install SharePoint Foundation 2010 for a new project. They needed a native Web Part, and the name of this was Report Viewer control But a received a strange correlation-ID error and I could not open anymore my site. so I opened ULSVIEWER and got a stranger error: Session state has been...
on
10 Jul 2013
Wiki Page:
SharePoint 2010: Install SQL Server 2012 for SharePoint
Gokan Ozcifci
Download: http://www.microsoft.com/download/en/details.aspx?id=29066 SQL Server 2012 capabilities and highlights are as follows ( from Microsoft site directly) Greater availability. Deliver the required 9s and data protection with AlwaysOn, delivering added functionality over...
on
10 Jul 2013
Wiki Page:
Exchange ActiveSync Overview
Yagmoth555
This Exchange TechNet Wiki page contains information about the history of the Exchange ActiveSync (EAS) server and client protocol. Table of Contents Compatibility: implementation References External links Description Exchange ActiveSync (EAS) is an XML -based protocol that...
on
9 Jul 2013
Wiki Page:
Retrieving the Screen Resolution for Windows Phone 8 Emulator
Carsten Siemens
The Windows Phone 8 supports 3 different screen resolutions like WVGA,WXGA,720P . If you are a developer and wants to retrieve the screen resolution dynamically , you can use the ScaleFactor property defined in App.Current.Host.Content.ScaleFactor. E.g. : string data = App.Current.Host...
on
8 Jul 2013
Wiki Page:
How to Embed SQL Server Express in an Application
avirupg15
Table of Contents To Do List (Stub) Topics discussed in this article Which Edition of SQL Server Express to Use How to Register for SQL Server Express Redistribution Rights How to Detect Previous Installations of SQL Server How to Embed SQL Server Express Installation Using the Web Platform Installer...
on
3 Jul 2013
Wiki Page:
Spell Checking WinRT Component (C#, VB, HTML5/JavaScript)
Ed Price - MSFT
This article provides spell checking functionality for Windows Store Apps, which is missing out-of-box for C#-VB/XAML, HTML/JavaScript apps. This was implemented in response to MSDN forum questions where developers are often looking for spell check solutions in C# or JavaScripts apps. Writing...
on
28 Jun 2013
Wiki Page:
Creating a Simple Plugin Mechanism
Ed Price - MSFT
Table of Contents Introduction Creating a simple plugin mechanism from scratch Creating the plugin interface Implementing the plugin interface Implementing the plugin framework Integrate the plugin mechanism in the main application Creating a simple plugin mechanism with MEF Implementing the plugin interface...
on
18 Jun 2013
Wiki Page:
How to Implement Public IM Connectivity (PIC) with Lync Server 2010
Ed Price - MSFT
Table of Contents Overview Setting the Front End Enable Federation in Topology Builder Configuring the Edge Server Lync Configuring External DNS Microsoft Lync Server Public IM Connectivity Provisioning References Overview  In this article I cover the step by step...
on
6 Jun 2013
Wiki Page:
User Profile Best Practices
Carsten Siemens
Deploying user profiles might seem easy but when it come to a state that you have application silo like; a Terminal Server 's cluster, a Citrix XenApp's farm, a vmware view or Citrix XenDesktop's farm a wide mix of them It can come to a nightmare to manage. Table of Contents...
on
5 Jun 2013
Wiki Page:
Microsoft Dynamics CRM Survival Guide
Payman Biukaghazadeh
Table of Contents About This Guide Finding Help Within Dynamics CRM "Help On This Page" "Resource Center" Finding Help From The Community The CRM Forum ( http://social.msdn.microsoft.com/Forums/en-US/crm/threads ) Dynamics ‘Ask the Community’ page ( http://community.dynamics...
on
27 May 2013
Wiki Page:
Microsoft Dynamics CRM Online Implementation Guide - Simplifed Overview
Payman Biukaghazadeh
CRM 2011 Online Implementation Outline For those of you that are experienced implementing traditional enterprise applications you are well familiar with the process that you must go through to get the hardware resources provisioned, prerequisite operating systems installed and upgraded to the latest...
on
27 May 2013
Wiki Page:
How to Identify Crawled Properties and Their Values
Carsten Siemens
Summary This page describes two important steps of a search project that can prove to be a bit of a challenge. The content of this article relates specifically to SharePoint 2010 and FAST Search. The first step is to identify what crawled properties you have to work with and the second step is to...
on
27 May 2013
Wiki Page:
Small Basic Sample: Arrays
Ed Price - MSFT
Code '*************************************************************************************** 'Import FCL390 'Sample program to demonstate the use of arrays 'An array is a list of related data that can be added to, deleted from, modified and accessed to perform a task '...
on
15 May 2013
Wiki Page:
Small Basic Sample: Snake
Ed Price - MSFT
Code Initialize() While (GameState <> "") DoGameLoop() EndWhile Program.End() Sub Initialize InitializeVariables() InitializeScreen() EndSub Sub InitializeVariables Array.SetValue("DeltaX","North",0) Array.SetValue("DeltaX","East"...
on
15 May 2013
Wiki Page:
Small Basic Sample: JetLag
Ed Price - MSFT
This is a video game where you have to avoid obstacles. Start the game by hitting the space bar, move left and right with the arrow keys. You can import the program with ID RCB513 Code Initialize() While (GameState<>"End") DoGameLoop() EndWhile Program.End() Sub Initialize...
on
15 May 2013
Wiki Page:
Using the Client Object Model with a Form Based Auth Site in SharePoint 2010 - Another Approach
Ed Price - MSFT
Using SharePoint's Client object Model against a SharePoint site that is not using IWA(Kerberos or NTLM) is not supported out of the box(least not as clean as I would like). If the site is using Forms Based Auth and you can prompt the user for user name and password it can be done by using the...
on
16 Apr 2013
Wiki Page:
How to Contact Microsoft Tech Support
Ed Price - MSFT
Table of Contents Reference General support: http://support.microsoft.com/contactus http://support.microsoft.com/get-support/more/ Phone numbers: http://support.microsoft.com/contactus/contact_microsoft_customer_serv?&fr=1 Global list of phone numbers: http://support...
on
4 Mar 2013
Wiki Page:
Wiki: Blogger's Guide to the Wiki
Ed Price - MSFT
Table of Contents Why Bloggers Should Join the Wiki How to Synergize a Blog with TechNet Wiki See Also Reference Other Languages This article describes how bloggers could approach the Wiki. It also explains why bloggers should join and participate and the benefits for contributing. Why Bloggers...
on
4 Mar 2013
Wiki Page:
How to Quickly Rebuild an Exchange 2010 Offline Address Book
Deva [MSFT]
In a test environment (and sometimes in a production environment) you need to quickly rebuild the offline address book, and quickly get the updated address book in Outlook. Steps for quickly rebuild OAB: 1. Start EMS 2. Update OAB: Update-OfflineAddressbook “offline address...
on
22 Feb 2013
Wiki Page:
AppFabric Reference Implementation: Manage the LifeCycle of a WorkFlow Service
Ed Price - MSFT
The Visual Studio Solution and documentation can be found at the MSDN Code Gallery . Introduction Original Text by: Suren Machiraju, Principal Group Program Manager, Microsoft Sidney Higa, Senior Programming Writer, Microsoft The Starter Kit is designed to be a reference implementation...
on
21 Feb 2013
Wiki Page:
Wiki: How to Add and Format Tables in TechNet Wiki
Ed Price - MSFT
Table of Contents Insert Table HTML Editor Data Entry Formatting Pasting a Table from Excel References Insert Table Once you click on the Edit tab of an article, you are presented with a radEditor rich text box where you can type or copy/paste your article in a WYSIWYG format. In the toolbar just...
on
31 Jan 2013
Page 2 of 3 (58 items)
1
2
3
Can't find it? Write it!
Post an Article