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
.net
Active Directory
AD DS
ASP.NET
azure
Benoît Jester
BizTalk
BizTalk Server
BizTalk Server 2010
C#
C# .NET
Chen V
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2010
fa-IR
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
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 French
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
Browse by Tags
>
TechNet Articles
>
All Tags
>
magazine article
Tagged Content List
Wiki Page:
BizTalk Server: Processing large files (streaming)
Richard Mueller
Table of Contents Introduction Receive Pipeline Component XmlTranslatorStream Execute Method Send Pipeline Component XmlTranslatorStream Implementing Pipelines See Also Introduction Sometimes we will need to receive and process messages containing large files with BizTalk. For this example we will...
on
25 Oct 2016
Wiki Page:
Migrating BizTalk Server maps to Azure BizTalk Services maps
Richard Mueller
Table of Contents Introduction How can you migrate BizTalk Server maps to Azure BizTalk Services maps? Using BizTalk Map Migration Tool Limitations Sample Can this map be improved? Using Custom XSLT Code How To extend Azure BizTalk Services maps to use custom XSLT code How do I generate XSL output from...
on
25 Oct 2016
Wiki Page:
Automating BizTalk BTDF Generated MSI Deployments in Multi Server Environment
Rachit Sikroria
Table of Contents Introduction Who is this for? What does this tool do? Walk Through Steps How it works? Customization Limitations Conclusion See Also Introduction Well I am not going to tell you about BizTalk Deployment Framework, it is already a well known tool for customizing the BizTalk MSI...
on
22 Oct 2016
Wiki Page:
Making a Windows Phone App to read TechNet profile through JSON
Rachit Sikroria
Table of Contents Scope Our goal Prerequisites Referencing Newtonsoft.Json through Nuget Querying Web page Deserializing JSON Prepare data structure with LINQ Binding to ListBox, and layout customization Conclusive example Settings page, or avoiding manual HTML search Demo Sample video Scope ...
on
20 Oct 2016
Wiki Page:
Smart Baby Monitor with Intel Edison and Ubidots
Sabah Shariq
Table of Contents Our Smart Baby Monitor will : Requirements: Making Connections Programming Code for the Analog Microphone Code for the Temperature Sensor Sending data to Cloud Setting up Ubidots Intel Edison is small enough for wearables. It gives lot of flexibility to developers through...
on
18 Oct 2016
Wiki Page:
Windows Phone 8 Maps API :Making Custom PushPin With Custom Tooltip (C# - XAML)
Sabah Shariq
Table of Contents Introduction Building the Sample How to create custom pushpin with user control How to Show Custom Tooltip for Tapped Pushpin How to get Tapped ToolTip Details ScreenShots See Also Introduction The most interesting news for developers is that also the Maps control has been updated...
on
14 Oct 2016
Wiki Page:
WP8.0 vs WP8.1 :All about new package.appxmanifest file at beginners level
Sabah Shariq
Table of Contents Introduction Requirements to work with this post: Description: Introduction I believe you may already known about new windows phone 8.1 sdk that is now old windows phone 8.0 " WMAppManifest.xml " file is renamed to " Package.appxmanifest " which is very similar...
on
14 Oct 2016
Wiki Page:
A Practical Example of How to Apply Power Query Data Transformations to Structured and Unstructured Datasets
Sabah Shariq
Table of Contents Introduction Transforming the structured data Transforming the unstructured data Conclusion Download the completed workbook Introduction Power Query is a quite a new technology and some of you may want to see an example of how it can be used to transform real data into a shape...
on
13 Oct 2016
Wiki Page:
Getting Started With Azure Automation DSC
Sabah Shariq
Table of Contents Need of DSC Azure DSC Configu ration Resources MOF Files Compilation Job DSC Pull Server Compiling DSC Files Demo Updating Configuration References Let’s start with the word DSC, it stands for Desired State Configuration. There are certain scenarios wherein an IT administrator...
on
11 Oct 2016
Wiki Page:
Microsoft Hololens Walkthrough
Vincent Karunaidas
Table of Contents Introduction to Microsoft Hololens Hololens interaction Gaze Gesture Voice Building Hololens app with C++ template C++ Conclusion Introduction to Microsoft Hololens Microsoft Hololens is a headset that revolutionize the way we perceive the interaction with Virtual...
on
9 Oct 2016
Wiki Page:
Creating Azure Mobile App With Visual Studio
Sandro Pereira
Table of Contents Introduction Download the source code Background Setting Azure Portal Connect a database Create a table API Configure your client application Download Windows Emulator Enable Hyper-V in Windows System Requirements Introduction In this article we are going to create...
on
9 Oct 2016
Wiki Page:
Windows 10 IoT: Getting started with the Raspberry Pi - A walk-through
Sandro Pereira
Table of Contents Introduction What is Raspberry Pi? How can I get one at Home? Essential Requirements for Pi Windows 10 IoT Core Installation Booting up Remote Access via Browser VS2015 Installation Pushing your first application to RPi Congratulations Introduction The Raspberry Pi is one device...
on
9 Oct 2016
Wiki Page:
Azure Logic Apps: Add several actions inside a Loop (or foreach actions)
Sandro Pereira
Table of Contents Introduction Using/Implementing Looping inside Logic Apps Trying to add several actions inside a for each Trying to add several actions inside a for each (second shoot) Basic workaround to solve this problem How to add several actions inside a for each How is the behavior of calling...
on
9 Oct 2016
Wiki Page:
Chart Widgets With Server Side Data In MVC Using Angular JS And Web API
Sandro Pereira
In this article we will learn how we can create some client side chart widgets with the data from SQL Server database. We use MVC architecture with Web API and Angular JS to fetch the data and do all the manipulations. I am creating this application in Visual Studio 2015. In this project we covers...
on
9 Oct 2016
Wiki Page:
Wiki: How to Insert a Formatted Code Snippet and Code Block on TechNet Wiki
Santhosh Sivarajan-
Table of Contents How to Use the Format Code Block Tool Other Code Insertion Options See Also Other Languages Inserting human-readable code into your TechNet Wiki articles adds a lot of value for the reader, but it can be a challenge for the author. Use this article to share how-to information....
on
9 Oct 2016
Wiki Page:
Internet of Things part 3: Our First Application
Sandro Pereira
Table of Contents Introduction Electronic circuit Setting up your PC in developer mode. Creating the project. Execution. Conclusion. Introduction Third introductory article on the 'Internet of Things, written in collaboration with Piero Sbressa . After the installation of Windows 10...
on
9 Oct 2016
Wiki Page:
Getting started with Microsoft OneNote 2016
chilberto
OneNote is a free app from Microsoft. We can download it by visiting www.onenote.com. Visit www.onenote.com Where u’ll find the download option “Free Download”. Download & Install it. After downloading open the OneNote Application, you need to provide Microsoft account as OneNote...
on
9 Oct 2016
Wiki Page:
How to send mail from Office365 using PowerShell - zero touch
Sandro Pereira
To send emails from Office365 automatically, in scheduled scripts you could use the following script, where: noreply @ mailserver . com - represent the mail account which will send the mail noreply @ mailserver . com password - represent the password for this account, in clear text destination...
on
9 Oct 2016
Wiki Page:
SharePoint 2013: How to Configure Data Connection with SQL Server using Excel PowerPivot Plugin
Sandro Pereira
As promised in my previous article on “ SharePoint 2013 : How to enable PowerPivot Excel Plugin for Excel 2013 ” I am here with a new article that shows a demonstration on leveraging Excel PowerPivot Plugin in order to prepare the reports consuming data from SQL Server. Launch Excel 2013 Select...
on
9 Oct 2016
Wiki Page:
SharePoint 2013 : How to enable PowerPivot Excel Plugin for Excel 2013
Sandro Pereira
While working with SharePoint 2013 BI Stuff you must have come across an essential component called “PowerPivot Reports” . On the same lines it is worth to know about an Excel Plugin called “PowerPivot Excel Plugin” that further complements the designing of PowerPivot Style Reports using diversified...
on
9 Oct 2016
Wiki Page:
Office 365 Troubleshooting Tools
Burak Uğur
As an Office 365 administrator, it’s nice to have a collection of tools to turn to when troubleshooting issues with Office 365. Do you have any tools that you consistently find yourself using when troubleshooting Office 365 issues? Add your tips and tools to this article. Table of Contents...
on
7 Oct 2016
Wiki Page:
Wiki: User Experience Guidelines
Santhosh Sivarajan-
The User Experience Guidelines exist as an effort to establish basic consistencies across TechNet Wiki. The guidelines are manual (you have to make the changes yourself), and a goal of creating manual guidelines is to eventually turn some of them into automatic guidelines (that occur automatically...
on
6 Oct 2016
Wiki Page:
Wiki: How to Automatically Add a Table of Contents (TOC) to a TechNet Wiki Article
Santhosh Sivarajan-
This TechNet Wiki article shows you how to automatically add a table of contents to your Wiki article by using the "[ TOC ]" tag. You need to include headers in your article, and then the TOC tag places a table of contents that will link down to the corresponding section of your article....
on
6 Oct 2016
Wiki Page:
BizTalk Server: Custom Archiving
Muhammad Ehsan
Table of Contents Introduction The archiving process for receiving messages The archiving process for sending messages Considerations for developing a custom archiving solution Buy versus Build BizTalk Tracking for Archiving Retention of Messages Wrap up Code Samples See Also Introduction Archiving...
on
15 Sep 2016
Wiki Page:
BizTalk Server 2010: SQL Agent Jobs
[Kamlesh Kumar]
Table of Contents BizTalk Server SQL Agent Jobs Backup BizTalk Server References CleanupBTFExpiredEntriesJob_BizTalkMgmtDb MessageBox_DeadProcesses_Cleanup_BizTalkMsgBoxDb MessageBox_Message_Cleanup_BizTalkMsgBoxDb MessageBox_Message_ManageRefCountLog_BizTalkMsgBoxDb MessageBox_Parts_Cleanup_BizTalkMsgBoxDb...
on
13 Sep 2016
Page 20 of 35 (871 items)
«
18
19
20
21
22
»
Can't find it? Write it!
Post an Article