Browse by Tags

Tagged Content List
  • Wiki Page: SQL Server: No Fragmentation in HEAP from INSERT / UPDATE

    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; ...
  • Wiki Page: Wiki Ninja Belt Rankings

    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...
  • Wiki Page: SharePoint 2013: What's New for Developers in Word Automation Services 2013

    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...
  • Wiki Page: Wiki: Troubleshooting Color Issues in Your Wiki Articles

    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...
  • 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"

    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...
  • Wiki Page: SharePoint 2010: Install SQL Server 2012 for SharePoint

    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...
  • Wiki Page: Exchange ActiveSync Overview

    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...
  • Wiki Page: Retrieving the Screen Resolution for Windows Phone 8 Emulator

    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...
  • Wiki Page: How to Embed SQL Server Express in an Application

    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...
  • Wiki Page: Spell Checking WinRT Component (C#, VB, HTML5/JavaScript)

    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...
  • Wiki Page: Creating a Simple Plugin Mechanism

    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...
  • Wiki Page: How to Implement Public IM Connectivity (PIC) with Lync Server 2010

    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...
  • Wiki Page: User Profile Best Practices

    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...
  • Wiki Page: Microsoft Dynamics CRM Survival Guide

    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...
  • Wiki Page: Microsoft Dynamics CRM Online Implementation Guide - Simplifed Overview

    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...
  • Wiki Page: How to Identify Crawled Properties and Their Values

    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...
  • Wiki Page: Small Basic Sample: Arrays

    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 '...
  • Wiki Page: Small Basic Sample: Snake

    Code Initialize() While (GameState <> "") DoGameLoop() EndWhile Program.End() Sub Initialize InitializeVariables() InitializeScreen() EndSub Sub InitializeVariables Array.SetValue("DeltaX","North",0) Array.SetValue("DeltaX","East"...
  • Wiki Page: Small Basic Sample: JetLag

    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...
  • Wiki Page: Using the Client Object Model with a Form Based Auth Site in SharePoint 2010 - Another Approach

    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...
  • Wiki Page: How to Contact Microsoft Tech Support

    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...
  • Wiki Page: Wiki: Blogger's Guide to the Wiki

    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...
  • Wiki Page: How to Quickly Rebuild an Exchange 2010 Offline Address Book

    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...
  • Wiki Page: AppFabric Reference Implementation: Manage the LifeCycle of a WorkFlow Service

    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...
  • Wiki Page: Wiki: How to Add and Format Tables in TechNet Wiki

    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...
Page 2 of 3 (58 items) 123
Can't find it? Write it!