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 code
Tagged Content List
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:
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:
WPF: Passing a Data Bound Value To a Validation Rule
Kareninstructor
Table of Contents Introduction ValidationRule Wrapper Data Context Additional Resources Introduction One way of validating and restricting data bound property values in WPF is to use validation rules. There was a question about how to pass a value through data binding to such a validation rule...
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:
Visual C#: Easy Code Refactoring
Kareninstructor
Table of Contents Introduction Remove & Sort Usings Extract Method Regions Surround With Rename Conclusion Code Sample Other Languages Introduction Code refactoring is very important, a necessity especially if you use agile methodologies. Even if you are following other classic software development...
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:
VB.NET: Passing Values Between Two Forms
Kareninstructor
Table of Contents Introduction Passing information using form properties Passing values using an overloaded form constructor Child form Main form Custom events Example 1 (form communications) Example 2 (forms communication) See also Summary Introduction One of the first obstacles that people...
on
7 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:
Active Directory: Documenting your AD Organization with PowerShell
Peter Geelen
Table of Contents Introduction Download Assign Managers to Users in ADUC Reveal Hierarchy with a Recursive Function How the Script Works Creating the DirectorySearcher Object The Get-Reports Function is Called the First Time Get-Reports is Called Recursively Output File Created by the Script Code for...
on
5 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
Wiki Page:
SharePoint Online SPOMod: Set-SPOListColumn
George Chrysovaladis Grammatikos
This article describes a function of a custom SharePoint Online module available for download and installation on Technet Gallery and GitHub where it welcomes all your suggestions and contributions. Table of Contents Set-SPOListColumn Parameters Examples See Also Set-SPOListColumn ...
on
5 Jan 2020
Page 20 of 416 (10,400 items)
«
18
19
20
21
22
»