Browse by Tags

Tagged Content List
  • Wiki Page: SharePoint 2010: How to Find and Filter Wiki Articles that Include PowerShell

    Table of Contents SharePoint 2010 articles that include PowerShell within the TechNet Wiki Additional SharePoint 2010 PowerShell Resources See Also Other languages Did you know that you can easily find SharePoint 2010 related TechNet Wiki articles that include PowerShell using tag filtering? All...
  • Wiki Page: Triggering MS-RSVD ( Remote Shared Virtual Disk ) protocol traffic

    Table of Contents Overview Procedure Result Resources Overview Remote Shared Virtual Disk (RSVD) Protocol is a block-based protocol first introduced in Windows 8.1/Windows Server 2012R2 to allow a client to access a shared virtual disk on a remote Server Message Block(SMB3) share and perform...
  • Wiki Page: SharePoint 2013: Download Portal

    Table of Contents Subscription Software Downloads Public Downloads Servers Operating Systems Applications - Office and Developer Language Packs Developer SDKs See Also The following are downloads for SharePoint 2013 and related products: Subscription Software Downloads Note: You will be required...
  • Wiki Page: SharePoint 2013: How to Find and Filter Wiki Articles by Language

    Table of Contents Wiki Tag Filtering See Also Other languages Wiki Tag Filtering Did you know that you can easily find SharePoint 2013 related TechNet Wiki articles by language using tag filtering? All SharePoint articles contain a language tag which allows you to create a tag URL that will filter...
  • Wiki Page: SQL Server Performance Tuning with Indexing

    Table of Contents Introduction Performance tuning with Indexing Index Maintenance Disk Space Requirements for Index DDL Operations See Also Introduction Poor data model, poorly written queries and poor indexing strategies can result in performance degradation of an OLTP system. When it...
  • Wiki Page: Azure: How to publish a Project Update Using Visual Studio

    This article is a tutorial step-by-step process to create a new Web project with Visual Studio and publish it on Azure. After completing the tutorial, you will have an ASP.NET MVC application running on Azure production environment. Table of Contents Prerequisites Create a new Web project Add...
  • Wiki Page: Visual Studio Extensibility: Creating Visual Studio VSIX package extension

    Table of Contents Introduction VSIX Packages Prerequisites Create VSIX Package Step 1: Create a VSIX project Step 2: Configure Manifest file Step 3: Add Custom Command Step 4: Configure Custom Command Step 5: Test Custom Command with Default implementation Step 6: Add actual implementation Step 7: Test...
  • Wiki Page: Zen Coding with Visual Studio

    Table of Contents What is Zen Coding? Adding Class Id for a Tag Combined See Also Other References What is Zen Coding? According to Wikipedia: Zen Coding is a set of plug-ins for text editors that allow for high-speed coding and editing in HTML, XML, XSL, and other structured code...
  • Wiki Page: iSCSI and the Nagle Algorithm

    Table of Contents Article Other Languages Deutsch (de-DE) Article The Nagle algorithm was originally implemented to prevent lots of very small TCP packets to congest the network by grouping them together and sending them at once. This increases bandwidth (less header bytes per user data)...
  • Wiki Page: Small Basic 1.2: Installation Guide

    Gold Award Winner Table of Contents Overview Downloading Small Basic 1.2 Installing Small Basic 1.2 Credits See Also Overview Small Basic is free! And it teaches actual text/syntax-based programming to students! This is the only language+IDE built for that purpose! And it's free...
  • Wiki Page: Real-time chat UWP application using Azure Mobile App and SignalR

    Gold Award Winner Introduction ASP.NET SignalR is a library for ASP.NET developers that makes developing real-time web functionality easy. SignalR allows bi-directional communication between server and client. Servers can push content to connected clients instantly as it becomes available...
  • Wiki Page: Access Azure Redis Cache with an API App

    Gold Award Winner Table of Contents Introduction Scenario Set up Prerequisites Walkthrough Testing the solution locally in a browser Deployment Resources See Also Introduction Microsoft Azure Cache (Redis) is based on open source Redis Cache. And Microsoft created a Platform as a Service...
  • Wiki Page: System Center Configuration Manager & MDT Community Jewels (Tools)

    Table of Contents Background Installation Operations Application Management Tools Background This page was inspired by a session given by Jörgen Nilsson and fellow MVP Stefan Schörling at the Swedish System Center User group which was called the Community Jewels – Community tools for Configuration...
  • Wiki Page: Windows Communication Foundation Overview

    Table of Contents For Beginners Forums WCF Wiki Pages Books See Also Other Languages Deutsch (de-DE) Português (pt-BR) Windows Communication Foundation (WCF) is a system for creating connections between applications using services and endpoints. WCF is an infrastructure technology for messages. Just...
  • Wiki Page: Small Basic: How to Publish Your Program

    Bronze Award Winner Table of Contents Sharing Your Program Ready to share your code? See Also Sharing Your Program You can easily share your program with your friends or the Small Basic community! Just click Publish on the Toolbar. (You will need to be connected to the internet.) ...
  • Wiki Page: Create Hierarchical Address Books in Office 365

    Table of Contents The Hierarchical Address Book (HAB) HAB in Office 365 How HAB Looks? How to start with establishing a HAB? Steps to Enable HAB in your Office 365 organization using Remote PowerShell How the HAB we made looks The Hierarchical Address Book (HAB) The hierarchical address book...
  • Wiki Page: Host Integration Server 2013 CU 1 or 2

    Table of Contents Introduction See Also Introduction If you are unable to get your Host Integration Server project to run in your Visual Studio 2013 environment, make sure you have Cumulative Update 1 or 2 installed from: Cumulative Update 2 for Host Integration Server 2013 https://support...
  • Wiki Page: PowerShell: Implementing the RSA algorithm (PowerRSA)

    Gold Award Winner Table of Contents Preamble Download Introduction Generate the keys How it works Steps in the code Generate a big random Prime number Compute the modulus Compute φ Choose e Compute d How to use it Encrypt data How it works Steps in the code How to use it Decrypt data How it works...
  • Wiki Page: Small Basic: How to produce a complete music chord using SoundPlay.Music

    Table of Contents Introduction Objective 3 songs example to listen: How it Works References Introduction After several searches on small basic forum, it appears that people have not found a way to make complete chords of music with the small basic command Sound.PlayMusic. Here in this article is...
  • Wiki Page: Hosting a WCF REST service on IIS

    All of the WCF REST samples use self-hosted services and many people have been asking for a sample that is hosted on IIS , so I'll explain how to do that here. Let's start with a simple service contract: // IService.cs namespace SimpleRESTService { [ServiceContract] public...
  • Wiki Page: SSMS: Using Registered Servers to Manage Servers

    Gold Award Winner Table of Contents Overview Getting Started Central Management Server Server Group Register Servers Export Import Benefits See Also Overview The following article was previously created as a blog post on http://felipelauffer.wordpress.com/2016/01/12/23/ and some parts...
  • Wiki Page: .NET Core – a transition into the future

    Gold Award Winner Table of Contents .NET through a bird’s eye view Background Windows 8 Introduces the Concept of Portable Class Libraries .NET Core revolution Summary .NET through a bird’s eye view Microsoft began working on the first .NET framework back in the late 90s before shipping...
  • Wiki Page: WPF: WrapPanel ItemsPanel Last of Line

    Gold Award Winner When you're using an ItemsControl with a WrapPanel as an ItemsPanel then it is sometimes useful to be able to style the last item in a line or the last in a list differently. This article explains how to enable XAML to recognise whether an item is one of these. Table...
  • Wiki Page: BizTalk Offerings: Server, IaaS, and PaaS Feature List

    Table of Contents Introduction Features Other languages See Also Introduction This topic lists the BizTalk feature sets available for BizTalk Server, Infrastructure as a Service (IaaS), and Platform as a Service (PaaS) offerings. Features Azure App Service with Logic Apps and Connectors...
  • Wiki Page: Windows Azure: Telemetry Basics and Troubleshooting

    Table of Contents 1. Introducing the telemetry blog series 2. Introducing the basics of telemetry and troubleshooting 3. Defining Basic Metrics and KPIs 3.1. Compute nodes resource usage 3.2. Windows Event logs 3.3 Database queries response times 3.4. Application specific exceptions 3.5. Database connection...
Page 57 of 73 (1,810 items) «5556575859»
Can't find it? Write it!