Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
AD FS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
Exchange Server 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
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
MCTS
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Portal
Português Brasil
PowerShell
Private Cloud
pt-BR
SCCM
security
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint Pirate
Small Basic
solucionando problemas
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Wiki
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
UAG
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
en-US
Tagged Content List
Wiki Page:
TechNet Wiki: Featured Article Teams
Ed Price - MSFT
Table of Contents Overview Team Responsibilities Team Captains English Featured Article Team Portuguese Featured Article Team Russian Featured Article Team Chinese Featured Article Team See Also Overview We have one team for each version of the Wiki. Each team exists to update the featured articles...
on
18 Jun 2013
Wiki Page:
MAP: How to Tell the Difference Between a SQL Server Instance in Production Versus Evaluation
Michael Board [MSFT CSG]
This type of question normally comes up when a customer wants to find out if a SQL Server can be used in a production environment. Whether a SQL server can be used in production or not depends on how a sql server is installed and does not depends on the install source (MSDN, TechNet or CD). Once a...
on
18 Jun 2013
Wiki Page:
How to Create Video Games in VB.Net (Windows Forms)
Ed Price - MSFT
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
18 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:
SharePoint 2010: How to Delete Crawled Property
Ed Price - MSFT
Sometimes when you start a project with custom content types, you need to change a column type (change a string to number or other). If you have already configured your search with properties, it could be problematic to have a crawled properties map to the wrong column type. So to start again from...
on
18 Jun 2013
Wiki Page:
T-SQL: Date-Related Queries
Ed Price - MSFT
In this article I plan to add various interesting date related queries. This article will expand when new problems will present themselves in the Transact-SQL forum. I want to start with this simple question that was posted today (May 31, 2013) - how to find today's date day number from the...
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
Wiki Page:
Virtual Memory In Visual Basic.Net
Ed Price - MSFT
How To Use Virtual Memory In Visual Basic.Net Sometimes don't you want to use ram as you go, instead of loading giant files into ram? Here is an example of how to utilize Virtual Memory in Visual Basic. Code: The following Visual Basic code uses the MemoryMappedFile.CreateFromFile(FileName...
on
18 Jun 2013
Wiki Page:
How to Query Trees Using LINQ
Ed Price - MSFT
A (directed) tree is one of the most common data types. But how do you use trees in LINQ? This article introduces a generic LINQ-Extension which solves the problem, gives an example and discusses alternatives. Table of Contents Motivation Solution Usage Example Contraindications and Alternatives...
on
18 Jun 2013
Wiki Page:
Creating a Simple Plugin Mechanism
Ed Price - MSFT
Table of Contents Introduction Creating a simple plugin mechanism from scratch Creating the plugin interface Implementing the plugin interface Implementing the plugin framework Integrate the plugin mechanism in the main application Creating a simple plugin mechanism with MEF Implementing the plugin interface...
on
18 Jun 2013
Wiki Page:
Oxygene.NET & WP8 – Introduction
Ed Price - MSFT
Microsoft had released the Windows Phone 8 SDK last September which allows the Windows Phone developers to target the app for the Windows Phone 8 and utilize the features of Windows Phone 8 in their app. Currently, the developers can build the native Windows Phone 8 app using C# or Visual Basic .NET...
on
18 Jun 2013
Wiki Page:
Windows Phone 8 SDK and Windows 7
Ed Price - MSFT
This seems to be one of the favourite questions among every developer . Can i install Wndows Phone 8 SDK on my Windows 7 PC and develop Windows Phone app . The answer to this is simple . No . The Windows Phone 8 SDK can be installed only on Windows 8 PC . You can know the prerequisites...
on
18 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
18 Jun 2013
Wiki Page:
T-SQL: Dynamic Pivot on Multiple Columns
Ed Price - MSFT
The problem of transposing rows into columns is one of the most common problems discussed in Transact-SQL forum. Many times the problem of creating a dynamic pivot comes into the light. One thing that many people who ask this question forget is that such transposing is much easier to perform on the...
on
18 Jun 2013
Wiki Page:
Retreiving the Screen Resolution for Windows Phone 8 Emulator
Ed Price - MSFT
The Windows Phone 8 supports 3 different screen resolutions like WVGA,WXGA,720P . If you are a developer and wants to retreive the screen resolution dynamically , you can use the ScaleFactor property defined in App.Current.Host.Content.ScaleFactor. Eg : string data = App.Current.Host.Content...
on
18 Jun 2013
Wiki Page:
Spell Checking WinRT Component (C#, VB, HTML5/JavaScript)
Ed Price - MSFT
It provides spell checking functionality for Windows Store App which is missing out-of-box for C#-VB/XAML, HTML/Javascript apps. This was implemented in response to MSDN forum questions where so many times developers are looking for spell checking solution in C# or Javascripts apps. Writing a...
on
18 Jun 2013
Wiki Page:
SQL Server PIVOT
Ed Price - MSFT
Recently in this thread I helped to solve a relatively simple problem. I'll quote my solution and then I'll explain the main problem people often encounter with PIVOT solutions ; WITH CTE_STC_DETAIL_CODES AS ( SELECT [Code_V_2].[CODE_CAT], [Code_V_2].[DESCRIPTION...
on
18 Jun 2013
Wiki Page:
Configuring Domain Security on Exchange Server 2013
Ed Price - MSFT
A need to protect SMTP traffic is not uncommon. In general, you can’t always protect it. Inside your organization, it’s pretty easy – you can easily implement digital signatures or encryption for emails, but if you want to go outside, things are becoming more complicated. You can still use digital...
on
18 Jun 2013
Wiki Page:
Windows Server 2012 Hyper-V Test Lab
Ed Price - MSFT
Table of Contents Test Lab Guides for Windows Server 2012 Hyper-V See Also Test Lab Guides for Windows Server 2012 Hyper-V The Windows Server 2013 Hyper-V test lab allows you to configure and demonstrate the features of Hyper-V in Windows Server 2012 . The following figure shows the configuration...
on
18 Jun 2013
Wiki Page:
Storage Concepts for IT Pros-RAID Types and IOPS
Ed Price - MSFT
Table of Contents Part 1 – RAID types Part 2-what is IOPS? Because the IOPS is so important? How to calculate the IOPS? In a series of lectures that I taught last year (TechEd 2011, SQLPass # 127, MCT Summit and universities), I discussed the topic on choosing the best storage medium and the RAID...
on
18 Jun 2013
Wiki Page:
Limitations with Protecting a Case Sensitive Server with Data Protection Manager
Ed Price - MSFT
DPM does not support case sensitivity on the protected server. This is because DPM processes the metadata from the production server and stores it in the DPM database in case insensitive fashion. The following illustrates the impact of retrieving case-sensitive metadata for the protected data sources...
on
18 Jun 2013
Wiki Page:
New Networking Features in Windows Server 2012
Ed Price - MSFT
When choosing a network adapter for use with Windows Server 2012 some considerations are important. The choice of a network card is ideal for virtualization, File Server, SQL or another function. The table below demonstrates how the resources of network cards should be configured as the function that...
on
18 Jun 2013
Wiki Page:
[Troubleshooting] FIM Reporting Installation Using System Center Service Manager 2012 SP1
Ed Price - MSFT
FIM Reporting Installation Problem Who does it applies to: FIM2010 R2 SP1 Reporting installation using System Center Service Manager 2012 SP1. Behavior: You are installing FIM 2010 R2 SP1 Reporting Services with System Center Service Manager and Data Warehouse 2012 SP1 (SCSM2012 SP1) and...
on
18 Jun 2013
Wiki Page:
[Troubleshooting] FIM Reporting: A Transport-Level Error Has Occurred During Initial Sync
Ed Price - MSFT
Issue: During an initial sync of FIM Reporting (start-FIMReportingInitialSync.ps1), we see a SQL timeout error in the Reporting Job Status. Reporting Job Details: A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - The semaphore timeout...
on
18 Jun 2013
Wiki Page:
[Troubleshooting] Refresh Schema on FIM MA Fails: Event ID 6331
Ed Price - MSFT
Problem: Unable to refresh the schema on the FIM Management Agent. Event Log: Event ID 6331 Source: FIMSynchronizationService A update on the configuration of a MA or MV failed to replicate to a target connector directory that is capable of storing MA/MV configurations. As a result, the MA...
on
18 Jun 2013
Page 1 of 195 (4,856 items)
1
2
3
4
5
»
Can't find it? Write it!
Post an Article