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
>
TechNet Guru
Tagged Content List
Wiki Page:
BizTalk Server 2013: Encrypting and Decrypting a Message
Steef-Jan Wiggers
Table of Contents Introduction Preparation for encryption or decryption of a message with BizTalk Sending encrypted messages with BizTalk Server Receiving encrypted messages with BizTalk Server See Also Introduction There can be scenario's applicable within your enterprise when encryption mechanism...
on
16 Aug 2013
Wiki Page:
SharePoint 2010: Get "Modified" and "Modified By" Information from a View in a List or Library
Gokan Ozcifci
The "Modified", " Modified By ", " Created by ", " Created " cannot be accessed directly via the SPView object because this simply doesn't store that kind of information. To request this information the SPFile object needs to be used instead. "Created...
on
16 Aug 2013
Wiki Page:
SharePoint 2013: Latest Windows Security Update in July 2013 Breaks the SharePoint XSLT System Web Part Pages
Gokan Ozcifci
Last week a Microsoft Windows Security Update was applied to a production server running Windows Server 2008 and SharePoint 2010. Following this patch, content owners using the Insert Link > from SharePoint to insert a link to a page, list item, or documents started receiving an error on the system...
on
16 Aug 2013
Wiki Page:
XSLT Muenchian Grouping - BizTalk Complex Transformation
Steef-Jan Wiggers
Table of Contents Introduction Building the Sample See Also Introduction I have an XML in the following format: < section > < entries > < entry > < name >Product 1</ name > < categories > < category >Fruit</ category...
on
15 Aug 2013
Wiki Page:
Complex Flat File Conversion using BizTalk schema and Map
Maheshkumar S Tiwari
Table of Contents Introduction Building the Sample See Also Introduction Consider the following requirements: User have Flat File format: CDR 0A|0|4|0A|Country|India/South|;2;1690;1;5;20070101;5;20070106;5;20130106;| CDR 1A|0|4|1A|Country|India/West|;2;1683;1;5;20070101;5;20070106;5;20120107;...
on
14 Aug 2013
Wiki Page:
Implementation of Routing Slip Pattern Using ESB Toolkit 2.1 and BizTalk Server
Sandro Pereira
Table of Contents Introduction Building the Sample Test the Application See Also The Microsoft BizTalk ESB Toolkit extends the capabilities of BizTalk Server to support a loosely coupled messaging architecture. This article demonstrated how to implement routing slip pattern using BizTalk ESB Toolkit...
on
14 Aug 2013
Wiki Page:
Windows Phone 8 Development: Maps and Clusters
Naomi N
This code example demonstrates how to dynamically group pushpins in the map control. There is a lot of code for Windows Phone 7, then I merged all what I need to create a project for WP8. First of all you need some namespace declaration: for map control and for pushpins from WP Toolkit . ...
on
13 Aug 2013
Wiki Page:
SharePoint 2010: How to Use Web Analytics
Gokan Ozcifci
You need to plan before you configure Web Analytics Service Application for SharePoint. Why? The reason is simple, and Joel Oleson explains the reasons on this blog: http://www.sharepointjoel.com/Lists/Posts/Post.aspx?ID=515 The issues have not improved on SharePoint 2013. Check this out: http...
on
12 Aug 2013
Wiki Page:
SharePoint 2010: How to Maintain InfoPath Form Changes
Gokan Ozcifci
When InfoPath forms undergo changes, certain requirement mandates that the existing "filled-up" forms (which resides in a form library) should not get affected. How do we achieve this? This article discuss on option(s) available. Let us look at the question with a use case scenario ...
on
12 Aug 2013
Wiki Page:
T-SQL: FIFO Inventory Problem - Cost of Goods Sold
Naomi N
In this article I am going to explain the FIFO (first in first out) algorithm for calculating cost of goods sold. This is the real business problem I am working on now. Table of Contents Different methods of calculating Cost of Goods Sold in the Inventory Calculation Implementing FIFO Cost of Goods...
on
11 Aug 2013
Wiki Page:
SharePoint 2010: When there is no Powershell cmdlet or it is Internal
Gokan Ozcifci
This is one of those I usually spend hours on trying to find the correct way of doing it, then after one or two days of denial, I end up resolving to this method. I've used it when working with SharePoint 2010 Product key and as this example describes, setting a preferred search center under User...
on
11 Aug 2013
Wiki Page:
Set Brush for ScrollViewer Thumb
Ed Price - MSFT
In WPF/Silverlight ScrollViewer and ScrollBar control doesn't have any property to change color of Thumb dynamically from XAML by setting property. We have to edit the Style of ScrollBar and set the Brush for it according to our requirement. Based on requirement of one of the user on MSDN Forum...
on
10 Aug 2013
Wiki Page:
Building an App using the DataviewModel from external XML
Ed Price - MSFT
The title pretty much explains everything we will find in this article and solution to this question We will be using data from xml file to build our own data model and then finally displaying that to end user. ( Actual Question Image Link ) Basically this question answers three things...
on
7 Aug 2013
Wiki Page:
SSIS: Flat File Source Datetime Column Format Issue and Solution
Naomi N
Table of Contents Introduction Problem Definition How it works Solution Introduction Flat files as Source are widely used in SQL Server Integration Services Tool. This article will discuss one common issue with Flat File Date time Columns. Problem Definition Below is the Source data...
on
7 Aug 2013
Wiki Page:
Editable Button in WPF
Ed Price - MSFT
Today I am going to share a code snippet to create an Editable Button in WPF, where we can update the text of a Button at runtime. In this control the user would right-click a button and then click 'Edit' to make to control Editable, and later right-click it to save/cancel the change. First...
on
6 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:
Nesting, ListView inside ListView DataTemplate (Or TreeView representation)
Ed Price - MSFT
This article builds a data model to represent the nesting relationship which can be displayed in a tree like structure inside nested ListViews. This tries to solve this MSDN problem and create a structure as shown below Data Model class Menu { public ObservableCollection<...
on
6 Aug 2013
Wiki Page:
Display Images in GridView/ListView using DataBinding
Ed Price - MSFT
This article shows how easy it is to display images in ItemsControl element using simple DataBinding. Answer posted to these MSDN questions ( 1 , 2 ) Let's take a look at this sample code for the implementation details: < GridView x:Name = "gridView" ItemsSource...
on
6 Aug 2013
Wiki Page:
Windows Store App with a SQLite Database
Ed Price - MSFT
In Windows Store Apps there are variety of ways/methods to store your application data. Examples of such mechanisms would be Web Storage , IndexedDB etc. and even SkyDrive. Today I am going to write about my favorite data storage method in developing Windows Store Apps which is “ SQLite ”. ...
on
6 Aug 2013
Wiki Page:
Introduction to IndexedDB
Naomi N
Today I am going to write about a storage method which is available in HTML5 as well is in Windows Store Apps which is “IndexedDB”. IndexedDB is an API for client-side storage where significant amounts of structured data can be stored. Since IndexedDB is based on indexes, it provides high performance...
on
6 Aug 2013
Wiki Page:
Introduction to HTML 5 Web Storage
Naomi N
HTML5 has introduced two mechanisms for storing structured data on the client side, similar to HTTP session cookies. HTTP cookies have some drawbacks such as limited to store 4 KB of data etc. Web storage is considered as one of the most rising data storage methods is HTML 5 web applications as well...
on
6 Aug 2013
Wiki Page:
WebView - Dynamic Html Page with Images (MVVM)
Naomi N
This article provides support for WebView in Windows 8 to display local html file or html page created dynamically. Oftentimes developers are looking to display local html file but due to the WebView restrictions (for security reasons) are not able to achieve it. This also caters to following Code...
on
6 Aug 2013
Wiki Page:
Tasks Window in Visual Studio 2013 Preview
Naomi N
The Tasks Window is one of the nicest things which was introduced with Visual Studio 2013 Preview. This window will be very useful when debugging asynchronous code. In Visual Studio 2010 and Visual Studio 2012 there is a window called Parallel Tasks. You can view the Parallel Tasks window either...
on
6 Aug 2013
Wiki Page:
Set WCF Service Authentication to Use a Custom Username & Password over HTTP
Naomi N
It’s a common requirement where you want to authenticate the requests which the clients will make to your WCF services. And let's say that’s using some data which you have in your user table. In WCF, the default, when a user name and password is used for authentication, is let Windows to validate...
on
6 Aug 2013
Wiki Page:
Using Two Interfaces with the Same Method Signature in One Class
Naomi N
Let me give you a brief description about common scenario, let’s say you have two interfaces Interface1, Interface2, and both interfaces are having a method addNumber() with the same signature. Now let’s say you have to implement both interfaces in one class (e.g. Class1: Interface1, Interface2). The...
on
6 Aug 2013
Page 6 of 9 (205 items)
«
4
5
6
7
8
»
Can't find it? Write it!
Post an Article