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:
SharePoint 2010: Reminder to Myself - Automatic Password Change
Gokan Ozcifci
Everybody knows how important it is to use Managed Account on SharePoint Server. This is not only a security best practice but even a governance best practice. But what is the biggest danger of something called a “Managed Account”? Actually you can say there isn’t any danger because it’s a generic...
on
15 Jul 2013
Wiki Page:
MOD Function in MDX
Yogish Bhat
MDX has variety of functions to support the user needs. MDX lacks the function to find the modulo operation. But we can achieve the modulo operation by using the calculated member. Formula: number1-(Int(number1/number2)*2) Sample code is below: with member number1 as 5 member number2...
on
12 Jul 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:
How to Launch Windows Phone 8 Emulator Without Using Visual Studio 2012
Ed Price - MSFT
Table of Contents Overview How do we do it? Overview Whenever the developers want to start the Windows Phone 8 Emulator, the first thing that comes to our mind is to open the windows phone project in Visual Studio 2012 and run it in the emulator and then start using it. There are times when you...
on
10 Jul 2013
Wiki Page:
Small Basic: How to Make a Turtle Maze Game
Ed Price - MSFT
Table of Contents Overview 1. Creating a maze 1.1 How to create a maze? 2. Creating AI which solves the maze 2.1 How to solve the maze? 2.2 What are needed for Silverlight environment? 3. Creating UI for another turtle 3.1 Create another turtle 3.2 How to control turtle 3.3 How to save score 3.4 Turtle...
on
10 Jul 2013
Wiki Page:
SQL Server Result Set In An HTML Email
Johnny Bell Jnr
The Problem Picture the situation: you have a collection of data that you've been working on to summarise. You've finally found a way of displaying the data in an effective format, but you've overlooked one essential task: how are you going to relay this information back to the audience...
on
8 Jul 2013
Wiki Page:
T-SQL: RIGHT, LEFT, SUBSTRING and CHARINDEX Functions
Richard Mueller
Table of Contents RIGHT and LEFT CHARINDEX SUBSTRING USING THEM TOGETHER This article explains the functionality and uses of the LEFT, RIGHT, SUBSTRING and CHARINDEX functions in SQL. This article will leave you with sound knowledge and understanding that you can take away and questions...
on
8 Jul 2013
Wiki Page:
Retrieving the Screen Resolution for Windows Phone 8 Emulator
Carsten Siemens
The Windows Phone 8 supports 3 different screen resolutions like WVGA,WXGA,720P . If you are a developer and wants to retrieve the screen resolution dynamically , you can use the ScaleFactor property defined in App.Current.Host.Content.ScaleFactor. E.g. : string data = App.Current.Host...
on
8 Jul 2013
Wiki Page:
EOMONTH() Function Usage in SQL Server 2012 and On
Naomi N
The EOMONTH() function is new in SQL Server 2012. BOL link: http://technet.microsoft.com/en-us/library/hh213020.aspx In the previous version (SQL Server 2008), a popular albeit obscure way to get the end of the month: SELECT CONVERT ( DATE , dateadd(mm, datediff(mm,0, current_timestamp...
on
7 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:
Event handling in an MVVM WPF application
Ed Price - MSFT
In a WPF application that uses the MVVM (Model-View-ViewModel) design pattern, the view model is the component that is responsible for handling the application's presentation logic and state. This means that the view's code-behind file should contain no code to handle events that are raised...
on
6 Jul 2013
Wiki Page:
Cascading ComboBoxes in WPF using MVVM
Ed Price - MSFT
When a user is selecting an item from a cascading ComboBox, another ComboBox gets automatically populated with items based on the selection in the first one. This article is about how you can implement this behaviour in a WPF application using the MVVM (Model-View-ViewModel) pattern. Assume that...
on
6 Jul 2013
Wiki Page:
Adding Links in SSRS Reports
Ed Price - MSFT
The Request Is it possible to have a field which contains a link to the build results? The Solution Yes. Links can be done in 2 ways (that I know of) in SSRS. The most common is to set the Action property of a control (textbox, image, etc.). If you right-click the control and open its...
on
6 Jul 2013
Wiki Page:
InfoPath 2010: Showing the Display Name of a Selected Item in a Dropdown Menu in Forms Library
Ed Price - MSFT
Sometimes there is a need to show the selected item of a dropdown in an InfoPath form in forms library under a column. The requirement could be anything e.g. a "List View" where that column in shown, custom reporting, workflow etc. In such cases, of course users want to see the "display...
on
6 Jul 2013
Wiki Page:
Using the KeywordQuery class to search SharePoint content
Matthew Yarlett
You can use the KeywordQuery class to search SharePoint content using a search query string formatted in the same way you would if you used the Search Center user interface. This makes it really easy to structure (and test) search queries for use in your applications. In this example, I have a...
on
4 Jul 2013
Wiki Page:
Small Basic: How to Use Trigonometric Functions
Ed Price - MSFT
Let's imagine to draw arc. Assume center of the arc as x = 200, y = 300, start angle a1 = -30 and end angle = -60. In mathematics, y axis goes up. But in Small Basic GraphicsWindow, y axis goes down. So sign of angle becomes opposite. If you don't use trigonometric function...
on
1 Jul 2013
Wiki Page:
Text To Speech in Windows Phone 8
Ed Price - MSFT
Overview: With the release of Windows Phone 8 - it opens up a plethora of new features to Developers. What this means is you can now use all these new features and make your apps feature rich. Today we will talk about one such feature which is addition of "Text to Speech (TTS)" feature...
on
30 Jun 2013
Wiki Page:
Insert ComboBox item separator which is filled through Data Binding
Ed Price - MSFT
As title says, this article discusses how to add item separator in combo box which is populated using data binding. We will create a simple combo box in xaml as shown below with Binding to Items on DataContext source. <ComboBox Height = "40" ItemsSource = "{Binding Items...
on
28 Jun 2013
Wiki Page:
Spell Checking WinRT Component (C#, VB, HTML5/JavaScript)
Ed Price - MSFT
This article provides spell checking functionality for Windows Store Apps, which is missing out-of-box for C#-VB/XAML, HTML/JavaScript apps. This was implemented in response to MSDN forum questions where developers are often looking for spell check solutions in C# or JavaScripts apps. Writing...
on
28 Jun 2013
Wiki Page:
Small Basic: How to Convert Multi-Line Text into an Array of Lines
Ed Price - MSFT
Small Basic can get multi-line text into a variable from multi-line input text box with Controls.GetTextBoxText() or from text file with File.ReadContents(). The following sample code shows how to convert a multi-line text into an array of lines. CRLF = Text . GetCharacter ( 13 ) +...
on
23 Jun 2013
Wiki Page:
SharePoint 2010: Adding Charts to Standard Webparts and Visual Webparts
Ed Price - MSFT
Adding charts to webparts is actually pretty easy; here's how. Adding a chart to a standard webpart : 1. Create a new Empty SharePoint project in Visual Studio 2. Add a reference to Microsoft.Web.UI.DataVisualization (it's here by default: C:\Program Files (x86)\Microsoft Chart Controls...
on
21 Jun 2013
Wiki Page:
How to Create Video Games in VB.Net (Windows Forms)
Naomi N
How to Create Video Games in VB.Net (Windows Forms) I realize that this is a very popular subject, especially amongst budding developers. The drive to create games may be the reason you started working with Visual Basic in the first place. After stepping through a few samples and getting the hang...
on
21 Jun 2013
Wiki Page:
SharePoint: Filter a List Dynamically
Ed Price - MSFT
How do you filter a list based on a parameter entered by the user? For that we have the default “TextFilter” webpart, but this webpart has two flaws: First you need the Enterprise version of SharePoint 2010, then this webpart only use the “equal to” and not the “contains” (when all the requests...
on
18 Jun 2013
Wiki Page:
How To Convert a 32 Bit Integer into a Color
Ed Price - MSFT
How To Convert a 32 Bit integer into a color Since a 32 bit integer consumes exactly 4 bytes and an ARGB color is also exactly 4 bytes, every 32 bit integer represents a color. This article will outline how to convert those integers into colors. *As a statement of clarification, this article...
on
18 Jun 2013
Page 8 of 9 (205 items)
«
5
6
7
8
9
Can't find it? Write it!
Post an Article