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:
Sort and Filter CSV Files with DataTable and DataView
Sandro Pereira
Table of Contents Introduction A simple scenario Create a DataTable from a CSV file DataTable as DataSource Use DataView to sort and filter data From DataView to Text Source Code References Other languages Introduction Working with data a common need is to manage streams that come from...
on
25 Oct 2015
Wiki Page:
VB.Net: High resolution printouts of the Chart control by using a Metafile.
Sandro Pereira
If you have ever tried printing a picture of a Windows form, you know that if you try to resize it you will loose quality. That is the nature of the picture, image, or “bitmap”. The image is made from a bitmap of the dots or pixels that make up the image. Thus when we try to resize the image we just...
on
25 Oct 2015
Wiki Page:
WPF: Tips - Animating a ViewModel
Sandro Pereira
This article explains how you can animate the value of properties in a ViewModel. Table of Contents Background Overview The Sample Window Markup Storyboard App.xaml MainWindowViewModel Conclusion See Also Background In any MVVM project you will routinely bind properties in the View to public...
on
25 Oct 2015
Wiki Page:
Azure & Windows 10: Full Home Automation with Voice Assistance using Intel Galileo Gen 1
Sandro Pereira
Table of Contents About Components and Supplies 1. Intel Galileo Gen 1 2. Grove Starter Kit Plus Intel IoT Edition 3. Power Supply (5 Volts) 4. USB Cable 5. MicroSD and SD Card Reader (Preferably over 8 GB) 6. Breadboard 7. PC Running Windows 10 8. Windows Phone running Windows 10 Steps Step 1. VS2015...
on
25 Oct 2015
Wiki Page:
Analyze Twitter data with Hive in Azure HDInsight
Sandro Pereira
Table of Contents Introduction Prerequisites Create a Twitter Application Extract the Tweets Define the variables Connect to an Azure Account Create a Blob Storage where the tweets shall be saved Build the OAuth Connection String to connect to twitter Read the tweets Process the Tweets using Hive 1....
on
25 Oct 2015
Wiki Page:
WPF: Inheriting Property Values Considered
Sandro Pereira
This article explains and compares some approaches to inherit property values down the Visual Tree. Table of Contents Introduction Options Dependency Property Inheritance Example of Dependency Property Inheritance The Cryptic Explanation: Explanation of the Explanation Parent Dependency Property...
on
25 Oct 2015
Wiki Page:
Big Data Analytics using Microsoft Azure: Hive
Sandro Pereira
Table of Contents Prerequisite Introduction What is Apache Hive? Schema on Read Creating Hive Tables Loading Data into Hive Tables Querying Hive Tables Querying Hive from the Command Line The Hive Variable Open the Hive Environment Create the Internal table Create the External table View the Hive Tables...
on
25 Oct 2015
Wiki Page:
System Center Operations Manager 2012 - Monitoring the Monitor
Ken Cenerelli
Table of Contents Introduction SQL Connectivity - Single Point of Failure Strategy Procedure Introduction Get notified when System Center Operations is down! System Center Operations Manager can’t monitor itself. When (not if) it goes off-line it cannot generate an Alert notifying you it...
on
8 Oct 2015
Wiki Page:
BizTalk Server Tutorial 1: Enterprise Application Integration - Document error fixed
Sandro Pereira
Table of Contents Error Resolved in Tutorial What is used to say was What it says now (and correctly) is Impact See Also Error Resolved in Tutorial There was a bug in the tutorials that has been resolved that may have confused some users. LOCATION of the tutorial: Tutorial 1: Enterprise...
on
7 Oct 2015
Wiki Page:
SQL Server: Pragmatic Denormalisation
Andy ONeill
Table of Contents Introduction What is Denormalisation? Default Value Adding Logic Performance Minimising Joins Avoiding Correlated Subqueries Pre Aggregation Reducing Skill Threshold Data Redundancy vs. Denormalisation Data Warehouse/Mart Caching Business Server Cache Local Cache Many courses cover...
on
3 Oct 2015
Wiki Page:
WPF DynamicResource ObservableCollection
Andy ONeill
This article describes how to declare an ObservableCollection of a complex type in XAML for use as a DynamicResource. You can fill it declaratively with records in XAML and or later in code. Table of Contents Use Cases and Plusses Background Simple Arraylist ObservableCollection of a Complex...
on
3 Oct 2015
Wiki Page:
T-SQL: How to Get the Latest Costs
Andy ONeill
This article is aimed at developers new to T-SQL and SQL server. Most use will be gained by the developer who wants a pointer to alternative techniques or who has an immediate problem to solve. It is intended as something of a taster - a starting point for further research. If the reader is applying...
on
3 Oct 2015
Wiki Page:
Silverlight: StrikeThrough
Andy ONeill
Silverlight only supports underline TextDecoration, this article is about implementing Strikethrough-like functionality and a warning about some of the issues to be aware of. Table of Contents Introduction Draw Your Own Line Complications Work Round Fails Setting the X2 Value FindControlByType...
on
3 Oct 2015
Page 50 of 68 (1,700 items)
«
48
49
50
51
52
»