This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use.
Learn more
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
Tag Cloud
.net
Active Directory
AD DS
ASP.NET
azure
BizTalk
BizTalk Server
C#
C# .NET
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2013
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
fr-FR
has Back to Top link
has code
has command
has comment
has Conclusion
has download link
has Gallery download
has image
Has Link
has links
has Other Languages
has reference
has References
has See Also
has summary
Has Table
Has TOC
has video
How To
Hyper-V
it-IT
Link Collection
Lync
magazine article
marcelo strippoli
mehmet parlakyiğit
Microsoft
Microsoft Azure
Multi Language Wiki Articles
MVP
needs work
Office 365
pgtag
Português Brasil
PowerShell
pt-BR
SCCM
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint 2016
Sharepoint Online
Small Basic
SQL
SQL Server
SQL Server 2012
step by step
stub
System Center
System Center 2012
TAT
TAT Members
TechNet Guru
TechNet Guru Gold Medal Winner
TechNet Guru Medal Winner
TechNet Wiki
TechNet Wiki Featured Article
Translated into Portuguese
troubleshooting
tr-TR
T-SQL
Visual Studio
VS
Wiki
Windows
Windows 10
Windows 7
windows 8
Windows Phone
Windows Phone Migration Content
windows server
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
windows server 2012 r2
Wiki
>
All Tags
>
has reference
Tagged Content List
Wiki Page:
FIM 2010: Event Driven Run Profile Scheduling using a Windows Service
Ken Cenerelli
Table of Contents Source reference Introduction Trigger StartSignal StartSync PowerShell Configuration References See also Source reference Originally posted at: FIM 2010: Event driven scheduling @ IS4U Blog Introduction This companion Wiki article describes how to implement...
on
19 Feb 2018
Wiki Page:
SharePoint 2010/2013: Create custom My Site host template
karimSP
This article demonstrates how to create a new My Site s host. Once you apply this My Site site host template, all new My Site will use this as a template to create a My Site. Steps Create a new My Site host. Open Central admin > Application management > Create new site collection...
on
19 Feb 2018
Wiki Page:
C#: How to generate a unique key or password using salting + hashing
karimSP
Table of Contents 1. Introduction 2. Password Hashing 2.1. Invalid username or password 2.2. Hash Functions 2.3. Hashes can be cracked easily 2.4. Salted Password Hashing 2.5. Let’s see how we can generate a unique key 2.6. Let’s see how we can validate the license key. 3. Download 3.1. TechNet Gallery...
on
19 Feb 2018
Wiki Page:
SharePoint Designer 2013: Dataview is grayed out
karimSP
Table of Contents Introduction Cause Solution The current site Master Page is Oslo Master Page The page is not checked out and edited in advanced mode The Data View is not added to an inappropriate tag/place The HTML is not parsed properly Applies To Reference Conclusion Introduction In SharePoint...
on
19 Feb 2018
Wiki Page:
Binding of DataGrid Column Header
karimSP
Table of Contents Introduction Description References Introduction The columns of DataGrid.Columns do not inherit the DataContext of the DataGrid element, so you cannot easily bind DataGrid Headers of Columns with the default binding expression. This is caused by not inheriting from FrameworkElement...
on
18 Feb 2018
Wiki Page:
Check Whether a Measure Group is Mapped With Dimension Group In SSAS Cube
karimSP
Introduction For the past few months I have been working on a dashboard application where ADOMD is the data source. Our application contains many charts, grids, maps and some other UI controls. We are using MDX queries for generating the widgets used in our application. As you all know, the data...
on
18 Feb 2018
Wiki Page:
[C#] Word-like editor and RTF text manipulation with Telerik RadRichTextEditor
karimSP
Table of Contents Introduction Pre-Requisites Create a new project Add RichTextEditorRibbonBar for quick access to common features Forewords for a case study Save document in .Docx or .Pdf formats Load a previously edited .Docx files Clone a document Merge documents Replace text Replace text with image...
on
18 Feb 2018
Wiki Page:
C# Timer: Schedule a Task
karimSP
Table of Contents Introduction What is timer? Type of Timer in .NET Framework Schedule a Task Basic Functions Code Usage Output Explanation Summary Reference See Also Download Introduction In this article we will see how to use Timer class in .NET Framework under System.Timers namespace. The...
on
18 Feb 2018
Wiki Page:
Scheduler Design Pattern
Ken Cenerelli
This article describes the Scheduler design pattern . This is a concurrency design pattern , a category of design pattern used by software engineers, when writing computer programs. This article needs more work. Please complete the sections below to the same format as the behavioral patterns...
on
18 Feb 2018
Wiki Page:
Nano Server: Deploying ASP.NET 5 site on Internet Information Services (IIS) Web Server
karimSP
Table of Contents 1. Introduction 2. ASP.NET 5 with Web Server (IIS) on Nano Server Requirements 3. Getting Started with ASP.NET 5 with Web Server (IIS) on Nano Server 3.1. Deploying a new Nano Server with ReverseForwarder and Web Server (IIS) packages 3.2. Deploying ReverseForwarders package for Web...
on
18 Feb 2018
Wiki Page:
ASP.NET Identity: Customize User Authentication
karimSP
Table of Contents 1 Introduction 2 Create a web application 2.1 Web Application Structure 3 Create the database 3.1 Enable Migrations for the application 3.2 Define the connectionstring 3.3 Update the database 3.4 Database is Created 4 Authentication implementation in the application 4.1 Register a new...
on
18 Feb 2018
Wiki Page:
SharePoint Server 2016: Zero Downtime Patching
Somdip Dey - MSP Alumnus
Table of Contents Introduction With SharePoint Server 2013 With SharePoint Server 2016 Video download link References Introduction One of the big news with the arrival of SharePoint Server 2016 was the ability to patch your machines without any end-user side disturbance. Many of us - including...
on
6 Feb 2018
Wiki Page:
C#: Usage of Interfaces and Abstract Classes in Real World (and Difference between them)
Peter Geelen
Table of Contents The Real World Implementation Scenario Establish: Differences between Interface and Abstract Class Business Logic For The Console App The Development of Console App Begins Creating The Skeleton (I mean Interface) Creating The Idea To Be Turned Into Reality Later (I mean Abstract Class...
on
4 Feb 2018
Page 19 of 35 (875 items)
«
17
18
19
20
21
»