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
>
has See Also
Tagged Content List
Wiki Page:
SharePoint Online SPOMod: Remove-SPOListView
Arleta Wanat
This article describes a function of a custom SharePoint Online module available for download and installation at Technet Gallery and GitHub . This cmdlet supports Pipeline. Table of Contents Remove-SPOListView Parameters Examples See Also Remove-SPOListView Deletes a list view...
on
29 Jan 2020
Wiki Page:
SharePoint Online SPOMod: Get-SPOListView
Arleta Wanat
This article describes a function of a custom SharePoint Online module available for download and installation at Technet Gallery and GitHub . Table of Contents Get-SPOListView Parameters Examples Watch Out For... See Also Get-SPOListView Retrieves views associated with a list....
on
29 Jan 2020
Wiki Page:
WPF: get all controls of a specific type using C#
Kareninstructor
Table of Contents Introduction Base extension method Wrapper extension methods CheckBoxes Radio Button groups Other controls Enabling/disabling controls Windows Forms Summary See also Source code Introduction In this article language extension methods are presented to locate controls in containers...
on
27 Jan 2020
Wiki Page:
C#: Processing CSV files (Part 1)
Kareninstructor
Table of Contents Introduction Considerations for processing data Part one goals Requires Visual interface File selection Parsing data using StreamReader Parsing data using TextFieldParser Parsing data using OleDb Reviewing Up coming in part 2 Summary See also Introduction This series will explore...
on
27 Jan 2020
Wiki Page:
VB.NET Writing better code Part 2
Kareninstructor
Table of Contents Introduction Assertions Protecting users from users Connect to data on other machines Working with placing data elements on a form Input validation Summary See also Source code Introduction Part 1 of this series covered best practices while writing code with Visual Basic .NET...
on
27 Jan 2020
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:
SCOM: Enabling maintenance mode from agent computer
Leon Laude
Table of Contents Applies to Introduction Prerequisites Verifying the agent on the monitored computer Importing the PowerShell module for maintenance mode Setting the agent computer in maintenance mode Verifying the SCOM Management server that the agent went into maintenance mode See Also Applies...
on
23 Jan 2020
Wiki Page:
Office 365: Wiki Portal
Garry Trinder
Table of Contents Introduction General Several Technologies Active Directory PowerShell SharePoint Exchange Server Tags office 365 office365 o365 Additional Information References See Also Other Languages Introduction For abbreviation, the term "Office 365" is shortened to "O365"...
on
21 Jan 2020
Wiki Page:
Explore SharePoint Framework (SPFx) v1.10 New Capabilities: Build MS Teams Personal App
Nanddeep Nachan
Table of Contents Overview Upgrade to SharePoint Framework (SPFx) v1.10 Overview of Personal Apps in MS Teams Develop SPFx solution for MS Teams Personal App Update Web Part Manifest Package and deploy the web part to SharePoint Test Personal App in MS Teams Conclusion Download References See Also ...
on
19 Jan 2020
Wiki Page:
PowerShell: Filter Results with Active Directory Module Cmdlets
Richard Mueller
Introduction The Active Directory PowerShell modules support two parameters to filter results. The -LDAPFilter parameter for LDAP syntax filters and the -Filter parameter for PowerShell syntax filters. The documentation indicates that PowerShell filters should be enclosed in braces (also called...
on
18 Jan 2020
Wiki Page:
Wiki: Glossary of Microsoft Acronyms
Richard Mueller
This is a glossary of acronyms used internally by Microsoft. This is not a glossary of acronyms related to products or technologies. Other glossaries cover those. Instead, these acronyms are often encountered in Microsoft blog posts or other communications with Microsoft personnel. They can refer to...
on
17 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:
Active Directory: Glossary
ITPro-Tips
This is a glossary of terms and acronyms used in Active Directory and related technologies: 2 | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z ...
on
15 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:
Extension methods (C#)
Kareninstructor
Table of Contents Introduction When should you use extension methods? Defining an extension method Extension hoarders Extension class projects Extension namespaces Test projects Documentation Language extension verses custom controls Language extension commonality Included source code information References...
on
13 Jan 2020
Wiki Page:
Office Word Basic operations: Open XML SDK 2.5 Office Word documents
Kareninstructor
Table of Contents Introduction What is Open XML Why use Open XML Installation Using Open XML Taking small steps Repetitive code Building blocks Alternate methods to using Open XML. Code samples Integration into your solution References Tools See also Requires Summary Source code Introduction ...
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:
Entity Framework database/Code First Enum support
Kareninstructor
Table of Contents Introduction Usages Creating Enum for reference table Summary Source code See also Relationship in Entity Framework Using Code First Approach With Fluent API Introduction This article will perform a walkthrough on how to utilize enumerations (Enum) to retrieve data with Entity...
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:
TechNet Guru Competitions: December 2019
Mohamed El-Qassas MVP
Table of Contents Introduction How to Enter 1. Create a new TechNet Wiki Article Steps 2. Tell us about it Categories (in alphabetical order) ASP.NET BizTalk Forefront Identity Manager Microsoft Azure Microsoft 365 /O365 SharePoint Small Basic SQL BI & Power BI SQL Server General & Database Engine...
on
10 Jan 2020
Wiki Page:
Azure Portal Desktop App [Preview]
George Chrysovaladis Grammatikos
Table of Contents Introduction Download the Azure Portal Desktop App Install The Azure Portal Desktop App Azure Portal Desktop App UI Cloud Shell See Also Introduction In this quick post, we will read about the Azure Portal Desktop App which is still in a Preview version. In this desktop app...
on
10 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
Page 18 of 184 (4,582 items)
«
16
17
18
19
20
»
Can't find it? Write it!
Post an Article