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 links
Tagged Content List
Wiki Page:
.NET: Defensive data programming Part 4 (a) Data Annotation
Kareninstructor
Table of Contents Introduction Sample screen Control selection Setting up validation Implementation in your project Summary See also Source code Introduction In this article which is an extension of .NET: Defensive data programming (Part 4) Data Annotation article which discusses using provided...
on
26 Jan 2020
Wiki Page:
VB.NET Writing better code Part 1
Kareninstructor
Table of Contents Introduction Purpose Design Setting default options in Visual Studio Option Strict Option Infer Naming/coding style conventions Working with string Concatenation Design patterns Structure of a Visual Basic Program Future architecture Containers Database interaction Database constraints...
on
26 Jan 2020
Wiki Page:
DISTINCT x GROUP BY
Garry Trinder
Table of Contents 1. Introdução 2. O que consta na documentação? 2.1 DISTINCT 2.2 GROUP BY 2.3 Funções de agregação 3. Demonstração de aplicação dos recursos 3.1 Quais são os vendedores? 3.2 Quais produtos cada vendedor vendeu? 3.3 Qual o total de vendas, em reais, de cada vendedor? 3.4 Quantos itens...
on
25 Jan 2020
Wiki Page:
Office Aktivasyon Sorunları: Yüklü Lisans ve Key’leri Kaldırma (tr-TR)
Burak VAROL
Table of Contents Giriş Yüklü Lisans ve Key’leri Kontrol Etme ve Kaldırma Sonuç Ayrıca Bakınız Giriş Office uygulamalarında karşılaşılan etkinleştirme (aktivasyon) sorunları ve sonrasında girişilen “troubleshooting” çalışmaları, tahmin edilenden çok daha yorucu, zaman alıcı ve uğraştırıcı olabilir...
on
16 Jan 2020
Wiki Page:
Azure SQL - Failover Group Configuration
George Chrysovaladis Grammatikos
Table of Contents Introduction Prerequisites How To Configure Failover Group Step 1. Create Failover group Step 2. Configure Failover group Failover group Geographic Locations Listener Endpoints See Also Introduction In this post, we will see how to set up Failover Group on Azure SQL Databases....
on
16 Jan 2020
Wiki Page:
SharePoint 2016 Troubleshooting: The Execute method of job definition Microsoft.Office.Server. UserProfiles .FeedCacheRepopulationJob threw an exception
Stephan Bren
Table of Contents Problem Troubleshooting ULS logs Solution References Notes Problem The following server error event is occurring regularly on a 2016 development farm server hosting Central Administration (below). Log Name: Application Source: Microsoft-SharePoint Products-SharePoint...
on
13 Jan 2020
Wiki Page:
SQL-Server export to Excel, Access and XML
Kareninstructor
Table of Contents Introduction Description Base Excel export Base Access export Base XML export Summary See also Source code Introduction This article will demonstrate how to export a table within SQL-Server database to Microsoft Excel, Microsoft Access or a standard XML file utilizing Transact...
on
13 Jan 2020
Wiki Page:
.NET: Defensive data programming (Part 4) Data Annotation
Kareninstructor
Table of Contents Introduction ASP.NET MVC Data Annotation Windows Forms Data Annotation Compare attribute StringLength attribute Range attribute Dealing with Enumerations List properties Phone number validation ErrorProvider implementation Unusual rules How to implement in a project Summary See also...
on
13 Jan 2020
Wiki Page:
SQL Server database login for Windows Forms (C#)
Kareninstructor
Table of Contents Introduction Prerequisites Server login/permission basics resources Creating users Login failure error code 18456 Validating users Login window Extending login to changing user's passwords Using in your project Alternate Login Framework 4.5 or higher Quick start Running code samples...
on
13 Jan 2020
Wiki Page:
Azure Databases: SQL vs NoSQL
George Chrysovaladis Grammatikos
Table of Contents Introduction Definition Types Of Databases SQL NoSQL NoSQL Database Types Diagrams SQL vs NoSQL Benefits SQL NoSQL What Azure Offers NoSQL Azure Databases SQL Azure Databases How to understand what service to choose See Also Introduction By reading this post, we will be able to...
on
10 Jan 2020
Wiki Page:
Introduction to Grouping with LINQ/Lambda (VB.NET) Part 1
Kareninstructor
Table of Contents Introduction Requirements Basic LINQ Group by Group by single property Group by with min, max, count, average Entity Framework 6 Working with DataTable containers Summary See also Source code Introduction Grouping information from a variety of data sources in a Visual Basic project...
on
6 Jan 2020
Wiki Page:
Azure: Machine Learning Applications in Retail & Marketing
Swati Pradip Bannore (Jain)
Table of Contents Introduction Targeted Audience Technology Overview Step 1: Data/Feature Engineering, Exploration and Data Cleaning Step 2: Training the Model Step 3: Evaluating the Model Converting Model Output to Power BI Reports Prediction of Successful Campaigns Dynamic Price Forecasting Prediction...
on
6 Jan 2020
Wiki Page:
ASP.NET Core Blazor: Draw Dynamic Bar Chart using Canvas Extensions
Peter Geelen
Table of Contents Introduction Prerequisites Create ASP.NET Core Blazor Server Application Run to test the application Step 2 Install the Packages Step 3 Create Model Class Creating Service Class Step 4: Add the Service to the Startup.cs Step 5: Working with Client Project Import part HTML design and...
on
5 Jan 2020
Page 19 of 143 (3,575 items)
«
17
18
19
20
21
»