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:
T-SQL: Safely Concatenate Values Into a Scalar Variable
Peter Geelen
Introduction It is often far too easy to experience some behavior in SQL Server, and then extrapolate your belief from that. One example that is seen frequently on forums is the simplistic case of concatenating values into a scalar variable, however the logic that is commonly assumed is false...
on
4 Feb 2019
Wiki Page:
How can I prevent crash from IDENTITY column value jump
Peter Geelen
Table of Contents Introduction Building the Environment for Testing Causing Gaps in a Sequence Number Changing the startup SQL Server service Using TRACE 272 Conclusion References See Also Other Languages Introduction This article presents a common change in values of columns that have the...
on
4 Feb 2019
Wiki Page:
SQL Server: Frequently Used Ports
Peter Geelen
Table of Contents Introduction Frequently Used Ports References Introduction This list is about essential TCP/UDP port numbers that an administrator running SQL Server / Cluster requires to know when configuring the firewall or otherwise. It includes those used under OS, server-based programs...
on
4 Feb 2019
Wiki Page:
SharePoint: Using PowerShell to Perform a Bulk Delete Operation
Peter Geelen
Table of Contents Introduction Example See Also Reference Introduction Have you ever written a really great PowerShell script for migrating data into SharePoint, only to have made the mistake of adding tens of thousands of new list items into the wrong SharePoint list? Oops. Have...
on
4 Feb 2019
Wiki Page:
Azure Bot Service: Create Chat Bot
Peter Geelen
Table of Contents Introduction Azure Account Azure Account Registration Web App Bot BOT Service Registration Online Code Editor Test in Web Chat Code Connect a bot to Web Chat IFrame code Output Summary See Also Reference Introduction This article explains how to Create and Connect a chat...
on
4 Feb 2019
Wiki Page:
SharePoint 2016: Export all first and second stage recycle bin contents to a single File
Stephan Bren
Table of Contents References Notes No need to use looping to export the contents of all end user recycle bins and the second-stage recycle bin to a CSV file - a single line of PowerShell will do: (Get-SPSite -Identity "[your site collection URL]").RecycleBin | Export-CSV ...
on
4 Feb 2019
Wiki Page:
ASP.NET Core: QR Code Generator Using ZXING.NET
Peter Geelen
Table of Contents Introduction Background Zxing.Net Assemblies required Packages required C# Index.chtml _ViewImports.cshtml project.json Output Reference Downloads See Also Note: This article Participated in TechNet Guru Competition May 2017 and won Silver Medal. Introduction In this...
on
3 Feb 2019
Wiki Page:
ASP.NET Core And MVC Core: Session State
Peter Geelen
Table of Contents Introduction Session State Package Required .csproj Assemblies Required Home Controller Configure Services Configure the HTTP request pipeline Output - Active Session Output - Session Expired Reference Downloads See Also Note: This article participated in TechNet Guru Competition...
on
3 Feb 2019
Wiki Page:
ASP.NET Core 2.1: Getting Started with Angular 7
Peter Geelen
Table of Contents Introduction Angular 7 Web Application (.NET Core) using Template Step 1- Create Angular 7 ASP.NET Core using Template Angular CLI Step 2 - Build and Run the Application ClientApp folder: Using Asp.NET Core Web Application Step 1- Create ASP.NET Core Web Application Step 2 – Upgrade...
on
3 Feb 2019
Wiki Page:
ASP.NET Core 1.0: Middleware And Static files (Part 1)
Peter Geelen
Table of Contents Introduction Built-in Middleware Single Request Delegate app.Run app.Use StaticFiles Startup Page HTML Index Page Code Output StaticFiles Configuration ASP.NET Core 1.0 project.json Extension Methods UseStaticFiles() Output UseDefaultFiles() UseFileServer() Reference Conclusion ...
on
3 Feb 2019
Wiki Page:
Cognitive Services : Translate Text into multiple languages using Translator Text API With Asp.Net Core & C#
Peter Geelen
Table of Contents Introduction Prerequisites Translator Text API Provision a Translator Text Subscription Key Language Request URL Endpoint Index.html site.js Interface Translator Text API Service API Response – Based on the given text Download Output Reference Summary See Also Introduction In...
on
3 Feb 2019
Wiki Page:
SQL Server: Ranking Functions
Peter Geelen
Table of Contents Introduction Preparation DDL+DML Ranking function in Microsoft SQL Server RANK() DENSE_RANK() Row_Number() NTILE() Reference Conclusion Note: This Article Participated in TechNet Guru Competition December 2016 Jump and won Silver Medal. Introduction In this article...
on
3 Feb 2019
Wiki Page:
ASP.NET Core 1.0 Configuration: Aurelia Single Page Applications
Peter Geelen
Table of Contents Introduction Configuring Aurelia SPA in ASP.NET Core 1.0 Install Node.js Install Git Install jspm Setting Project Location jspm Initialization Install Aurelia Framework in ASP.NET Core 1.0 Install Aurelia bootstrapper in ASP.NET Core 1.0 Project Structure config.js package.json Conclusion...
on
3 Feb 2019
Page 20 of 77 (1,925 items)
«
18
19
20
21
22
»