This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use.
Learn more
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
Tag Cloud
.net
Active Directory
AD DS
ASP.NET
azure
BizTalk
BizTalk Server
C#
C# .NET
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2013
fa-IR
Fernando Lugao Veltem
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
marcelo strippoli
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 Portuguese
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
windows server 2012 r2
Wiki
>
All Tags
>
has References
Tagged Content List
Wiki Page:
Azure SQL Database - Create And Connect SQL Database In The Azure Portal
Peter Geelen
Table of Contents Introduction SQL database Create a SQL database Database name Subscription Resource group Select source Server Pricing Tier Collation Create a server-level firewall rule Setup Firewall Rule SQL Database Login in Azure Portal Output 1 Output 2 Reference Summary See Also Introduction...
on
5 Feb 2019
Wiki Page:
Create Rest API Or Web API With ASP.NET Core 1.0
Peter Geelen
Table of Contents Introduction Start from Scratch References Required Project.json Project Structure LibraryDetails.cs API Controller LibraryAPI.cs [Route("api/[controller]")] Accessing JSON data into Library API Startup.cs Output 1 JSON Output 1 Output 2 JSON Output 2 See Also Conclusion Reference...
on
5 Feb 2019
Wiki Page:
SQL Server: Move master database to another location (drive)
Peter Geelen
Table of Contents Problem Description Troubleshooting Steps 1. Check master files in C drive: 2. Check temp files using configuration manager 3. Stop SQL Services and copy master mdf and ldf file to new location. 4. Update new master ldf and mdf in configuration manager and start SQL Services using services...
on
5 Feb 2019
Wiki Page:
Azure: Create And Deploy An ASP.NET Core Web App
Peter Geelen
Table of Contents Introduction Azure Account Azure Account Registration Domain Registration Simple steps to create an ASP.NET Core Application App Publishing into Azure Reference See Also OutPut Summary Note : This Article Participated in Technet Guru Competition December 2017 and won Silver...
on
5 Feb 2019
Wiki Page:
Cognitive Services : Convert Text to Speech in multiple languages using Asp.Net Core & C#
Peter Geelen
Table of Contents Introduction Prerequisites Convert Text to Speech API Provision a Speech Service API ( Text to Speech ) Subscription Key Authentication Speech Synthesis Markup Language ( SSML ) How to make a request Index.html Model Interface Text to Speech API Service Download Output Demo Reference...
on
5 Feb 2019
Wiki Page:
Cognitive Services : Extract handwritten text from an image using Computer Vision API With ASP.NET Core And C#
Peter Geelen
Table of Contents Introduction Prerequisites Subscription Key Free Trial Requirements Computer Vision API Endpoint View Model Request URL Request parameters mode Interface Vision API Service API Response – Based on the given Image Download Output Reference Summary See Also Introduction In this...
on
5 Feb 2019
Wiki Page:
Cognitive Services : Analyze an Image Using Computer Vision API
Peter Geelen
Table of Contents Introduction Prerequisites Requirements Subscription Key Free Trial Computer Vision API Provision a Computer Vision Subscription Key Endpoint View Model Request URL Request parameters visualFeatures details language Vision API Service API Response – Based on the given Image Download...
on
5 Feb 2019
Wiki Page:
ASP.NET Core: Sending SMS Using With Twilio SMS API
Peter Geelen
Table of Contents Introduction Package Installation Important Notes Name Spaces Startup.cs Code New Tag Helpers Inject Tag Helpers Client Side Validations Registration Page Reference Download See Also Output Summary Note : This Article Participated in Technet Guru Competition December 2017 and won...
on
5 Feb 2019
Wiki Page:
ASP.NET MVC 5: Code First Migration With Entity Framework And MySQL
Peter Geelen
Table of Contents Introduction Prerequisites Create a Web Application using MVC 5 Install Entity Framework & MySQL Entity EntityFramework MySql.Data.Entity Model Class Creation of DBContext Connection String Migration Steps Output Reference Summary See Also Introduction We know how to use...
on
5 Feb 2019
Wiki Page:
Exchange Server 2016: Installation
Peter Geelen
Table of Contents Preparing Active Directory Forest and Domain for Exchange Server 2016 installation Checking Exchange 2016 Active Directory versions Preparing machine for Exchange 2016 Installation (pre-requisites application) Hardware Processor Memory Mailbox and Edge Transport server roles Management...
on
4 Feb 2019
Wiki Page:
Exchange Server 2016 Preview: Introduction
Peter Geelen
Download Microsoft Exchange Server 2016 – Preview: http://www.microsoft.com/en-us/download/de tails.aspx?id=48210 Exchange Server 2016 is expected to available in Q4 this year. As per information available on TechNet site. Below are the some new features in Exchange Server 2016. Exchange...
on
4 Feb 2019
Wiki Page:
Unity3D and C# :Memory Management and Garbage Collection
Peter Geelen
Table of Contents Introduction Game development DestroyComponent DestroyImmediate Value and Reference Types Garbage Collection See Also References Introduction As defined on Memorymanagement.org : "Memory management is the art and the process of coordinating and controlling the...
on
4 Feb 2019
Wiki Page:
Step by Step Guide to Configure Environment for Creating your first SharePoint Hosted App
Peter Geelen
Table of Contents Introduction What are Apps? Scope Configuring an on-premise development environment for Apps for SharePoint Create an Isolated App Domain Start the Required Services Create Service Applications Configure App URL’s Creating Your First App References See Also Introduction One...
on
4 Feb 2019
Page 19 of 77 (1,925 items)
«
17
18
19
20
21
»