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
>
magazine article
Tagged Content List
Wiki Page:
WPF: Change Tracking
Andy ONeill
This article uses a sample to explain a method for tracking which data changed in a WPF application. Table of Contents Introduction Usage Technical Overview Code MainWindow Markup MainWindowViewModel MediaVM NotifyWithColour Dictionary1 Use in Your Projects Snippet See Also Other Resources ...
on
3 Oct 2015
Wiki Page:
WPF: Uneventful MVVM
Andy ONeill
There’s an inevitable question crops up whilst coaching someone from a winforms or vb6 background: “How do I do my events then?” Read this before that grouchy team lead coaches you. The rumours are true. Table of Contents Audience Why Are Practical Reasons So Important? Sample No Event Handlers...
on
3 Oct 2015
Wiki Page:
Communicating Between Classes
Andy ONeill
Table of Contents Common Use Cases Include The Inelegant solutions The Elegant solution - Messaging Sending and Receiving Messages Sample Solution Explanation of Code ViewModel to Code Behind Example ViewModel Requiring user input A very common question on the MSDN forums is where someone has one...
on
3 Oct 2015
Wiki Page:
How to Transfer Files between a Windows Store App and any Silverlight Windows Phone App
mcosmin
First things first: how it works If we ever want to have our apps both on the Windows Phone and the Windows 8 stores, we might want to use some kind of syncing mechanism between the two. Since neither can access the other’s isolated data directly, some sort of file transfer between the two apps...
on
2 Oct 2015
Wiki Page:
Dynamics AX Portal
Ken Cenerelli
Table of Contents Dynamics AX Articles Common Across Versions Dynamics AX 2009 Articles Dynamics AX 2012 Articles See Also This article includes a list of Dynamics AX articles on TechNet Wiki: Dynamics AX Articles Common Across Versions Dynamics AX Milestones Dynamics AX: How to Decide...
on
27 Sep 2015
Wiki Page:
SSIS 2012 new REPLACENULL() function
Ken Cenerelli
From MSDN documentation – SQL server 2012: REPLACENULL (SSIS Expression) Returns the value of second expression parameter if the value of first expression parameter is NULL; otherwise, returns the value of first expression. Example This function was added to SSIS 2012 and is a useful...
on
27 Sep 2015
Wiki Page:
SQL Server: What does Column Compressed Page Count Value Signify in DMV Sys.dm_db_index_physical_stats ?
Ken Cenerelli
Table of Contents Scope Background Performing The Test How page compression occurs Conclusion Suggested Readings See Also Scope This Article talks about what does the column compressed_page_count value signifies in Sys. dm_db_index_physical_stats when this DMV is run for table having Clustered...
on
26 Sep 2015
Wiki Page:
Implementing media stream sources in Windows Phone Runtime for background audio tasks
Edward van Biljon
This is a “late” follow up of the technet wiki summit presentation on implementing media stream sources for background audio in windows phone runtime. If you don’t like video presentations or something, you can just read this article, as it contains pretty much everything that was covered in that presentation...
on
25 Sep 2015
Wiki Page:
Convert and Edit Microsoft Office Live Meeting Recordings
Edward van Biljon
Table of Contents Introduction Convert to WMV Edit the audio Extract audio Edit the audio Putting it all back together again Silence Audio Add New Audio All done! Introduction Microsoft Office Live Meeting has a built in recording feature, which allows multiple people to share a presentation, and...
on
25 Sep 2015
Wiki Page:
Understanding IDENTITY in SQL Server
Naomi N
This article is aimed at covering all the aspects of identity, its various features and concepts along with a couple of interesting scenarios where there is a bit different behavior of Identity. Table of Contents Introduction IDENTITY Property IDENTITY_INSERT option Getting the last inserted Identity...
on
20 Sep 2015
Wiki Page:
ASP.NET MVC 5 – Demo Authentication App with Facebook and Google
Ken Cenerelli
This article demonstrates how to configure an application, to allow authentication using Google and Facebook. Table of Contents Introduction STEP 2 - Select option Change Authentication STEP 3 - Enable Google and Facebook OpenID STEP 4 - Setting up SSL STEP 5 - Configure App Facebook STEP 6 -...
on
13 Sep 2015
Wiki Page:
Microsoft OCR Library for Windows Runtime
Ken Cenerelli
Table of Contents Introduction Using the Microsoft OCR Library Step 1: Install the nuget package Step 2: Create and instance of OcrEngine. Step 3: Select which image file to use and open a random-access stream oven the file. Step 4: Create an instance of the image decoder. Step 5: Get the image width...
on
13 Sep 2015
Wiki Page:
Customizing The Creation And Initialization Of Content In The Modern UI For WPF
Ken Cenerelli
Table of Contents Introduction NuGet ModernWindow Dependency Injection Introduction This post is about how you could customize the creation and initialization of the content of a ModernWindow in the Modern UI for WPF library by creating a custom class that implements the FirstFloor.ModernUI.Windows...
on
13 Sep 2015
Page 51 of 68 (1,700 items)
«
49
50
51
52
53
»