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
>
PEJL
Tagged Content List
Wiki Page:
TechNet Guru Contributions for September 2013
pituach
Table of Contents Introduction How to Enter 1) Create a new TechNet article 2) Tell us about it Categories BizTalk Forefront Identity Manager SharePoint 2010 / 2013 Small Basic SQL Server Analysis Services, PowerPivot SQL Server Database Engine SQL Server Reporting Services, Power View, & SQL Server...
on
21 Sep 2013
Wiki Page:
TechNet Guru Contributions - August 2013
Ed Price - MSFT
Table of Contents Introduction How to Enter 1) Create a new TechNet article 2) Tell us about it Categories BizTalk Forefront Identity Manager SharePoint 2010 / 2013 Small Basic SQL Server Analysis Services, PowerPivot SQL Server Database Engine SQL Server Reporting Services, Power View & SQL Server...
on
10 Sep 2013
Wiki Page:
TechNet Guru Contributions - July 2013
Ed Price - MSFT
Table of Contents Introduction How to Enter 1) Create a new TechNet article 2) Tell us about it Categories BizTalk Forefront Identity Manager SharePoint 2010 / 2013 Small Basic SQL Server Analysis Services, PowerPivot SQL Server Database Engine SQL Server Reporting Services, Power View, & SQL Server...
on
5 Sep 2013
Wiki Page:
WPF: Best ComboBox Tutorial Ever
Naomi N
Table of Contents Introduction Building the Sample Description 1. List<string> SelectedItem 2. List<Class> SelectedItem 3. List<Class> SelectedValue 4. ComboBox ItemTemplate 5. XAML Array - Static XAML Data 6. XML Data - XmldataProvider 7. Static Class Property 8. Composite Collection...
on
31 Aug 2013
Wiki Page:
How to Concatenate Strings into a Single Wrapping TextBlock (with Wrapping on Each Word)
Richard Mueller
This "How To" shows several concepts around grouping and wrapping text. It also shows just how flexible the TextBlock now is, since the introduction of Runs. Each Run can have different styles, cursors, even events like MouseLeftButtonDown For this scenario, a WPF Forum poster...
on
13 Aug 2013
Wiki Page:
WPF Data, Item and Control Templates - Minimum Code, Maximum Awesomeness
Ed Price - MSFT
Table of Contents Introduction The Sample Project A Brief Explanation Introduction This article is going to highlight some of the awesomeness of WPF (and Silverlight) through XAML, INotifyPropertyChanged, Item Templates, Data Templates and Control Templates. The Sample Project ...
on
6 Aug 2013
Wiki Page:
TechNet Guru Contributions - June 2013
XAML guy
Table of Contents Introduction How to Enter 1) Create a new TechNet article 2) Tell us about it Categories BizTalk SharePoint 2010 Small Basic SQL Server Analysis Services SQL Server Integration Services SQL Server Reporting Services/Power View Transact-SQL Visual Basic Visual C# Windows Phone Windows...
on
11 Jul 2013
Wiki Page:
WPF: How To Manage Available/Selected Lists using MVVM Or Code Behind
Ed Price - MSFT
Table of Contents Introduction Download Description MVVM Code Behind Introduction This example shows how to handle two lists for selecting items. One showing selected items, the other showing remaining options available (minus the selected options). As you select items from the ComboBox...
on
10 Jul 2013
Wiki Page:
Structural Design Pattern
Naomi N
This article describes a structural design pattern , which is a category of design pattern used by software engineers, when writing computer programs. Table of Contents Introduction The benefits of structural design patterns Structural Patterns See Also Introduction A structural pattern...
on
9 Jul 2013
Wiki Page:
Software Design Pattern
Peter Geelen - MSFT
A software design pattern is the description of the generally accepted 'best practice' method or technique, for solving particular common problems in software engineering. Table of Contents Why do we use design patterns Categorization Behavioral Patterns Concurrency Patterns Creational Patterns...
on
9 Jul 2013
Wiki Page:
Creational Design Pattern
Abhishek.Sur
This article describes a creational design pattern , which is a category of design pattern used by software engineers, when writing computer programs. Table of Contents Introduction The benefits of creational design patterns Creational Patterns See Also Introduction A creational pattern...
on
9 Jul 2013
Wiki Page:
Behavioral Design Pattern
Abhishek.Sur
This article describes a behavioral design pattern , which is a category of design pattern used by software engineers, when writing computer programs. Table of Contents Introduction The benefits of behavioral design patterns Behavioral Patterns See Also Introduction A behavioral pattern...
on
9 Jul 2013
Wiki Page:
WPF: TreeView SelectedItem TwoWay MVVM (plus expand to selected and close all others)
Ed Price - MSFT
Table of Contents Introduction Building the Sample Description Introduction This sample shows how to two-way-bind to the SelectedItem property of a WPF or Silverlight TreeView . It also shows how to expand nodes down to the selected item, and collapse all other nodes (to keep it tidy)....
on
6 Jul 2013
Wiki Page:
Interpreter Design Pattern
Abhishek.Sur
This article describes the Interpreter design pattern . This is a behavioral design pattern , a category of design pattern used by software engineers, when writing computer programs. Table of Contents Introduction Benefits Examples of the pattern See Also Community Resources References...
on
1 Jul 2013
Wiki Page:
Command Design Pattern
Abhishek.Sur
This article describes the Command design pattern . This is a behavioral design pattern , a category of design pattern used by software engineers, when writing computer programs. Table of Contents Introduction Benefits Examples of the pattern See Also Community Resources References section...
on
1 Jul 2013
Wiki Page:
'Chain of Responsibility' Design Pattern
Abhishek.Sur
This article describes the 'Chain of Responsibility' design pattern . This is a behavioral design pattern , a category of design pattern used by software engineers, when writing computer programs. Table of Contents Introduction Benefits Examples of the pattern See Also Community...
on
1 Jul 2013
Wiki Page:
TechNet Guru Contributions - May 2013
XAML guy
NOTES May 2013 is over. Find the most recent competitions here: TechNet Guru Contributions The results are in for May : TechNet Guru Awards - May 2013 Table of Contents Introduction How to Enter 1) Create a new TechNet article 2) Tell us about it Contributions for May in the Sections...
on
12 Jun 2013
Wiki Page:
Troubleshooting WPF (Debugging WPF)
Carsten Siemens
This article covers many techniques you can use to troubleshoot and debug your WPF application, including binding errors, exception handling, inspecting the VisualTree and logging. Table of Contents Introduction Binding Errors 1. Changing Trace Level for All in Options 2. Changing Trace Level...
on
15 May 2013
Wiki Page:
How to Build, Manage and Navigate the User Interface of a WPF Application
Richard Mueller
Table of Contents Introduction Download Navigate Pages or Dashboard NavigationWindow 1. Hyperlink 2. Frame 3. NavigationService Dashboard Applications Side-note about the power of templates 4. Adding UserControls to XAML 5. Parent Cast 6. Inversion of Control / Dependancy Injection (kind of) 7. Application...
on
30 Apr 2013
Wiki Page:
Active Object Design Pattern
Richard Mueller
This article describes the Active Object design pattern . This is a concurrency design pattern , a category of design pattern used by software engineers, when writing computer programs. Table of Contents Introduction Benefits Examples of the pattern See Also Community Resources References...
on
11 Apr 2013
Wiki Page:
WPF DataBinding References & Tutorials
Yagmoth555
Windows Presentation Foundation has a completely redesigned system for binding data to the UI, and can use a variety of binding sources including CLI objects and XML. WPF DataBinding is one of the most important aspects to WPF, so below is a collection of resources Microsoft links By far...
on
7 Feb 2013
Wiki Page:
Blackboard Design Pattern
Ed Price - MSFT
This article describes the Blackboard design pattern . This is a behavioral design pattern , a category of design pattern used by software engineers, when writing computer programs. Table of Contents Introduction Benefits Examples of the blackboard pattern See Also Community Resources References...
on
23 Nov 2012
Wiki Page:
Observer Design Pattern (aka Publish/Subscribe)
Srigopal Chitrapu
This article describes the Observer design pattern . This is a behavioral design pattern , a category of design pattern used by software engineers, when writing computer programs. Table of Contents Introduction Benefits Examples of the pattern See Also Community Resources References section ...
on
24 Sep 2012
Wiki Page:
Thread Pool Design Pattern
XAML guy
This article describes the Thread Pool design pattern . This is a concurrency design pattern , a category of design pattern used by software engineers, when writing computer programs. Table of Contents Introduction Benefits Examples of the pattern See Also Community Resources References section...
on
20 Sep 2012
Wiki Page:
XAML Array Static Data - Quick Reference
Zoltán Horváth
This is a collection of snippets useful in quickly plumbing a control with data. I use these in demos, tutorials, prototypes, and when replying to forum questions. NOTE: DO NOT TRY TO COPY FROM HERE, USE THIS MSDN SAMPLES PAGE INSTEAD, AS THIS WON'T COPY/PASTE WELL Table of Contents...
on
19 Sep 2012
Page 1 of 4 (76 items)
1
2
3
4
Can't find it? Write it!
Post an Article