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
>
From Forum
Tagged Content List
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 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:
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:
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:
Forum OP Tips: How to Ask a Question Efficiently in a TechNet/MSDN Forum
Richard Mueller
This article is written for Forum Original Posters (OPs). Online problem solving can be relatively time consuming because it may demand several messages back and forth to fully understand the symptom and background, especially at the very beginning. Here are a few suggestions that help you get the...
on
11 Jun 2013
Wiki Page:
MSDN and TechNet Forum Support
Ed Price - MSFT
Table of Contents Forum Issues Forum Ideas and Suggestions Announcements Live ID / Microsoft Account Issues Product Questions Forum Issue Support See Also Forum Issues Forum Click here for the Forums Issues forum . The Forum Issues forum is for submitting bugs and discussing current Forum...
on
11 Jun 2013
Wiki Page:
Small Basic: Did You Know?
Nonki Takahashi
Here are some tips to remember while programming with Small Basic. Feel free to add more as you figure out. Small Basic IDE Double clicking on the compiler errors will take you to the actual error. You can zoom the text in the editor by holding control and using the mouse wheel. You can...
on
11 Jun 2013
Wiki Page:
Small Basic: How to Make a Turtle Maze Game
Nonki Takahashi
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
11 Jun 2013
Wiki Page:
Small Basic: How to Use Trigonometric Functions
Nonki Takahashi
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
11 Jun 2013
Wiki Page:
Reverse Engineering SharePoint WSP Packages
Ed Price - MSFT
Table of Contents Reverse Engineering SharePoint WSP Packages Introduction Audience Getting Started Delving Deeper Reverse Engineering SharePoint WSP Packages Disclaimer : Please note that this article is scoped to internally developed WSP Packages only. The terms and conditions that you accept...
on
9 Jun 2013
Wiki Page:
Small Basic: How to Draw a Triangle
Ed Price - MSFT
If you know how to draw rectangle, how can you draw a triangle on it? See following picture. You already drew a square as GraphicsWindow.DrawRectangle(100, 200, 200, 200). So, the triangle you should draw has three points (x1 = 100, y1 = 200), (x2 = 300, y2 = 200), (x3 = 200, y3 = 50). There are 6...
on
7 Jun 2013
Wiki Page:
Uploading (and Resizing) Images to a SharePoint Picture Library via a Webpart
Matthew Yarlett
Getting a file to upload to SharePoint is very easy; essentially it involves adding an asp:FileUpload control to your webpart and adding a button to click on (to upload the selected file!). In this example we're going to create a visual webpart that allows a user to upload an image to SharePoint...
on
5 Jun 2013
Wiki Page:
Small Basic: IDE Colors
Nonki Takahashi
These are text colors and the background color used in Small Basic IDE (Integrated Development Environment). #7777FF for Keywords #800000 for Operators and “the dot between Object and Properties/Events/Operations” #000000 for Variables, Subroutines, Labels and "the brackets...
on
5 Jun 2013
Wiki Page:
MSDN/TechNet Forums: Known Issues
Naomi N
Table of Contents My Forums and Forums Home Thread Moderation Threads Displayed on Main Forum Pages Marking & Proposing Answers Displayed Profile Information Forum Layout NNTP bridge users Please leave known issues below. We'll clean them up, add more info, and categorize them as we go....
on
5 Jun 2013
Wiki Page:
Small Basic: How to Convert Multi-Line Text into Array of Lines
Nonki Takahashi
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(). Following sample code shows how to convert a multi-line text into an array of lines. CRLF = Text . GetCharacter ( 13 ) + Text...
on
5 Jun 2013
Wiki Page:
Comment avoir des hyperliens dans votre signature de forum Microsoft (fr-FR)
Ed Price - MSFT
Cet article fait partie de la série du Wiki: Forums MSDN et TechNet . Table of Contents Liens hypertexte Règles horizontales Style de police Crédits Autres langues Liens hypertexte Essayez ceci : < a href = http://social.technet.microsoft.com/wiki/contents...
on
4 Jun 2013
Wiki Page:
Microsoft フォーラムの自身の署名にハイパーリンクを設定するには (ja-JP)
Ed Price - MSFT
Table of Contents ハイパーリンク フォントスタイル 関連項目 他の言語 ハイパーリンク これを試してみてください <a href= http://social.technet.microsoft.com/wiki/contents/articles/how-to-get-hyperlinks-in-your-microsoft-forum-signature.aspx >TechNet Wiki</a> 正しく動作したなら、"TechNet Wiki" という名前のハイパーリンクが確認できるでしょう...
on
4 Jun 2013
Wiki Page:
SharePoint: Integrate Skype and Facebook Features
Steven Andrews
See the following sections for information about how to integrate Skype and Facebook features into your SharePoint site. Table of Contents Skype Facebook Source Other Languages SharePoint 2010 also includes many social features: http://www.orbitone.com/en/blog/archive/2010/05/04/sharepoint...
on
30 May 2013
Wiki Page:
Microsoft Dynamics CRM 2011 Client Access License Overview
Payman Biukaghazadeh
User CAL - With a user CAL, each licensed user may access the Server from any device. Device CAL - With a device CAL, the CAL is assigned to a device and may be shared by non-concurrent users over time, such as in a shift worker or call center scenario. Employee Self Service CAL – The Employee...
on
27 May 2013
Wiki Page:
Re-Add Deleted Social Pane - CRM 2011 (Process UI)
Payman Biukaghazadeh
If you happen to delete the "Social Pane" from your form (containing Posts, Activities, & Notes) you can easily re-add it. Open the Form Editor Select the region you wish to add to Select the Insert tab at the top of the screen Select the "Notes" control Save and Publish...
on
27 May 2013
Wiki Page:
Group Policy Survival Guide
Carsten Siemens
This is a list of Group Policy resources. You can add resources you find useful, and/or rearrange the ones that are here, for example, by adding new sections. Table of Contents Concepts & How To Planning & Deployment Troubleshooting Technical References Download Tools Blogs Forums Useful...
on
24 May 2013
Wiki Page:
How to Display File Extensions in a SharePoint Document Library
Steven Andrews
There are 2 ways to show file extensions in a SharePoint document library Method1: Convert the document library List View web part to a XSLT dataview Open the document library with FrontPage, Right click and convert to DataView. Modify the XSLT to add select=”@File_x0020_Type...
on
21 May 2013
Wiki Page:
Work-Around for Ransomware/Moneypack Issue
Payman Biukaghazadeh
Work-Around for Ransomware/Moneypack Issue This guide explains how to overcome some of the White/Screen ransomware viruses that are going about. Please be aware this may not solve ALL of them. This guide is for informational purposes and comes with no guarantee/warranty. I have used this fix several...
on
20 May 2013
Wiki Page:
How To Determine USB Port Speed On Windows Client
Payman Biukaghazadeh
How To Determine USB port speed installed on Windows Client How to determine USB port speeds on Windows Client after receiving message " This USB mass storage device will function at reduced speed. You must add a HI-SPEED USB Host Controller to this computer to obtain maximum performance "...
on
13 May 2013
Page 1 of 4 (79 items)
1
2
3
4
Can't find it? Write it!
Post an Article